Skip to content

Instantly share code, notes, and snippets.

@oschwab
Created October 16, 2017 14:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oschwab/ce50e2667dd57da04299e37999eabaf2 to your computer and use it in GitHub Desktop.
Save oschwab/ce50e2667dd57da04299e37999eabaf2 to your computer and use it in GitHub Desktop.
DCSS Stat report
<html>
<style>
/* ----------------------------------------------
Template original Name : UrbanArtist (http://www.styleshout.com)
------------------------------------------------ */
/* ----------------------------------------------
HTML ELEMENTS
------------------------------------------------- */
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }
html { background: #010000 url(bg.gif) repeat-x; }
body {
font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
color: #7E7E7E;
/* color: #5E5E5E; */
/*OS margin: 0; padding: 0;*/
margin: 0; padding: 0 20% 0% 20%;
background: #010000 url(bg2.jpg) no-repeat center top;
background: #1B1B1B no-repeat center top;
/* OS text-align: center; */
text-align: left;
}
/* Links */
a, a:visited {
text-decoration: none;
color: #BEBEBE;
}
a:hover {
color: #fff;
border-bottom: 1px dotted #438800;
}
/* headers */
h1, h2, h3 {
font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
color: #FAFAFA;
}
h1 {
font-size: 3.1em;
letter-spacing: -2px;
padding: 15px 10px 5px 10px;
}
h2 {
font-size: 2em;
color: #895F30;
padding: 20px 10px 5px 10px;
}
h3 {
font-size: 1.7em;
font-weight: normal;
padding: 20px 10px 5px 10px;
}
p, dl { padding: 10px; margin: 0; }
ul, ol {
margin: 10px 20px;
padding: 0 20px;
}
ul { list-style: none; }
dt {
font-weight: bold;
color: #FAFAFA;
}
dd {
padding-left: 25px;
}
/* images */
/* OS
img {
background: #1B1B1B;
border: 1px solid #1B1B1B;
padding: 6px;
}
img.float-right {
margin: 5px 0px 10px 10px;
}
img.float-left {
margin: 5px 10px 10px 0px;
}
*/
code {
margin: 5px 0;
padding: 15px;
text-align: left;
display: block;
overflow: auto;
font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
/* white-space: pre; */
background: #070707;
border: 1px solid #111;
}
acronym {
cursor: help;
border-bottom: 1px dotted #5B5B5B;
}
blockquote {
margin: 15px 10px;
padding: 10px 10px 10px 35px;
background: #070707 url(quote.gif) no-repeat 10px 10px;
border: 1px solid #111;
font-weight: normal;
font-size: 17px;
line-height: 1.6em;
font-style: italic;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #808080;
}
/* start - table */
table {
margin: 15px 10px;
border-collapse: collapse;
}
th {
background: #000;
color: #FAFAFA;
height: 38px;
padding-left: 12px;
padding-right: 12px;
text-align: left;
border-left: 1px solid #211E20;
border-right: 1px solid #211E20;
border-bottom: 1px solid #211E20;
border-top: 1px solid #48780E;
}
tr {
color: #5b5b5b;
height: 34px;
}
td {
padding-left: 12px;
padding-right: 12px;
border: 1px solid #111;
background: #070707;
}
/* end - table */
/* form elements */
form {
margin: 20px 10px;
padding: 15px 25px 25px 20px;
background: #070707;
border: 1px solid #111;
}
form p {
border-bottom: 1px solid #101010;
padding: 12px 0 5px 0; margin: 0;
}
label {
font-weight: bold;
color: #FAFAFA;
}
input, select, textarea {
margin: 5px 0;
padding: 5px;
font: normal 1em Verdana, Tahoma, sans-serif;
color: #6A6969;
background: #0C0C0C;
border: 1px solid #1C1C1C;
}
option { padding-right: 0.5em; }
#name, #email, #message{
width: 480px;
}
input.button {
font: bold 12px Arial, Verdana, Sans-serif;
height: 30px;
padding: 2px 3px;
margin-top: 8px;
color: #48780E;
background: #000;
border-width: 1px;
border-style: solid;
border-color: #1B1B1B;
}
/* ------------------------------------------
LAYOUT
------------------------------------------- */
#wrap {
width: 950px;
margin: 0 auto;
text-align: left;
}
#content-wrap {
clear: both;
width: 950px;
float: left;
padding-top: 15px;
padding-bottom: 50px;
background: url(midline.gif) repeat-y 600px 0;
border-top: 1px solid #121212;
border-bottom: 1px solid #121212;
}
#header {
position: relative;
width: 950px;
height: 370px;
margin: 0; padding: 0;
}
#header h1#logo-text a {
position: absolute;
margin: 0; padding: 0;
font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
letter-spacing: -1.5px;
color: #F8F8F8;
text-decoration: none;
text-transform: none;
/* change the values of top and left to adjust the position of the logo*/
top: 125px; left: 25px;
}
#header h1#logo-text a:hover {
background: none; border: none;
}
#header p#intro {
position: absolute;
margin: 0; padding: 0;
font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 1.5em;
font-style: normal;
text-transform: none;
color: #6D7D2D;
width: 400px;
/* change the values of top and left to adjust the position */
top: 205px; left: 30px;
}
/* Navigation */
#nav {
position: absolute;
margin: 0; padding: 0;
height: 50px;
left: 10px; top: 30px;
}
#nav ul {
float: left;
list-style: none;
height: 50px;
margin: 0 0 0 5px; padding: 0;
display: inline;
}
#nav ul li {
display: inline;
margin: 0; padding: 0;
}
#nav ul li a {
float: left;
margin: 0; padding: 0 12px;
font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
text-decoration: none;
color: #c95723;
text-transform: uppercase;
}
#nav ul li a:hover,
#nav ul li a:active {
color: #eee;
background: none;
border: none;
}
#nav ul li#current a {
color: #D33972;
}
/* Main Column */
#main {
float: left;
width: 565px;
padding: 0; margin: 0 0 0 10px;
display: inline;
}
#main h2 {
padding: 5px 12px;
margin: 15px 5px 10px 5px;
font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: #45D5E6;
border-bottom: 1px solid #121212;
background-image: url(pattern.gif);
}
#main h2 a {
color: #45D5E6;
text-decoration: none;
border: none;
}
#main ul li {
list-style-image: url(bullet.gif);
}
/* Sidebar */
#sidebar {
float: right;
width: 300px;
padding: 0; margin: 0px 18px 0 0;
display: inline;
}
#sidebar h3 {
padding: 5px 12px;
margin: 15px 5px 10px 0;
font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
color: #45D5E6;
border-bottom: 1px solid #121212;
background-image: url(pattern.gif);
}
#sidebar ul.sidemenu {
text-align: left;
margin: 20px 5px 20px 0px;
padding: 0;
border-top: 1px solid #111;
}
#sidebar ul.sidemenu li {
list-style: none;
padding: 8px 10px;
margin: 0;
border-bottom: 1px solid #111;
}
* html body #sidebar ul.sidemenu li {
height: 1%;
}
#sidebar ul.sidemenu li a {
text-decoration: none;
border: none;
color: #666666;
font-weight: bold;
font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
font-size: 14px;
}
#sidebar ul.sidemenu li a span {
color: #444;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: italic;
font-weight: normal;
font-size: 11px;
}
#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {
color: #fff;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }
/* header quick search */
#sidebar form#quick-search {
padding: 0; margin: 20px 0 35px 0;
border: none;
width: 290px; height: 33px;
background: url(header-search.gif) no-repeat;
}
#sidebar form#quick-search p {
margin: 0; padding: 0;
}
#sidebar form#quick-search input {
float: left;
border: none;
background: transparent;
color: #4E4E4E;
margin: 0;
}
#sidebar form#quick-search .tbox {
margin: 5px 0 0 5px;
width: 240px;
display: inline;
}
#search form#quick-search .btn{
width: 24px; height: 24px;
}
#sidebar form#quick-search label {
display: none;
}
/* footer */
#footer {
clear: both;
padding: 1em 0 2.5em 0;
background: #010000;
color: #4E4E4E;
width: 100%;
float: left;
border-bottom: 60px solid #010000;
}
#footer a {
color: #0E909C;
border: none;
}
#footer a:hover {
color: #fafafa;
}
#footer .rssfeed {
background: url(rss.gif) no-repeat left 1px;
padding-left: 17px;
}
#footer-left {
float: left;
width: 70%;
}
#footer-right {
float: right;
width: 25%;
}
/* postmeta */
.postmeta {
padding: 7px 5px; margin: 20px 10px 30px 10px;
font-size: 1em;
color: #545454;
border: 1px solid #111;
background: #070707;
}
.postmeta .date{ margin: 0 10px 0 5px; }
.postmeta a.comments { margin: 0 10px 0 5px; }
.postmeta a.readmore { margin: 0 10px 0 5px; }
.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444; }
.post-info a, .post-info a:visited { color: #AE275A; }
/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
display:block;
visibility:hidden;
clear:both;
height:0;
content: ".";
}
</style>
<body> <a href="https://crawl.develz.org/"> <img src="https://crawl.develz.org/logo.png"> </img></a><h1>DUNGEON CRAWL STONE SOUP STATISTICS</h1><hr><h2>Table of contents<br>
</h2><div class="toc"> <span style="margin-left:30px;"> </span><a href="#1">General statistics<br>
</a><span style="margin-left:30px;"> </span><a href="#2">Ranking by outcome<br>
</a><span style="margin-left:30px;"> </span><a href="#3">Ranking by Dungeon level <br>
</a><span style="margin-left:30px;"> </span><a href="#4">Per character statistic<br>
</a><span style="margin-left:60px;"> </span><a href="#5">Statistic for : Barachi Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#6">Statistic for : Barachi Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#7">Statistic for : Black Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#8">Statistic for : Black Draconian Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#9">Statistic for : Black Draconian Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#10">Statistic for : Black Draconian Venom<br>
</a><span style="margin-left:60px;"> </span><a href="#11">Statistic for : Centaur Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#12">Statistic for : Centaur Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#13">Statistic for : Centaur Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#14">Statistic for : Centaur Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#15">Statistic for : Centaur Death Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#16">Statistic for : Centaur Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#17">Statistic for : Centaur Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#18">Statistic for : Centaur Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#19">Statistic for : Centaur Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#20">Statistic for : Centaur Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#21">Statistic for : Centaur Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#22">Statistic for : Centaur Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#23">Statistic for : Centaur Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#24">Statistic for : Centaur Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#25">Statistic for : Centaur Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#26">Statistic for : Deep Dwarf Berserker Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#27">Statistic for : Deep Dwarf Earth Earth<br>
</a><span style="margin-left:60px;"> </span><a href="#28">Statistic for : Deep Dwarf Enchanter Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#29">Statistic for : Deep Dwarf Fighter Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#30">Statistic for : Deep Dwarf Healer Healer<br>
</a><span style="margin-left:60px;"> </span><a href="#31">Statistic for : Deep Dwarf Hunter Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#32">Statistic for : Deep Dwarf Monk Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#33">Statistic for : Deep Dwarf Necromancer Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#34">Statistic for : Deep Dwarf Transmuter Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#35">Statistic for : Deep Dwarf Venom Venom<br>
</a><span style="margin-left:60px;"> </span><a href="#36">Statistic for : Deep Elf Arcane Arcane<br>
</a><span style="margin-left:60px;"> </span><a href="#37">Statistic for : Deep Elf Artificer Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#38">Statistic for : Deep Elf Assassin Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#39">Statistic for : Deep Elf Berserker Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#40">Statistic for : Deep Elf Conjurer Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#41">Statistic for : Deep Elf Earth Earth<br>
</a><span style="margin-left:60px;"> </span><a href="#42">Statistic for : Deep Elf Enchanter Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#43">Statistic for : Deep Elf Fire Fire<br>
</a><span style="margin-left:60px;"> </span><a href="#44">Statistic for : Deep Elf Gladiator Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#45">Statistic for : Deep Elf Skald Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#46">Statistic for : Deep Elf Transmuter Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#47">Statistic for : Deep Elf Venom Venom<br>
</a><span style="margin-left:60px;"> </span><a href="#48">Statistic for : Deep Elf Warper Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#49">Statistic for : Deep Elf Wizard Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#50">Statistic for : Demigod Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#51">Statistic for : Demigod Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#52">Statistic for : Demigod Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#53">Statistic for : Demigod Earth Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#54">Statistic for : Demigod Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#55">Statistic for : Demigod Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#56">Statistic for : Demigod Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#57">Statistic for : Demigod Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#58">Statistic for : Demigod Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#59">Statistic for : Demigod Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#60">Statistic for : Demonspawn Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#61">Statistic for : Demonspawn Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#62">Statistic for : Demonspawn Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#63">Statistic for : Demonspawn Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#64">Statistic for : Demonspawn Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#65">Statistic for : Demonspawn Earth Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#66">Statistic for : Demonspawn Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#67">Statistic for : Demonspawn Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#68">Statistic for : Demonspawn Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#69">Statistic for : Demonspawn Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#70">Statistic for : Demonspawn Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#71">Statistic for : Demonspawn Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#72">Statistic for : Draconian Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#73">Statistic for : Draconian Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#74">Statistic for : Draconian Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#75">Statistic for : Draconian Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#76">Statistic for : Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#77">Statistic for : Draconian Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#78">Statistic for : Draconian Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#79">Statistic for : Draconian Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#80">Statistic for : Draconian Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#81">Statistic for : Draconian Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#82">Statistic for : Draconian Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#83">Statistic for : Draconian Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#84">Statistic for : Draconian Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#85">Statistic for : Draconian Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#86">Statistic for : Draconian Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#87">Statistic for : Draconian Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#88">Statistic for : Draconian Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#89">Statistic for : Draconian Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#90">Statistic for : Felid Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#91">Statistic for : Felid Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#92">Statistic for : Felid Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#93">Statistic for : Felid Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#94">Statistic for : Felid Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#95">Statistic for : Felid Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#96">Statistic for : Felid Fire Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#97">Statistic for : Felid Ice Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#98">Statistic for : Felid Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#99">Statistic for : Felid Summoner<br>
</a><span style="margin-left:60px;"> </span><a href="#100">Statistic for : Felid Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#101">Statistic for : Felid Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#102">Statistic for : Felid Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#103">Statistic for : Formicid Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#104">Statistic for : Formicid Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#105">Statistic for : Formicid Death Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#106">Statistic for : Formicid Earth Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#107">Statistic for : Formicid Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#108">Statistic for : Formicid Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#109">Statistic for : Formicid Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#110">Statistic for : Formicid Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#111">Statistic for : Formicid Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#112">Statistic for : Formicid Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#113">Statistic for : Gargoyle Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#114">Statistic for : Gargoyle Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#115">Statistic for : Gargoyle Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#116">Statistic for : Gargoyle Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#117">Statistic for : Gargoyle Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#118">Statistic for : Gargoyle Ice Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#119">Statistic for : Gargoyle Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#120">Statistic for : Ghoul Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#121">Statistic for : Ghoul Death Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#122">Statistic for : Ghoul Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#123">Statistic for : Ghoul Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#124">Statistic for : Ghoul Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#125">Statistic for : Ghoul Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#126">Statistic for : Ghoul Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#127">Statistic for : Ghoul Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#128">Statistic for : Ghoul Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#129">Statistic for : Ghoul Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#130">Statistic for : Green Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#131">Statistic for : Green Draconian Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#132">Statistic for : Green Draconian Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#133">Statistic for : Green Draconian Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#134">Statistic for : Green Draconian Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#135">Statistic for : Grey Draconian Abyssal<br>
</a><span style="margin-left:60px;"> </span><a href="#136">Statistic for : Grey Draconian Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#137">Statistic for : Grey Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#138">Statistic for : Grey Draconian Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#139">Statistic for : Grey Draconian Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#140">Statistic for : Grey Draconian Venom<br>
</a><span style="margin-left:60px;"> </span><a href="#141">Statistic for : Grey Draconian Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#142">Statistic for : Halfling Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#143">Statistic for : Halfling Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#144">Statistic for : Halfling Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#145">Statistic for : Halfling Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#146">Statistic for : Halfling Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#147">Statistic for : Halfling Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#148">Statistic for : Halfling Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#149">Statistic for : Halfling Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#150">Statistic for : Halfling Healer<br>
</a><span style="margin-left:60px;"> </span><a href="#151">Statistic for : Halfling Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#152">Statistic for : Halfling Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#153">Statistic for : Halfling Summoner<br>
</a><span style="margin-left:60px;"> </span><a href="#154">Statistic for : Halfling Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#155">Statistic for : High Elf Abyssal Abyssal<br>
</a><span style="margin-left:60px;"> </span><a href="#156">Statistic for : High Elf Air Air<br>
</a><span style="margin-left:60px;"> </span><a href="#157">Statistic for : High Elf Artificer Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#158">Statistic for : High Elf Assassin Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#159">Statistic for : High Elf Berserker Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#160">Statistic for : High Elf Chaos Chaos<br>
</a><span style="margin-left:60px;"> </span><a href="#161">Statistic for : High Elf Conjurer Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#162">Statistic for : High Elf Enchanter Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#163">Statistic for : High Elf Fighter Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#164">Statistic for : High Elf Fire Fire<br>
</a><span style="margin-left:60px;"> </span><a href="#165">Statistic for : High Elf Gladiator Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#166">Statistic for : High Elf Hunter Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#167">Statistic for : High Elf Ice Ice<br>
</a><span style="margin-left:60px;"> </span><a href="#168">Statistic for : High Elf Skald Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#169">Statistic for : High Elf Summoner Summoner<br>
</a><span style="margin-left:60px;"> </span><a href="#170">Statistic for : High Elf Transmuter Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#171">Statistic for : High Elf Venom Venom<br>
</a><span style="margin-left:60px;"> </span><a href="#172">Statistic for : High Elf Wanderer Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#173">Statistic for : High Elf Warper Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#174">Statistic for : High Elf Wizard Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#175">Statistic for : Hill Orc Abyssal Abyssal<br>
</a><span style="margin-left:60px;"> </span><a href="#176">Statistic for : Hill Orc Arcane Arcane<br>
</a><span style="margin-left:60px;"> </span><a href="#177">Statistic for : Hill Orc Artificer Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#178">Statistic for : Hill Orc Berserker Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#179">Statistic for : Hill Orc Chaos Chaos<br>
</a><span style="margin-left:60px;"> </span><a href="#180">Statistic for : Hill Orc Earth Earth<br>
</a><span style="margin-left:60px;"> </span><a href="#181">Statistic for : Hill Orc Fighter Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#182">Statistic for : Hill Orc Fire Fire<br>
</a><span style="margin-left:60px;"> </span><a href="#183">Statistic for : Hill Orc Gladiator Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#184">Statistic for : Hill Orc Healer Healer<br>
</a><span style="margin-left:60px;"> </span><a href="#185">Statistic for : Hill Orc Hunter Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#186">Statistic for : Hill Orc Monk Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#187">Statistic for : Hill Orc Necromancer Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#188">Statistic for : Hill Orc Priest Priest<br>
</a><span style="margin-left:60px;"> </span><a href="#189">Statistic for : Hill Orc Skald Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#190">Statistic for : Hill Orc Transmuter Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#191">Statistic for : Hill Orc Wanderer Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#192">Statistic for : Hill Orc Warper Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#193">Statistic for : Hill Orc Wizard Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#194">Statistic for : Human Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#195">Statistic for : Human Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#196">Statistic for : Human Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#197">Statistic for : Human Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#198">Statistic for : Human Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#199">Statistic for : Human Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#200">Statistic for : Human Chaos Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#201">Statistic for : Human Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#202">Statistic for : Human Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#203">Statistic for : Human Fire Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#204">Statistic for : Human Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#205">Statistic for : Human Ice Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#206">Statistic for : Human Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#207">Statistic for : Human Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#208">Statistic for : Human Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#209">Statistic for : Human Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#210">Statistic for : Human Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#211">Statistic for : Human Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#212">Statistic for : Human Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#213">Statistic for : Kobold Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#214">Statistic for : Kobold Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#215">Statistic for : Kobold Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#216">Statistic for : Kobold Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#217">Statistic for : Kobold Earth Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#218">Statistic for : Kobold Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#219">Statistic for : Kobold Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#220">Statistic for : Kobold Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#221">Statistic for : Kobold Healer<br>
</a><span style="margin-left:60px;"> </span><a href="#222">Statistic for : Kobold Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#223">Statistic for : Kobold Ice Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#224">Statistic for : Kobold Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#225">Statistic for : Kobold Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#226">Statistic for : Kobold Summoner<br>
</a><span style="margin-left:60px;"> </span><a href="#227">Statistic for : Kobold Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#228">Statistic for : Kobold Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#229">Statistic for : Kobold Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#230">Statistic for : Kobold Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#231">Statistic for : Merfolk Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#232">Statistic for : Merfolk Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#233">Statistic for : Merfolk Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#234">Statistic for : Merfolk Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#235">Statistic for : Merfolk Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#236">Statistic for : Merfolk Death Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#237">Statistic for : Merfolk Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#238">Statistic for : Merfolk Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#239">Statistic for : Merfolk Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#240">Statistic for : Merfolk Healer<br>
</a><span style="margin-left:60px;"> </span><a href="#241">Statistic for : Merfolk Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#242">Statistic for : Merfolk Ice Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#243">Statistic for : Merfolk Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#244">Statistic for : Merfolk Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#245">Statistic for : Merfolk Summoner<br>
</a><span style="margin-left:60px;"> </span><a href="#246">Statistic for : Merfolk Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#247">Statistic for : Merfolk Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#248">Statistic for : Merfolk Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#249">Statistic for : Minotaur Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#250">Statistic for : Minotaur Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#251">Statistic for : Minotaur Chaos Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#252">Statistic for : Minotaur Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#253">Statistic for : Minotaur Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#254">Statistic for : Minotaur Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#255">Statistic for : Minotaur Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#256">Statistic for : Minotaur Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#257">Statistic for : Mottled Draconian Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#258">Statistic for : Mottled Draconian Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#259">Statistic for : Mummy Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#260">Statistic for : Mummy Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#261">Statistic for : Mummy Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#262">Statistic for : Mummy Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#263">Statistic for : Mummy Death Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#264">Statistic for : Mummy Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#265">Statistic for : Mummy Fire Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#266">Statistic for : Mummy Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#267">Statistic for : Mummy Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#268">Statistic for : Mummy Ice Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#269">Statistic for : Mummy Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#270">Statistic for : Mummy Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#271">Statistic for : Mummy Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#272">Statistic for : Mummy Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#273">Statistic for : Mummy Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#274">Statistic for : Mummy Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#275">Statistic for : Naga Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#276">Statistic for : Naga Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#277">Statistic for : Naga Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#278">Statistic for : Naga Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#279">Statistic for : Naga Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#280">Statistic for : Naga Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#281">Statistic for : Naga Earth Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#282">Statistic for : Naga Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#283">Statistic for : Naga Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#284">Statistic for : Naga Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#285">Statistic for : Naga Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#286">Statistic for : Naga Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#287">Statistic for : Naga Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#288">Statistic for : Naga Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#289">Statistic for : Naga Summoner<br>
</a><span style="margin-left:60px;"> </span><a href="#290">Statistic for : Naga Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#291">Statistic for : Naga Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#292">Statistic for : Naga Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#293">Statistic for : Naga Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#294">Statistic for : Octopode Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#295">Statistic for : Octopode Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#296">Statistic for : Octopode Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#297">Statistic for : Octopode Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#298">Statistic for : Octopode Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#299">Statistic for : Octopode Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#300">Statistic for : Octopode Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#301">Statistic for : Octopode Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#302">Statistic for : Octopode Fire Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#303">Statistic for : Octopode Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#304">Statistic for : Octopode Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#305">Statistic for : Octopode Ice Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#306">Statistic for : Octopode Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#307">Statistic for : Octopode Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#308">Statistic for : Octopode Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#309">Statistic for : Octopode Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#310">Statistic for : Octopode Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#311">Statistic for : Ogre Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#312">Statistic for : Ogre Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#313">Statistic for : Ogre Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#314">Statistic for : Ogre Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#315">Statistic for : Ogre Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#316">Statistic for : Ogre Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#317">Statistic for : Ogre Chaos Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#318">Statistic for : Ogre Death Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#319">Statistic for : Ogre Earth Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#320">Statistic for : Ogre Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#321">Statistic for : Ogre Fire Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#322">Statistic for : Ogre Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#323">Statistic for : Ogre Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#324">Statistic for : Ogre Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#325">Statistic for : Ogre Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#326">Statistic for : Ogre Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#327">Statistic for : Ogre Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#328">Statistic for : Ogre Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#329">Statistic for : Ogre Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#330">Statistic for : Ogre Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#331">Statistic for : Pale Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#332">Statistic for : Pale Draconian Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#333">Statistic for : Pale Draconian Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#334">Statistic for : Pale Draconian Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#335">Statistic for : Pale Draconian Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#336">Statistic for : Purple Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#337">Statistic for : Purple Draconian Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#338">Statistic for : Red Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#339">Statistic for : Red Draconian Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#340">Statistic for : Red Draconian Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#341">Statistic for : Red Draconian Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#342">Statistic for : Red Draconian Venom<br>
</a><span style="margin-left:60px;"> </span><a href="#343">Statistic for : Sludge Elf Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#344">Statistic for : Sludge Elf Ice<br>
</a><span style="margin-left:60px;"> </span><a href="#345">Statistic for : Sludge Elf Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#346">Statistic for : Sludge Elf Stalker<br>
</a><span style="margin-left:60px;"> </span><a href="#347">Statistic for : Sludge Elf Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#348">Statistic for : Sludge Elf Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#349">Statistic for : Spriggan Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#350">Statistic for : Spriggan Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#351">Statistic for : Spriggan Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#352">Statistic for : Spriggan Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#353">Statistic for : Spriggan Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#354">Statistic for : Spriggan Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#355">Statistic for : Spriggan Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#356">Statistic for : Tengu Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#357">Statistic for : Tengu Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#358">Statistic for : Tengu Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#359">Statistic for : Tengu Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#360">Statistic for : Tengu Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#361">Statistic for : Tengu Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#362">Statistic for : Tengu Death Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#363">Statistic for : Tengu Earth Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#364">Statistic for : Tengu Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#365">Statistic for : Tengu Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#366">Statistic for : Tengu Fire Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#367">Statistic for : Tengu Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#368">Statistic for : Tengu Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#369">Statistic for : Tengu Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#370">Statistic for : Tengu Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#371">Statistic for : Tengu Summoner<br>
</a><span style="margin-left:60px;"> </span><a href="#372">Statistic for : Tengu Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#373">Statistic for : Tengu Venom Mage<br>
</a><span style="margin-left:60px;"> </span><a href="#374">Statistic for : Tengu Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#375">Statistic for : Tengu Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#376">Statistic for : Troll Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#377">Statistic for : Troll Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#378">Statistic for : Troll Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#379">Statistic for : Troll Death Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#380">Statistic for : Troll Earth Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#381">Statistic for : Troll Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#382">Statistic for : Troll Healer<br>
</a><span style="margin-left:60px;"> </span><a href="#383">Statistic for : Troll Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#384">Statistic for : Troll Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#385">Statistic for : Troll Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#386">Statistic for : Troll Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#387">Statistic for : Troll Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#388">Statistic for : Vampire Abyssal Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#389">Statistic for : Vampire Air Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#390">Statistic for : Vampire Arcane Marksman<br>
</a><span style="margin-left:60px;"> </span><a href="#391">Statistic for : Vampire Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#392">Statistic for : Vampire Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#393">Statistic for : Vampire Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#394">Statistic for : Vampire Chaos Knight<br>
</a><span style="margin-left:60px;"> </span><a href="#395">Statistic for : Vampire Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#396">Statistic for : Vampire Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#397">Statistic for : Vampire Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#398">Statistic for : Vampire Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#399">Statistic for : Vampire Ice Elementalist<br>
</a><span style="margin-left:60px;"> </span><a href="#400">Statistic for : Vampire Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#401">Statistic for : Vampire Necromancer<br>
</a><span style="margin-left:60px;"> </span><a href="#402">Statistic for : Vampire Skald<br>
</a><span style="margin-left:60px;"> </span><a href="#403">Statistic for : Vampire Wanderer<br>
</a><span style="margin-left:60px;"> </span><a href="#404">Statistic for : Vampire Warper<br>
</a><span style="margin-left:60px;"> </span><a href="#405">Statistic for : Vampire Wizard<br>
</a><span style="margin-left:60px;"> </span><a href="#406">Statistic for : Vine Stalker Abyssal Abyssal<br>
</a><span style="margin-left:60px;"> </span><a href="#407">Statistic for : Vine Stalker Artificer Artificer<br>
</a><span style="margin-left:60px;"> </span><a href="#408">Statistic for : Vine Stalker Assassin Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#409">Statistic for : Vine Stalker Berserker Berserker<br>
</a><span style="margin-left:60px;"> </span><a href="#410">Statistic for : Vine Stalker Enchanter Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#411">Statistic for : Vine Stalker Fighter Fighter<br>
</a><span style="margin-left:60px;"> </span><a href="#412">Statistic for : Vine Stalker Gladiator Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#413">Statistic for : Vine Stalker Hunter Hunter<br>
</a><span style="margin-left:60px;"> </span><a href="#414">Statistic for : Vine Stalker Ice Ice<br>
</a><span style="margin-left:60px;"> </span><a href="#415">Statistic for : Vine Stalker Monk Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#416">Statistic for : Vine Stalker Transmuter Transmuter<br>
</a><span style="margin-left:60px;"> </span><a href="#417">Statistic for : White Draconian Abyssal<br>
</a><span style="margin-left:60px;"> </span><a href="#418">Statistic for : White Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#419">Statistic for : White Draconian Conjurer<br>
</a><span style="margin-left:60px;"> </span><a href="#420">Statistic for : White Draconian Gladiator<br>
</a><span style="margin-left:60px;"> </span><a href="#421">Statistic for : White Draconian Monk<br>
</a><span style="margin-left:60px;"> </span><a href="#422">Statistic for : Yellow Draconian Assassin<br>
</a><span style="margin-left:60px;"> </span><a href="#423">Statistic for : Yellow Draconian Enchanter<br>
</a><span style="margin-left:60px;"> </span><a href="#424">Statistic for : Yellow Draconian Fighter<br>
</a><span style="margin-left:30px;"> </span><a href="#425">Per dungeon statistic<br>
</a><span style="margin-left:60px;"> </span><a href="#426">Ecumenical temple:n/a<br>
</a><span style="margin-left:60px;"> </span><a href="#427">abyss:1<br>
</a><span style="margin-left:60px;"> </span><a href="#428">abyss:2<br>
</a><span style="margin-left:60px;"> </span><a href="#429">abyss:3<br>
</a><span style="margin-left:60px;"> </span><a href="#430">abyss:4<br>
</a><span style="margin-left:60px;"> </span><a href="#431">abyss:5<br>
</a><span style="margin-left:60px;"> </span><a href="#432">bailey:n/a<br>
</a><span style="margin-left:60px;"> </span><a href="#433">depths:1<br>
</a><span style="margin-left:60px;"> </span><a href="#434">depths:2<br>
</a><span style="margin-left:60px;"> </span><a href="#435">depths:4<br>
</a><span style="margin-left:60px;"> </span><a href="#436">dungeon:1<br>
</a><span style="margin-left:60px;"> </span><a href="#437">dungeon:10<br>
</a><span style="margin-left:60px;"> </span><a href="#438">dungeon:11<br>
</a><span style="margin-left:60px;"> </span><a href="#439">dungeon:12<br>
</a><span style="margin-left:60px;"> </span><a href="#440">dungeon:13<br>
</a><span style="margin-left:60px;"> </span><a href="#441">dungeon:14<br>
</a><span style="margin-left:60px;"> </span><a href="#442">dungeon:15<br>
</a><span style="margin-left:60px;"> </span><a href="#443">dungeon:18<br>
</a><span style="margin-left:60px;"> </span><a href="#444">dungeon:2<br>
</a><span style="margin-left:60px;"> </span><a href="#445">dungeon:27<br>
</a><span style="margin-left:60px;"> </span><a href="#446">dungeon:3<br>
</a><span style="margin-left:60px;"> </span><a href="#447">dungeon:4<br>
</a><span style="margin-left:60px;"> </span><a href="#448">dungeon:5<br>
</a><span style="margin-left:60px;"> </span><a href="#449">dungeon:6<br>
</a><span style="margin-left:60px;"> </span><a href="#450">dungeon:7<br>
</a><span style="margin-left:60px;"> </span><a href="#451">dungeon:8<br>
</a><span style="margin-left:60px;"> </span><a href="#452">dungeon:9<br>
</a><span style="margin-left:60px;"> </span><a href="#453">ecumenical temple:n/a<br>
</a><span style="margin-left:60px;"> </span><a href="#454">elven:1<br>
</a><span style="margin-left:60px;"> </span><a href="#455">elven:2<br>
</a><span style="margin-left:60px;"> </span><a href="#456">elven:3<br>
</a><span style="margin-left:60px;"> </span><a href="#457">ice cave:n/a<br>
</a><span style="margin-left:60px;"> </span><a href="#458">iron:7<br>
</a><span style="margin-left:60px;"> </span><a href="#459">lair:1<br>
</a><span style="margin-left:60px;"> </span><a href="#460">lair:2<br>
</a><span style="margin-left:60px;"> </span><a href="#461">lair:3<br>
</a><span style="margin-left:60px;"> </span><a href="#462">lair:4<br>
</a><span style="margin-left:60px;"> </span><a href="#463">lair:5<br>
</a><span style="margin-left:60px;"> </span><a href="#464">lair:6<br>
</a><span style="margin-left:60px;"> </span><a href="#465">lair:7<br>
</a><span style="margin-left:60px;"> </span><a href="#466">lair:8<br>
</a><span style="margin-left:60px;"> </span><a href="#467">n/a:n/a<br>
</a><span style="margin-left:60px;"> </span><a href="#468">orcish:1<br>
</a><span style="margin-left:60px;"> </span><a href="#469">orcish:2<br>
</a><span style="margin-left:60px;"> </span><a href="#470">orcish:3<br>
</a><span style="margin-left:60px;"> </span><a href="#471">orcish:4<br>
</a><span style="margin-left:60px;"> </span><a href="#472">ossuary:n/a<br>
</a><span style="margin-left:60px;"> </span><a href="#473">pits:6<br>
</a><span style="margin-left:60px;"> </span><a href="#474">realm:4<br>
</a><span style="margin-left:60px;"> </span><a href="#475">realm:5<br>
</a><span style="margin-left:60px;"> </span><a href="#476">sewer:n/a<br>
</a><span style="margin-left:60px;"> </span><a href="#477">shoals:1<br>
</a><span style="margin-left:60px;"> </span><a href="#478">shoals:2<br>
</a><span style="margin-left:60px;"> </span><a href="#479">shoals:4<br>
</a><span style="margin-left:60px;"> </span><a href="#480">snake:1<br>
</a><span style="margin-left:60px;"> </span><a href="#481">snake:2<br>
</a><span style="margin-left:60px;"> </span><a href="#482">snake:3<br>
</a><span style="margin-left:60px;"> </span><a href="#483">snake:4<br>
</a><span style="margin-left:60px;"> </span><a href="#484">snake:5<br>
</a><span style="margin-left:60px;"> </span><a href="#485">spider:1<br>
</a><span style="margin-left:60px;"> </span><a href="#486">spider:2<br>
</a><span style="margin-left:60px;"> </span><a href="#487">spider:3<br>
</a><span style="margin-left:60px;"> </span><a href="#488">spider:4<br>
</a><span style="margin-left:60px;"> </span><a href="#489">spider:5<br>
</a><span style="margin-left:60px;"> </span><a href="#490">swamp:1<br>
</a><span style="margin-left:60px;"> </span><a href="#491">swamp:2<br>
</a><span style="margin-left:60px;"> </span><a href="#492">swamp:4<br>
</a><span style="margin-left:60px;"> </span><a href="#493">swamp:5<br>
</a><span style="margin-left:60px;"> </span><a href="#494">treasure trove:n/a<br>
</a><span style="margin-left:60px;"> </span><a href="#495">vaults:1<br>
</a><span style="margin-left:60px;"> </span><a href="#496">vaults:2<br>
</a><span style="margin-left:60px;"> </span><a href="#497">vaults:3<br>
</a><span style="margin-left:60px;"> </span><a href="#498">vaults:4<br>
</a><span style="margin-left:60px;"> </span><a href="#499">vaults:5<br>
</a><span style="margin-left:60px;"> </span><a href="#500">volcano:n/a<br>
</a><hr></div>Generated by dcss_stats version 0.0.5<br>the 16/10/17<br>
<h2 id="1"> General statistics</h2><hr>Number of games played : 3323<br>Best game : 3838700<br>Average Score : 22312<br>
<b>Escaped with orb: 26</b><br>
<hr><h2 id="2"> Ranking by outcome</h2><b>End game by :</b><br>Quit (589 times)
<br>Escaped (241 times)
<br>adder (126 times)
<br>gnoll (118 times)
<br>orc priest (83 times)
<br>hobgoblin (77 times)
<br>small abomination (68 times)
<br>Player (66 times)
<br>jackal (63 times)
<br>kobold (62 times)
<br>orc wizard (55 times)
<br>large abomination (54 times)
<br>starcursed mass (53 times)
<br>ogre (49 times)
<br>orc warrior (49 times)
<br>thrashing horror (48 times)
<br>sigmund (47 times)
<br>raiju (43 times)
<br>orc (42 times)
<br>worm (41 times)
<br>giant gecko (38 times)
<br>wretched star (37 times)
<br>goblin (33 times)
<br>smoke demon (32 times)
<br>worker ant (30 times)
<br>tentacled starspawn (29 times)
<br>ancient zyme (26 times)
<br>centaur (25 times)
<br>grinder (23 times)
<br>white imp (23 times)
<br>ufetubus (23 times)
<br>killer bee (21 times)
<br>sky beast (20 times)
<br>crazy yiuf (19 times)
<br>unseen horror (16 times)
<br>fire bat (15 times)
<br>spatial maelstrom (15 times)
<br>iguana (14 times)
<br>menkaure (14 times)
<br>worldbinder (14 times)
<br>wight (14 times)
<br>chaos spawn (14 times)
<br>orange demon (13 times)
<br>yak (12 times)
<br>sixfirhy (12 times)
<br>ynoxinul (12 times)
<br>ice beast (11 times)
<br>ooze (11 times)
<br>prince ribbit (11 times)
<br>poison (a potion (11 times)
<br>natasha (11 times)
<br>iron imp (11 times)
<br>ijyb (10 times)
<br>giant mite (10 times)
<br>apocalypse crab (10 times)
<br>quasit (10 times)
<br>spiny frog (9 times)
<br>executioner (9 times)
<br>scorpion (9 times)
<br>terence (8 times)
<br>blink frog (8 times)
<br>shadow imp (8 times)
<br>snorg (8 times)
<br>giant cockroach (7 times)
<br>hill giant (7 times)
<br>dowan (7 times)
<br>gargoyle (7 times)
<br>komodo dragon (7 times)
<br>sun demon (7 times)
<br>blizzard demon (7 times)
<br>starspawn tentacle (7 times)
<br>shadow (7 times)
<br>rakshasa (7 times)
<br>freezing wraith (7 times)
<br>jelly (6 times)
<br>bat (6 times)
<br>gnoll sergeant (6 times)
<br>orc knight (6 times)
<br>river rat (6 times)
<br>tormentor (6 times)
<br>efreet (6 times)
<br>bone dragon (6 times)
<br>hellwing (6 times)
<br>hellion (6 times)
<br>demonic crawler (6 times)
<br>neqoxec (6 times)
<br>giant frog (5 times)
<br>lich (5 times)
<br>electric eel (5 times)
<br>manticore (5 times)
<br>hound (5 times)
<br>rat (5 times)
<br>joseph (5 times)
<br>gastronok (5 times)
<br>hellephant (5 times)
<br>pikel (5 times)
<br>wolf (5 times)
<br>flying skull (5 times)
<br>hell hog (5 times)
<br>ice devil (5 times)
<br>hell sentinel (5 times)
<br>cyclops (5 times)
<br>death (4 times)
<br>merfolk (4 times)
<br>crimson imp (4 times)
<br>lindwurm (4 times)
<br>harold (4 times)
<br>erolcha (4 times)
<br>deep troll (4 times)
<br>black mamba (4 times)
<br>phantom (4 times)
<br>robin (4 times)
<br>duvessa (4 times)
<br>white ugly thing (4 times)
<br>wyvern (4 times)
<br>hell hound (4 times)
<br>urug (4 times)
<br>orc sorcerer (4 times)
<br>profane servitor (4 times)
<br>fire elemental (4 times)
<br>two-headed ogre (4 times)
<br>quokka (4 times)
<br>vampire mosquito (3 times)
<br>deep elf annihilator (3 times)
<br>giant newt (3 times)
<br>oklob plant (3 times)
<br>deep elf blademaster (3 times)
<br>warg (3 times)
<br>edmund (3 times)
<br>blork the orc (3 times)
<br>slime creature (3 times)
<br>wolf spider (3 times)
<br>seven-headed hydra (3 times)
<br>deep elf mage (3 times)
<br>spatial vortex (3 times)
<br>salamander (3 times)
<br>vault warden (3 times)
<br>death yak (3 times)
<br>mummy (3 times)
<br>eidolon (3 times)
<br>giant frog skeleton (3 times)
<br>Jessica (3 times)
<br>five-headed hydra (3 times)
<br>silent spectre (3 times)
<br>great orb of eyes (3 times)
<br>lorocyproca (3 times)
<br>insubstantial wisp (3 times)
<br>black draconian (3 times)
<br>daeva (3 times)
<br>water moccasin (3 times)
<br>green death (3 times)
<br>nikola (3 times)
<br>guardian serpent (3 times)
<br>acid (2 times)
<br>hippogriff (2 times)
<br>vampire knight (2 times)
<br>big kobold (2 times)
<br>ogre mage (2 times)
<br>ancient lich (2 times)
<br>orb spider (2 times)
<br>cloud of flame (2 times)
<br>ten-headed hydra (2 times)
<br>snapping turtle (2 times)
<br>stone giant (2 times)
<br>skeletal warrior (2 times)
<br>donald (2 times)
<br>merfolk aquamancer (2 times)
<br>acid blob (2 times)
<br>steam dragon (2 times)
<br>tarantella (2 times)
<br>ball python (2 times)
<br>ice statue (2 times)
<br>red ugly thing (2 times)
<br>rupert (2 times)
<br>Menkaure (2 times)
<br>troll (2 times)
<br>battlesphere (2 times)
<br>redback (2 times)
<br>trapdoor spider (2 times)
<br>purgy (2 times)
<br>harpy zombie (2 times)
<br>wraith (2 times)
<br>red draconian (2 times)
<br>balrug (2 times)
<br>blue devil (2 times)
<br>green draconian scorcher (2 times)
<br>hungry ghost (2 times)
<br>green draconian (2 times)
<br>ice dragon skeleton (2 times)
<br>vampire (2 times)
<br>catoblepas (2 times)
<br>hell knight (2 times)
<br>death knight (2 times)
<br>Grinder (2 times)
<br>wyvern zombie (2 times)
<br>death drake (2 times)
<br>phantasmal warrior (2 times)
<br>centaur warrior (2 times)
<br>crocodile (2 times)
<br>deep elf master archer (2 times)
<br>centaur zombie (2 times)
<br>black bear (2 times)
<br>shock serpent (2 times)
<br>the royal jelly (2 times)
<br>eight-headed hydra (2 times)
<br>ettin (2 times)
<br>six-headed hydra (1 time)
<br>green rat (1 time)
<br>water moccasin zombie (1 time)
<br>Drained (1 time)
<br>quicksilver dragon (1 time)
<br>triggering a dart trap (1 time)
<br>hippogriff skeleton (1 time)
<br>troll zombie (1 time)
<br>yak skeleton (1 time)
<br>13-headed hydra (1 time)
<br>hill giant skeleton (1 time)
<br>deathcap (1 time)
<br>fire drake (1 time)
<br>shambling mangrove (1 time)
<br>basilisk (1 time)
<br>mennas (1 time)
<br>indirect mummy death curse (1 time)
<br>spriggan air mage (1 time)
<br>goliath beetle (1 time)
<br>elephant (1 time)
<br>the 27-headed lernaean hydra (1 time)
<br>polar bear (1 time)
<br>exploding giant spore (1 time)
<br>ghost moth (1 time)
<br>human zombie (1 time)
<br>12-headed hydra (1 time)
<br>shadow dragon (1 time)
<br>titan (1 time)
<br>fire crab (1 time)
<br>griffon (1 time)
<br>asterion (1 time)
<br>grum (1 time)
<br>frost giant (1 time)
<br>manticore skeleton (1 time)
<br>onionns (1 time)
<br>oklob sapling (1 time)
<br>iron golem (1 time)
<br>raiju (shapeshifter) (1 time)
<br>brimstone fiend (1 time)
<br>Talley (1 time)
<br>the capriciousness of xom (1 time)
<br>orb of fire (1 time)
<br>large slime creature (1 time)
<br>stone giant (illusionary) (1 time)
<br>Gastronok (1 time)
<br>death yak simulacrum (1 time)
<br>naga sharpshooter (1 time)
<br>worldfamousw (1 time)
<br>brown ugly thing (1 time)
<br>sonja (1 time)
<br>josephine (1 time)
<br>Asphyxiated (1 time)
<br>deep elf high priest (1 time)
<br>ghost moth simulacrum (1 time)
<br>yellow draconian (1 time)
<br>angel (1 time)
<br>white draconian (1 time)
<br>quicksilver dragon zombie (1 time)
<br>spider (1 time)
<br>flayed ghost (1 time)
<br>anaconda zombie (1 time)
<br>fire dragon skeleton (1 time)
<br>deep elf sorcerer (1 time)
<br>titanic slime creature (1 time)
<br>black draconian knight (1 time)
<br>15-headed hydra (1 time)
<br>soul eater (1 time)
<br>cacodemon (1 time)
<br>brown very ugly thing (1 time)
<br>vampire mage (1 time)
<br>mana viper (1 time)
<br>tentacle (1 time)
<br>ghost moth zombie (1 time)
<br>orb spider (shapeshifter) (1 time)
<br>naga (1 time)
<br>eustachio (1 time)
<br>saint roka (1 time)
<br>deep elf conjurer (1 time)
<br>stone giant skeleton (1 time)
<br>Himself (badly aimed fireball) (1 time)
<br>centaur skeleton (1 time)
<br>dire elephant (1 time)
<br>toenail golem (1 time)
<br>fire giant skeleton (1 time)
<br>spatial distortion (1 time)
<br>Fannar (1 time)
<br>death drake (shapeshifter) (1 time)
<br>adder zombie (1 time)
<br>azrael (1 time)
<br>grinder the hellion (1 time)
<br>fire crab (shapeshifter) (1 time)
<br>sigmund the jelly (1 time)
<br>slave (1 time)
<br>the severe capriciousness of xom (1 time)
<br>Drowned (1 time)
<br>caustic shrike (1 time)
<br>short sword of venom (1 time)
<br>storm dragon (1 time)
<br>salamander stormcaller (1 time)
<br>maud (1 time)
<br>fire dragon (1 time)
<br>lava snake (1 time)
<br>angry trees (1 time)
<br>jory (1 time)
<br>sugabear (1 time)
<br>cloud of freezing vapour (1 time)
<br>naga ritualist (1 time)
<br>shadow wraith (1 time)
<br>purple very ugly thing (1 time)
<br>ophan (1 time)
<br>eldritch tentacle (1 time)
<br>queen bee (shapeshifter) (1 time)
<br>wasp zombie (1 time)
<br>erica (1 time)
<br>porcupine (1 time)
<br>yaktaur captain (1 time)
<br>deep elf priest (1 time)
<br>harpy (1 time)
<br>alligator skeleton (1 time)
<br>bullfrog (1 time)
<br>jessica (1 time)
<br>spriggan baker (1 time)
<br>two-headed hydra (1 time)
<br>water nymph (1 time)
<br>hornet (1 time)
<br>glaive of venom (1 time)
<br>Saint Roka (1 time)
<br>meliai (1 time)
<br>
<h2 id="3"> Ranking by Dungeon level </h2><b>End game in :</b><br>dungeon:1 (653 times)
<br>abyss:1 (617 times)
<br>dungeon:2 (384 times)
<br>dungeon:3 (287 times)
<br>abyss:2 (221 times)
<br>dungeon:4 (220 times)
<br>dungeon:5 (115 times)
<br>dungeon:6 (84 times)
<br>dungeon:7 (55 times)
<br>dungeon:8 (54 times)
<br>dungeon:10 (32 times)
<br>abyss:3 (32 times)
<br>dungeon:9 (30 times)
<br>dungeon:11 (24 times)
<br>lair:1 (22 times)
<br>orcish:4 (21 times)
<br>sewer:n/a (15 times)
<br>lair:4 (13 times)
<br>lair:8 (12 times)
<br>orcish:1 (12 times)
<br>elven:3 (9 times)
<br>orcish:2 (9 times)
<br>orcish:3 (9 times)
<br>lair:2 (8 times)
<br>dungeon:12 (7 times)
<br>lair:7 (7 times)
<br>ice cave:n/a (7 times)
<br>dungeon:13 (7 times)
<br>lair:5 (6 times)
<br>bailey:n/a (5 times)
<br>vaults:5 (5 times)
<br>ecumenical temple:n/a (5 times)
<br>ossuary:n/a (5 times)
<br>abyss:4 (5 times)
<br>lair:3 (5 times)
<br>dungeon:15 (4 times)
<br>shoals:4 (4 times)
<br>pits:6 (4 times)
<br>dungeon:14 (4 times)
<br>volcano:n/a (4 times)
<br>snake:2 (4 times)
<br>spider:1 (4 times)
<br>depths:2 (3 times)
<br>depths:1 (3 times)
<br>lair:6 (3 times)
<br>vaults:2 (3 times)
<br>elven:2 (3 times)
<br>vaults:1 (2 times)
<br>realm:5 (2 times)
<br>swamp:2 (2 times)
<br>vaults:4 (2 times)
<br>swamp:5 (2 times)
<br>shoals:2 (2 times)
<br>elven:1 (2 times)
<br>vaults:3 (2 times)
<br>abyss:5 (2 times)
<br>snake:1 (2 times)
<br>dungeon:27 (1 time)
<br>swamp:1 (1 time)
<br>dungeon:18 (1 time)
<br>spider:5 (1 time)
<br>treasure trove:n/a (1 time)
<br>spider:2 (1 time)
<br>snake:5 (1 time)
<br>realm:4 (1 time)
<br>spider:4 (1 time)
<br>Ecumenical temple:n/a (1 time)
<br>depths:4 (1 time)
<br>swamp:4 (1 time)
<br>snake:3 (1 time)
<br>shoals:1 (1 time)
<br>snake:4 (1 time)
<br>iron:7 (1 time)
<br>spider:3 (1 time)
<br>
<h2 id="4"> Per character statistic</h2><h3 id="5"> Statistic for : Barachi Gladiator</h3><hr>Number of games played : 1<br>Best game : 1762185<br>Average Score : 1762185<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="6"> Statistic for : Barachi Wizard</h3><hr>Number of games played : 1<br>Best game : 854<br>Average Score : 854<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="7"> Statistic for : Black Draconian Assassin</h3><hr>Number of games played : 4<br>Best game : 5375<br>Average Score : 3771<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>brown ugly thing (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (2 times)
<br>dungeon:6 (1 time)
<br>dungeon:9 (1 time)
<br>
<h3 id="8"> Statistic for : Black Draconian Berserker</h3><hr>Number of games played : 1<br>Best game : 443572<br>Average Score : 443572<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>deep troll (1 time)
<br>
<b>End game in :</b><br>depths:1 (1 time)
<br>
<h3 id="9"> Statistic for : Black Draconian Fighter</h3><hr>Number of games played : 2<br>Best game : 189926<br>Average Score : 163741<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>trapdoor spider (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>spider:4 (1 time)
<br>
<h3 id="10"> Statistic for : Black Draconian Venom</h3><hr>Number of games played : 1<br>Best game : 1822<br>Average Score : 1822<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>wight (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="11"> Statistic for : Centaur Abyssal Knight</h3><hr>Number of games played : 24<br>Best game : 88553<br>Average Score : 3885<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>small abomination (2 times)
<br>hell hound (2 times)
<br>fire bat (2 times)
<br>ancient zyme (2 times)
<br>starcursed mass (2 times)
<br>crazy yiuf (1 time)
<br>edmund (1 time)
<br>executioner (1 time)
<br>smoke demon (1 time)
<br>poison (a potion (1 time)
<br>raiju (1 time)
<br>kobold (1 time)
<br>hellion (1 time)
<br>wretched star (1 time)
<br>natasha (1 time)
<br>storm dragon (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>abyss:1 (11 times)
<br>dungeon:2 (3 times)
<br>abyss:3 (3 times)
<br>dungeon:1 (2 times)
<br>abyss:2 (2 times)
<br>dungeon:4 (1 time)
<br>dungeon:7 (1 time)
<br>dungeon:13 (1 time)
<br>
<h3 id="12"> Statistic for : Centaur Arcane Marksman</h3><hr>Number of games played : 4<br>Best game : 50<br>Average Score : 15<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>jackal (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:2 (1 time)
<br>
<h3 id="13"> Statistic for : Centaur Artificer</h3><hr>Number of games played : 2<br>Best game : 210<br>Average Score : 105<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="14"> Statistic for : Centaur Berserker</h3><hr>Number of games played : 8<br>Best game : 495962<br>Average Score : 62208<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>Escaped (1 time)
<br>menkaure (1 time)
<br>ancient lich (1 time)
<br>jackal (1 time)
<br>centaur (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (4 times)
<br>dungeon:4 (1 time)
<br>vaults:5 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="15"> Statistic for : Centaur Death Knight</h3><hr>Number of games played : 2<br>Best game : 1288<br>Average Score : 654<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worm (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="16"> Statistic for : Centaur Fighter</h3><hr>Number of games played : 19<br>Best game : 2359421<br>Average Score : 130562<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>Escaped (2 times)
<br>Player (2 times)
<br>sigmund (1 time)
<br>killer bee (1 time)
<br>goblin (1 time)
<br>manticore skeleton (1 time)
<br>poison (a potion (1 time)
<br>wyvern (1 time)
<br>ijyb (1 time)
<br>orc (1 time)
<br>orc priest (1 time)
<br>Drowned (1 time)
<br>adder (1 time)
<br>centaur warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (4 times)
<br>dungeon:4 (4 times)
<br>dungeon:7 (2 times)
<br>dungeon:3 (2 times)
<br>dungeon:8 (1 time)
<br>dungeon:9 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:14 (1 time)
<br>
<h3 id="17"> Statistic for : Centaur Gladiator</h3><hr>Number of games played : 17<br>Best game : 11063<br>Average Score : 1475<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (6 times)
<br>adder (3 times)
<br>orc priest (1 time)
<br>iron golem (1 time)
<br>ogre (1 time)
<br>blizzard demon (1 time)
<br>jackal (1 time)
<br>orc warrior (1 time)
<br>freezing wraith (1 time)
<br>hornet (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (5 times)
<br>dungeon:1 (4 times)
<br>dungeon:4 (3 times)
<br>dungeon:9 (1 time)
<br>abyss:1 (1 time)
<br>dungeon:6 (1 time)
<br>ice cave:n/a (1 time)
<br>dungeon:8 (1 time)
<br>
<h3 id="18"> Statistic for : Centaur Hunter</h3><hr>Number of games played : 8<br>Best game : 60386<br>Average Score : 8682<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>manticore (1 time)
<br>Player (1 time)
<br>adder (1 time)
<br>worm (1 time)
<br>wyvern zombie (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:9 (1 time)
<br>dungeon:12 (1 time)
<br>dungeon:7 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="19"> Statistic for : Centaur Monk</h3><hr>Number of games played : 13<br>Best game : 167888<br>Average Score : 13603<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>Player (2 times)
<br>blink frog (1 time)
<br>jackal (1 time)
<br>phantom (1 time)
<br>deep elf high priest (1 time)
<br>gnoll sergeant (1 time)
<br>orc (1 time)
<br>sigmund (1 time)
<br>worker ant (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (4 times)
<br>dungeon:1 (3 times)
<br>dungeon:4 (2 times)
<br>lair:1 (1 time)
<br>dungeon:2 (1 time)
<br>elven:3 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="20"> Statistic for : Centaur Necromancer</h3><hr>Number of games played : 2<br>Best game : 86<br>Average Score : 43<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="21"> Statistic for : Centaur Skald</h3><hr>Number of games played : 3<br>Best game : 29<br>Average Score : 14<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>sigmund (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>
<h3 id="22"> Statistic for : Centaur Transmuter</h3><hr>Number of games played : 13<br>Best game : 3059<br>Average Score : 683<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>giant gecko (1 time)
<br>hobgoblin (1 time)
<br>crazy yiuf (1 time)
<br>raiju (shapeshifter) (1 time)
<br>goblin (1 time)
<br>joseph (1 time)
<br>quokka (1 time)
<br>iguana (1 time)
<br>adder (1 time)
<br>killer bee (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (5 times)
<br>dungeon:1 (3 times)
<br>dungeon:8 (2 times)
<br>dungeon:7 (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="23"> Statistic for : Centaur Venom Mage</h3><hr>Number of games played : 2<br>Best game : 281541<br>Average Score : 141505<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>menkaure (1 time)
<br>vault warden (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>vaults:4 (1 time)
<br>
<h3 id="24"> Statistic for : Centaur Wanderer</h3><hr>Number of games played : 5<br>Best game : 445527<br>Average Score : 89105<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (4 times)
<br>ogre mage (1 time)
<br>
<b>End game in :</b><br>depths:2 (1 time)
<br>
<h3 id="25"> Statistic for : Centaur Warper</h3><hr>Number of games played : 1<br>Best game : 76<br>Average Score : 76<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>poison (a potion (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="26"> Statistic for : Deep Dwarf Berserker Berserker</h3><hr>Number of games played : 64<br>Best game : 2022413<br>Average Score : 76929<br>
<b>Escaped with orb: 2</b><br>
<hr><b>End game by :</b><br>Quit (10 times)
<br>gnoll (7 times)
<br>Escaped (6 times)
<br>hobgoblin (4 times)
<br>Player (3 times)
<br>worm (2 times)
<br>ogre (2 times)
<br>merfolk (2 times)
<br>orc (2 times)
<br>orc priest (2 times)
<br>adder (1 time)
<br>komodo dragon (1 time)
<br>sigmund (1 time)
<br>grinder (1 time)
<br>polar bear (1 time)
<br>spiny frog (1 time)
<br>kobold (1 time)
<br>mummy (1 time)
<br>giant mite (1 time)
<br>worker ant (1 time)
<br>large slime creature (1 time)
<br>blink frog (1 time)
<br>orc warrior (1 time)
<br>killer bee (1 time)
<br>yak (1 time)
<br>ice beast (1 time)
<br>freezing wraith (1 time)
<br>erolcha (1 time)
<br>caustic shrike (1 time)
<br>black bear (1 time)
<br>the royal jelly (1 time)
<br>orc sorcerer (1 time)
<br>death (1 time)
<br>deep elf blademaster (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (10 times)
<br>dungeon:2 (9 times)
<br>dungeon:3 (8 times)
<br>dungeon:9 (4 times)
<br>dungeon:7 (4 times)
<br>dungeon:8 (3 times)
<br>dungeon:4 (3 times)
<br>dungeon:5 (3 times)
<br>dungeon:6 (2 times)
<br>lair:1 (1 time)
<br>lair:4 (1 time)
<br>ossuary:n/a (1 time)
<br>lair:8 (1 time)
<br>orcish:1 (1 time)
<br>abyss:1 (1 time)
<br>dungeon:10 (1 time)
<br>depths:4 (1 time)
<br>volcano:n/a (1 time)
<br>pits:6 (1 time)
<br>orcish:3 (1 time)
<br>elven:3 (1 time)
<br>
<h3 id="27"> Statistic for : Deep Dwarf Earth Earth</h3><hr>Number of games played : 1<br>Best game : 189<br>Average Score : 189<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>giant newt (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="28"> Statistic for : Deep Dwarf Enchanter Enchanter</h3><hr>Number of games played : 1<br>Best game : 22<br>Average Score : 22<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="29"> Statistic for : Deep Dwarf Fighter Fighter</h3><hr>Number of games played : 1<br>Best game : 364<br>Average Score : 364<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="30"> Statistic for : Deep Dwarf Healer Healer</h3><hr>Number of games played : 3<br>Best game : 414<br>Average Score : 213<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>death (1 time)
<br>Escaped (1 time)
<br>orc (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="31"> Statistic for : Deep Dwarf Hunter Hunter</h3><hr>Number of games played : 1<br>Best game : 1104<br>Average Score : 1104<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>
<h3 id="32"> Statistic for : Deep Dwarf Monk Monk</h3><hr>Number of games played : 1<br>Best game : 681<br>Average Score : 681<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>ecumenical temple:n/a (1 time)
<br>
<h3 id="33"> Statistic for : Deep Dwarf Necromancer Necromancer</h3><hr>Number of games played : 1<br>Best game : 135<br>Average Score : 135<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="34"> Statistic for : Deep Dwarf Transmuter Transmuter</h3><hr>Number of games played : 1<br>Best game : 20<br>Average Score : 20<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="35"> Statistic for : Deep Dwarf Venom Venom</h3><hr>Number of games played : 1<br>Best game : 594<br>Average Score : 594<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>blork the orc (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="36"> Statistic for : Deep Elf Arcane Arcane</h3><hr>Number of games played : 2<br>Best game : 13<br>Average Score : 7<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="37"> Statistic for : Deep Elf Artificer Artificer</h3><hr>Number of games played : 1<br>Best game : 18<br>Average Score : 18<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="38"> Statistic for : Deep Elf Assassin Assassin</h3><hr>Number of games played : 1<br>Best game : 57<br>Average Score : 57<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>poison (a potion (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="39"> Statistic for : Deep Elf Berserker Berserker</h3><hr>Number of games played : 6<br>Best game : 149476<br>Average Score : 26921<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (1 time)
<br>Escaped (1 time)
<br>vampire knight (1 time)
<br>centaur (1 time)
<br>Quit (1 time)
<br>smoke demon (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>depths:1 (1 time)
<br>dungeon:5 (1 time)
<br>sewer:n/a (1 time)
<br>orcish:4 (1 time)
<br>
<h3 id="40"> Statistic for : Deep Elf Conjurer Conjurer</h3><hr>Number of games played : 1<br>Best game : 699<br>Average Score : 699<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="41"> Statistic for : Deep Elf Earth Earth</h3><hr>Number of games played : 1<br>Best game : 3113<br>Average Score : 3113<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>yak (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (1 time)
<br>
<h3 id="42"> Statistic for : Deep Elf Enchanter Enchanter</h3><hr>Number of games played : 4<br>Best game : 23<br>Average Score : 10<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (4 times)
<br>
<h3 id="43"> Statistic for : Deep Elf Fire Fire</h3><hr>Number of games played : 2<br>Best game : 1440442<br>Average Score : 881247<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>glaive of venom (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>elven:2 (1 time)
<br>
<h3 id="44"> Statistic for : Deep Elf Gladiator Gladiator</h3><hr>Number of games played : 12<br>Best game : 3451<br>Average Score : 408<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>crazy yiuf (1 time)
<br>white imp (1 time)
<br>orc (1 time)
<br>worldfamousw (1 time)
<br>hobgoblin (1 time)
<br>worm (1 time)
<br>orc priest (1 time)
<br>Quit (1 time)
<br>ogre (1 time)
<br>pikel (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (4 times)
<br>dungeon:4 (3 times)
<br>dungeon:3 (2 times)
<br>dungeon:9 (1 time)
<br>dungeon:1 (1 time)
<br>ecumenical temple:n/a (1 time)
<br>
<h3 id="45"> Statistic for : Deep Elf Skald Skald</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="46"> Statistic for : Deep Elf Transmuter Transmuter</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="47"> Statistic for : Deep Elf Venom Venom</h3><hr>Number of games played : 2<br>Best game : 135<br>Average Score : 75<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>natasha (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="48"> Statistic for : Deep Elf Warper Warper</h3><hr>Number of games played : 2<br>Best game : 25<br>Average Score : 13<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="49"> Statistic for : Deep Elf Wizard Wizard</h3><hr>Number of games played : 8<br>Best game : 699<br>Average Score : 96<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (5 times)
<br>Escaped (2 times)
<br>yak (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (4 times)
<br>dungeon:4 (1 time)
<br>abyss:1 (1 time)
<br>
<h3 id="50"> Statistic for : Demigod Arcane Marksman</h3><hr>Number of games played : 2<br>Best game : 106<br>Average Score : 90<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>goblin (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="51"> Statistic for : Demigod Artificer</h3><hr>Number of games played : 6<br>Best game : 1401769<br>Average Score : 233658<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>Escaped (2 times)
<br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:4 (1 time)
<br>
<h3 id="52"> Statistic for : Demigod Assassin</h3><hr>Number of games played : 1<br>Best game : 240<br>Average Score : 240<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="53"> Statistic for : Demigod Earth Elementalist</h3><hr>Number of games played : 1<br>Best game : 22<br>Average Score : 22<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="54"> Statistic for : Demigod Enchanter</h3><hr>Number of games played : 5<br>Best game : 72<br>Average Score : 38<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>kobold (1 time)
<br>giant cockroach (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:3 (1 time)
<br>
<h3 id="55"> Statistic for : Demigod Fighter</h3><hr>Number of games played : 5<br>Best game : 91805<br>Average Score : 20044<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (2 times)
<br>gnoll (1 time)
<br>ettin (1 time)
<br>porcupine (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>dungeon:14 (1 time)
<br>lair:1 (1 time)
<br>
<h3 id="56"> Statistic for : Demigod Gladiator</h3><hr>Number of games played : 9<br>Best game : 24882<br>Average Score : 4185<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>Player (1 time)
<br>gnoll (1 time)
<br>orc (1 time)
<br>orc warrior (1 time)
<br>goblin (1 time)
<br>five-headed hydra (1 time)
<br>giant frog (1 time)
<br>white ugly thing (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:8 (1 time)
<br>dungeon:5 (1 time)
<br>lair:3 (1 time)
<br>dungeon:6 (1 time)
<br>dungeon:11 (1 time)
<br>
<h3 id="57"> Statistic for : Demigod Hunter</h3><hr>Number of games played : 1<br>Best game : 28<br>Average Score : 28<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sigmund (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="58"> Statistic for : Demigod Venom Mage</h3><hr>Number of games played : 2<br>Best game : 2930<br>Average Score : 1467<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>wight (1 time)
<br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="59"> Statistic for : Demigod Warper</h3><hr>Number of games played : 1<br>Best game : 151<br>Average Score : 151<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="60"> Statistic for : Demonspawn Arcane Marksman</h3><hr>Number of games played : 4<br>Best game : 184<br>Average Score : 91<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>terence (1 time)
<br>jackal (1 time)
<br>goblin (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>
<h3 id="61"> Statistic for : Demonspawn Artificer</h3><hr>Number of games played : 1<br>Best game : 171<br>Average Score : 171<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="62"> Statistic for : Demonspawn Assassin</h3><hr>Number of games played : 7<br>Best game : 39676<br>Average Score : 7848<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>goblin (1 time)
<br>deep elf mage (1 time)
<br>Player (1 time)
<br>sigmund (1 time)
<br>joseph (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:1 (2 times)
<br>elven:1 (1 time)
<br>dungeon:8 (1 time)
<br>dungeon:10 (1 time)
<br>
<h3 id="63"> Statistic for : Demonspawn Berserker</h3><hr>Number of games played : 2<br>Best game : 138<br>Average Score : 80<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worm (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="64"> Statistic for : Demonspawn Conjurer</h3><hr>Number of games played : 2<br>Best game : 3334<br>Average Score : 1733<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>six-headed hydra (1 time)
<br>orc (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="65"> Statistic for : Demonspawn Earth Elementalist</h3><hr>Number of games played : 1<br>Best game : 9<br>Average Score : 9<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="66"> Statistic for : Demonspawn Fighter</h3><hr>Number of games played : 3<br>Best game : 1691170<br>Average Score : 565952<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>lindwurm (1 time)
<br>ogre (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>orcish:1 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="67"> Statistic for : Demonspawn Gladiator</h3><hr>Number of games played : 1<br>Best game : 184122<br>Average Score : 184122<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>water nymph (1 time)
<br>
<b>End game in :</b><br>shoals:4 (1 time)
<br>
<h3 id="68"> Statistic for : Demonspawn Hunter</h3><hr>Number of games played : 18<br>Best game : 144840<br>Average Score : 14698<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (4 times)
<br>Player (2 times)
<br>sigmund (2 times)
<br>orc (2 times)
<br>giant gecko (1 time)
<br>worm (1 time)
<br>iguana (1 time)
<br>adder (1 time)
<br>Quit (1 time)
<br>jackal (1 time)
<br>ogre (1 time)
<br>deep elf annihilator (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (5 times)
<br>dungeon:4 (3 times)
<br>dungeon:2 (3 times)
<br>dungeon:3 (2 times)
<br>elven:3 (1 time)
<br>
<h3 id="69"> Statistic for : Demonspawn Monk</h3><hr>Number of games played : 2<br>Best game : 6810<br>Average Score : 3407<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>onionns (1 time)
<br>rat (1 time)
<br>
<b>End game in :</b><br>lair:1 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="70"> Statistic for : Demonspawn Transmuter</h3><hr>Number of games played : 1<br>Best game : 1<br>Average Score : 1<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>giant mite (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="71"> Statistic for : Demonspawn Wizard</h3><hr>Number of games played : 2<br>Best game : 116<br>Average Score : 75<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="72"> Statistic for : Draconian Abyssal Knight</h3><hr>Number of games played : 10<br>Best game : 225<br>Average Score : 48<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>worm (1 time)
<br>adder (1 time)
<br>orc priest (1 time)
<br>ancient zyme (1 time)
<br>raiju (1 time)
<br>hellephant (1 time)
<br>eustachio (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:2 (2 times)
<br>abyss:2 (2 times)
<br>dungeon:3 (1 time)
<br>abyss:1 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="73"> Statistic for : Draconian Air Elementalist</h3><hr>Number of games played : 1<br>Best game : 27<br>Average Score : 27<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="74"> Statistic for : Draconian Arcane Marksman</h3><hr>Number of games played : 1<br>Best game : 92<br>Average Score : 92<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="75"> Statistic for : Draconian Artificer</h3><hr>Number of games played : 7<br>Best game : 511<br>Average Score : 155<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>orc priest (2 times)
<br>Escaped (1 time)
<br>worker ant (1 time)
<br>worm (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (2 times)
<br>dungeon:1 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="76"> Statistic for : Draconian Assassin</h3><hr>Number of games played : 10<br>Best game : 376<br>Average Score : 172<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>gnoll (1 time)
<br>Escaped (1 time)
<br>orc priest (1 time)
<br>Player (1 time)
<br>white imp (1 time)
<br>orc (1 time)
<br>worker ant (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (3 times)
<br>dungeon:2 (3 times)
<br>dungeon:4 (3 times)
<br>
<h3 id="77"> Statistic for : Draconian Berserker</h3><hr>Number of games played : 6<br>Best game : 49<br>Average Score : 14<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (3 times)
<br>worm (1 time)
<br>gnoll (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>
<h3 id="78"> Statistic for : Draconian Conjurer</h3><hr>Number of games played : 9<br>Best game : 58<br>Average Score : 12<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (4 times)
<br>Quit (3 times)
<br>sigmund (1 time)
<br>terence (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (6 times)
<br>dungeon:2 (3 times)
<br>
<h3 id="79"> Statistic for : Draconian Enchanter</h3><hr>Number of games played : 9<br>Best game : 322<br>Average Score : 87<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sigmund (2 times)
<br>Escaped (1 time)
<br>kobold (1 time)
<br>Player (1 time)
<br>gnoll (1 time)
<br>duvessa (1 time)
<br>orc wizard (1 time)
<br>scorpion (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (3 times)
<br>dungeon:2 (2 times)
<br>dungeon:4 (2 times)
<br>dungeon:1 (1 time)
<br>
<h3 id="80"> Statistic for : Draconian Fighter</h3><hr>Number of games played : 12<br>Best game : 273<br>Average Score : 76<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>hobgoblin (2 times)
<br>worm (1 time)
<br>Escaped (1 time)
<br>sigmund (1 time)
<br>death (1 time)
<br>crazy yiuf (1 time)
<br>phantom (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (5 times)
<br>dungeon:3 (4 times)
<br>dungeon:2 (2 times)
<br>
<h3 id="81"> Statistic for : Draconian Gladiator</h3><hr>Number of games played : 6<br>Best game : 476<br>Average Score : 170<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (2 times)
<br>ogre (1 time)
<br>crazy yiuf (1 time)
<br>kobold (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>sewer:n/a (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="82"> Statistic for : Draconian Hunter</h3><hr>Number of games played : 3<br>Best game : 128<br>Average Score : 66<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Player (1 time)
<br>orc priest (1 time)
<br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (2 times)
<br>dungeon:1 (1 time)
<br>
<h3 id="83"> Statistic for : Draconian Monk</h3><hr>Number of games played : 1<br>Best game : 104<br>Average Score : 104<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="84"> Statistic for : Draconian Necromancer</h3><hr>Number of games played : 3<br>Best game : 476<br>Average Score : 159<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>centaur (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:5 (1 time)
<br>
<h3 id="85"> Statistic for : Draconian Skald</h3><hr>Number of games played : 1<br>Best game : 247<br>Average Score : 247<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="86"> Statistic for : Draconian Transmuter</h3><hr>Number of games played : 5<br>Best game : 221<br>Average Score : 85<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>orc (1 time)
<br>adder (1 time)
<br>Quit (1 time)
<br>natasha (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="87"> Statistic for : Draconian Venom Mage</h3><hr>Number of games played : 3<br>Best game : 144<br>Average Score : 48<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:3 (1 time)
<br>
<h3 id="88"> Statistic for : Draconian Warper</h3><hr>Number of games played : 4<br>Best game : 487<br>Average Score : 192<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>scorpion (1 time)
<br>Talley (1 time)
<br>Quit (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (2 times)
<br>dungeon:2 (2 times)
<br>
<h3 id="89"> Statistic for : Draconian Wizard</h3><hr>Number of games played : 2<br>Best game : 133<br>Average Score : 95<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="90"> Statistic for : Felid Abyssal Knight</h3><hr>Number of games played : 17<br>Best game : 74<br>Average Score : 4<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>starspawn tentacle (2 times)
<br>thrashing horror (2 times)
<br>orc wizard (1 time)
<br>worldbinder (1 time)
<br>small abomination (1 time)
<br>large abomination (1 time)
<br>sixfirhy (1 time)
<br>raiju (1 time)
<br>quasit (1 time)
<br>orange demon (1 time)
<br>hellion (1 time)
<br>hellephant (1 time)
<br>demonic crawler (1 time)
<br>white imp (1 time)
<br>efreet (1 time)
<br>
<b>End game in :</b><br>abyss:2 (7 times)
<br>abyss:1 (7 times)
<br>dungeon:3 (1 time)
<br>abyss:3 (1 time)
<br>abyss:4 (1 time)
<br>
<h3 id="91"> Statistic for : Felid Artificer</h3><hr>Number of games played : 4<br>Best game : 211<br>Average Score : 85<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ooze (1 time)
<br>orc wizard (1 time)
<br>jackal (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:4 (2 times)
<br>
<h3 id="92"> Statistic for : Felid Berserker</h3><hr>Number of games played : 35<br>Best game : 45890<br>Average Score : 4111<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (17 times)
<br>adder (3 times)
<br>kobold (3 times)
<br>hobgoblin (1 time)
<br>terence (1 time)
<br>spiny frog (1 time)
<br>Jessica (1 time)
<br>shadow imp (1 time)
<br>sonja (1 time)
<br>iguana (1 time)
<br>josephine (1 time)
<br>redback (1 time)
<br>worm (1 time)
<br>mummy (1 time)
<br>titanic slime creature (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (8 times)
<br>dungeon:3 (4 times)
<br>dungeon:6 (3 times)
<br>dungeon:4 (3 times)
<br>dungeon:1 (2 times)
<br>lair:2 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:7 (1 time)
<br>dungeon:10 (1 time)
<br>lair:4 (1 time)
<br>orcish:3 (1 time)
<br>spider:1 (1 time)
<br>ossuary:n/a (1 time)
<br>dungeon:8 (1 time)
<br>dungeon:13 (1 time)
<br>dungeon:11 (1 time)
<br>lair:7 (1 time)
<br>ice cave:n/a (1 time)
<br>dungeon:9 (1 time)
<br>sewer:n/a (1 time)
<br>
<h3 id="93"> Statistic for : Felid Conjurer</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="94"> Statistic for : Felid Enchanter</h3><hr>Number of games played : 4<br>Best game : 185<br>Average Score : 69<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (2 times)
<br>orc wizard (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="95"> Statistic for : Felid Fighter</h3><hr>Number of games played : 3<br>Best game : 52853<br>Average Score : 17668<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>worm (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:3 (1 time)
<br>lair:1 (1 time)
<br>
<h3 id="96"> Statistic for : Felid Fire Elementalist</h3><hr>Number of games played : 6<br>Best game : 971<br>Average Score : 235<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sigmund (1 time)
<br>Quit (1 time)
<br>sky beast (1 time)
<br>ooze (1 time)
<br>hobgoblin (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:7 (1 time)
<br>
<h3 id="97"> Statistic for : Felid Ice Elementalist</h3><hr>Number of games played : 3<br>Best game : 42<br>Average Score : 16<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>kobold (1 time)
<br>worm (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>
<h3 id="98"> Statistic for : Felid Monk</h3><hr>Number of games played : 2<br>Best game : 31<br>Average Score : 17<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>rat (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="99"> Statistic for : Felid Summoner</h3><hr>Number of games played : 2<br>Best game : 708<br>Average Score : 377<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:7 (1 time)
<br>
<h3 id="100"> Statistic for : Felid Transmuter</h3><hr>Number of games played : 4<br>Best game : 46<br>Average Score : 26<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>worm (1 time)
<br>orc (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:1 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="101"> Statistic for : Felid Venom Mage</h3><hr>Number of games played : 19<br>Best game : 937<br>Average Score : 158<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (10 times)
<br>Escaped (3 times)
<br>killer bee (1 time)
<br>kobold (1 time)
<br>hobgoblin (1 time)
<br>jackal (1 time)
<br>giant gecko (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (5 times)
<br>dungeon:1 (5 times)
<br>dungeon:3 (2 times)
<br>dungeon:5 (2 times)
<br>dungeon:8 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="102"> Statistic for : Felid Wizard</h3><hr>Number of games played : 16<br>Best game : 6823<br>Average Score : 673<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (3 times)
<br>Escaped (2 times)
<br>goblin (2 times)
<br>giant cockroach (1 time)
<br>adder (1 time)
<br>vampire mosquito (1 time)
<br>yak (1 time)
<br>giant gecko (1 time)
<br>giant frog (1 time)
<br>ooze (1 time)
<br>Quit (1 time)
<br>shadow imp (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (8 times)
<br>dungeon:3 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:12 (1 time)
<br>dungeon:9 (1 time)
<br>sewer:n/a (1 time)
<br>
<h3 id="103"> Statistic for : Formicid Abyssal Knight</h3><hr>Number of games played : 84<br>Best game : 351179<br>Average Score : 7171<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (57 times)
<br>small abomination (3 times)
<br>white imp (3 times)
<br>gnoll (2 times)
<br>orc priest (2 times)
<br>wretched star (2 times)
<br>worldbinder (1 time)
<br>starcursed mass (1 time)
<br>black draconian (1 time)
<br>iron imp (1 time)
<br>shadow (1 time)
<br>harpy (1 time)
<br>orc warrior (1 time)
<br>unseen horror (1 time)
<br>thrashing horror (1 time)
<br>steam dragon (1 time)
<br>daeva (1 time)
<br>raiju (1 time)
<br>wolf (1 time)
<br>smoke demon (1 time)
<br>deep elf master archer (1 time)
<br>
<b>End game in :</b><br>abyss:1 (43 times)
<br>abyss:2 (17 times)
<br>dungeon:1 (14 times)
<br>dungeon:11 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:5 (1 time)
<br>shoals:4 (1 time)
<br>abyss:3 (1 time)
<br>dungeon:7 (1 time)
<br>elven:3 (1 time)
<br>
<h3 id="104"> Statistic for : Formicid Arcane Marksman</h3><hr>Number of games played : 4<br>Best game : 63<br>Average Score : 31<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>sigmund (1 time)
<br>ball python (1 time)
<br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>
<h3 id="105"> Statistic for : Formicid Death Knight</h3><hr>Number of games played : 1<br>Best game : 49<br>Average Score : 49<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>grinder (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="106"> Statistic for : Formicid Earth Elementalist</h3><hr>Number of games played : 3<br>Best game : 129<br>Average Score : 50<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>ooze (1 time)
<br>ijyb (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:3 (1 time)
<br>
<h3 id="107"> Statistic for : Formicid Fighter</h3><hr>Number of games played : 35<br>Best game : 224426<br>Average Score : 17720<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (7 times)
<br>orc warrior (2 times)
<br>hobgoblin (1 time)
<br>orc wizard (1 time)
<br>orc (1 time)
<br>ice beast (1 time)
<br>snorg (1 time)
<br>urug (1 time)
<br>killer bee (1 time)
<br>water moccasin (1 time)
<br>15-headed hydra (1 time)
<br>jackal (1 time)
<br>orc priest (1 time)
<br>death (1 time)
<br>adder (1 time)
<br>Grinder (1 time)
<br>orc knight (1 time)
<br>jelly (1 time)
<br>ijyb (1 time)
<br>duvessa (1 time)
<br>centaur (1 time)
<br>oklob plant (1 time)
<br>two-headed ogre (1 time)
<br>dowan (1 time)
<br>grinder (1 time)
<br>deep elf priest (1 time)
<br>menkaure (1 time)
<br>tentacled starspawn (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (6 times)
<br>dungeon:5 (5 times)
<br>dungeon:1 (5 times)
<br>dungeon:2 (4 times)
<br>dungeon:6 (3 times)
<br>dungeon:4 (2 times)
<br>dungeon:10 (1 time)
<br>orcish:1 (1 time)
<br>lair:7 (1 time)
<br>dungeon:7 (1 time)
<br>bailey:n/a (1 time)
<br>dungeon:14 (1 time)
<br>lair:8 (1 time)
<br>orcish:4 (1 time)
<br>elven:2 (1 time)
<br>abyss:1 (1 time)
<br>
<h3 id="108"> Statistic for : Formicid Gladiator</h3><hr>Number of games played : 4<br>Best game : 1688186<br>Average Score : 422547<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>basilisk (1 time)
<br>orc warrior (1 time)
<br>shadow imp (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="109"> Statistic for : Formicid Hunter</h3><hr>Number of games played : 1<br>Best game : 1544<br>Average Score : 1544<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>wight (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>
<h3 id="110"> Statistic for : Formicid Necromancer</h3><hr>Number of games played : 1<br>Best game : 111<br>Average Score : 111<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="111"> Statistic for : Formicid Wanderer</h3><hr>Number of games played : 4<br>Best game : 7<br>Average Score : 1<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (3 times)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="112"> Statistic for : Formicid Wizard</h3><hr>Number of games played : 4<br>Best game : 6595<br>Average Score : 1715<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hill giant (1 time)
<br>Quit (1 time)
<br>jackal (1 time)
<br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:10 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="113"> Statistic for : Gargoyle Abyssal Knight</h3><hr>Number of games played : 1<br>Best game : 37946<br>Average Score : 37946<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>fire drake (1 time)
<br>
<b>End game in :</b><br>lair:7 (1 time)
<br>
<h3 id="114"> Statistic for : Gargoyle Artificer</h3><hr>Number of games played : 8<br>Best game : 164258<br>Average Score : 21998<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (2 times)
<br>orc priest (1 time)
<br>spriggan air mage (1 time)
<br>goblin (1 time)
<br>iguana (1 time)
<br>goliath beetle (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:3 (1 time)
<br>depths:2 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:6 (1 time)
<br>dungeon:11 (1 time)
<br>
<h3 id="115"> Statistic for : Gargoyle Berserker</h3><hr>Number of games played : 7<br>Best game : 1547207<br>Average Score : 228806<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>lindwurm (1 time)
<br>ogre (1 time)
<br>kobold (1 time)
<br>Quit (1 time)
<br>adder (1 time)
<br>worm (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>lair:2 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="116"> Statistic for : Gargoyle Fighter</h3><hr>Number of games played : 1<br>Best game : 98<br>Average Score : 98<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="117"> Statistic for : Gargoyle Gladiator</h3><hr>Number of games played : 14<br>Best game : 18522<br>Average Score : 2100<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>giant mite (2 times)
<br>sigmund (1 time)
<br>Escaped (1 time)
<br>exploding giant spore (1 time)
<br>harold (1 time)
<br>erolcha (1 time)
<br>orc priest (1 time)
<br>unseen horror (1 time)
<br>orc wizard (1 time)
<br>Quit (1 time)
<br>hobgoblin (1 time)
<br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (4 times)
<br>dungeon:1 (4 times)
<br>dungeon:7 (1 time)
<br>orcish:2 (1 time)
<br>dungeon:8 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="118"> Statistic for : Gargoyle Ice Elementalist</h3><hr>Number of games played : 3<br>Best game : 1706<br>Average Score : 629<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>bat (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="119"> Statistic for : Gargoyle Monk</h3><hr>Number of games played : 2<br>Best game : 16<br>Average Score : 11<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>worm (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="120"> Statistic for : Ghoul Artificer</h3><hr>Number of games played : 2<br>Best game : 1<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="121"> Statistic for : Ghoul Death Knight</h3><hr>Number of games played : 1<br>Best game : 40<br>Average Score : 40<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="122"> Statistic for : Ghoul Enchanter</h3><hr>Number of games played : 1<br>Best game : 20<br>Average Score : 20<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="123"> Statistic for : Ghoul Fighter</h3><hr>Number of games played : 6<br>Best game : 2961412<br>Average Score : 493701<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>gnoll (1 time)
<br>orc wizard (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>dungeon:1 (2 times)
<br>dungeon:3 (1 time)
<br>
<h3 id="124"> Statistic for : Ghoul Gladiator</h3><hr>Number of games played : 13<br>Best game : 3564<br>Average Score : 516<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>gnoll (2 times)
<br>giant frog (1 time)
<br>Escaped (1 time)
<br>hippogriff (1 time)
<br>orc priest (1 time)
<br>gastronok (1 time)
<br>jackal (1 time)
<br>crazy yiuf (1 time)
<br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (4 times)
<br>dungeon:1 (3 times)
<br>dungeon:6 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:8 (1 time)
<br>
<h3 id="125"> Statistic for : Ghoul Hunter</h3><hr>Number of games played : 6<br>Best game : 3549<br>Average Score : 623<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>hill giant skeleton (1 time)
<br>Quit (1 time)
<br>hound (1 time)
<br>sigmund (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:8 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="126"> Statistic for : Ghoul Monk</h3><hr>Number of games played : 12<br>Best game : 26968<br>Average Score : 2691<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (5 times)
<br>adder (2 times)
<br>hobgoblin (1 time)
<br>oklob sapling (1 time)
<br>saint roka (1 time)
<br>worm (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (5 times)
<br>dungeon:2 (3 times)
<br>dungeon:8 (1 time)
<br>dungeon:6 (1 time)
<br>orcish:3 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="127"> Statistic for : Ghoul Venom Mage</h3><hr>Number of games played : 3<br>Best game : 9<br>Average Score : 4<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>giant cockroach (1 time)
<br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>
<h3 id="128"> Statistic for : Ghoul Wanderer</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="129"> Statistic for : Ghoul Warper</h3><hr>Number of games played : 2<br>Best game : 598399<br>Average Score : 299753<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ancient lich (1 time)
<br>sky beast (1 time)
<br>
<b>End game in :</b><br>realm:5 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="130"> Statistic for : Green Draconian Assassin</h3><hr>Number of games played : 1<br>Best game : 35741<br>Average Score : 35741<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>rupert (1 time)
<br>
<b>End game in :</b><br>lair:4 (1 time)
<br>
<h3 id="131"> Statistic for : Green Draconian Berserker</h3><hr>Number of games played : 2<br>Best game : 942268<br>Average Score : 471550<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sky beast (1 time)
<br>hell sentinel (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>iron:7 (1 time)
<br>
<h3 id="132"> Statistic for : Green Draconian Fighter</h3><hr>Number of games played : 3<br>Best game : 70548<br>Average Score : 24256<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (1 time)
<br>ogre (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (2 times)
<br>orcish:4 (1 time)
<br>
<h3 id="133"> Statistic for : Green Draconian Gladiator</h3><hr>Number of games played : 1<br>Best game : 1786<br>Average Score : 1786<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>slime creature (1 time)
<br>
<b>End game in :</b><br>dungeon:7 (1 time)
<br>
<h3 id="134"> Statistic for : Green Draconian Monk</h3><hr>Number of games played : 1<br>Best game : 14359<br>Average Score : 14359<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>rupert (1 time)
<br>
<b>End game in :</b><br>orcish:2 (1 time)
<br>
<h3 id="135"> Statistic for : Grey Draconian Abyssal</h3><hr>Number of games played : 2<br>Best game : 61356<br>Average Score : 31753<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc (1 time)
<br>death yak (1 time)
<br>
<b>End game in :</b><br>dungeon:7 (1 time)
<br>lair:8 (1 time)
<br>
<h3 id="136"> Statistic for : Grey Draconian Artificer</h3><hr>Number of games played : 1<br>Best game : 8628<br>Average Score : 8628<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Gastronok (1 time)
<br>
<b>End game in :</b><br>lair:1 (1 time)
<br>
<h3 id="137"> Statistic for : Grey Draconian Assassin</h3><hr>Number of games played : 2<br>Best game : 29340<br>Average Score : 15071<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="138"> Statistic for : Grey Draconian Conjurer</h3><hr>Number of games played : 1<br>Best game : 46414<br>Average Score : 46414<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>seven-headed hydra (1 time)
<br>
<b>End game in :</b><br>lair:8 (1 time)
<br>
<h3 id="139"> Statistic for : Grey Draconian Fighter</h3><hr>Number of games played : 1<br>Best game : 1408735<br>Average Score : 1408735<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="140"> Statistic for : Grey Draconian Venom</h3><hr>Number of games played : 1<br>Best game : 11470<br>Average Score : 11470<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sixfirhy (1 time)
<br>
<b>End game in :</b><br>orcish:3 (1 time)
<br>
<h3 id="141"> Statistic for : Grey Draconian Wizard</h3><hr>Number of games played : 1<br>Best game : 208925<br>Average Score : 208925<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>spider:2 (1 time)
<br>
<h3 id="142"> Statistic for : Halfling Abyssal Knight</h3><hr>Number of games played : 3<br>Best game : 354<br>Average Score : 201<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>worker ant (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>dungeon:1 (1 time)
<br>
<h3 id="143"> Statistic for : Halfling Air Elementalist</h3><hr>Number of games played : 3<br>Best game : 3596<br>Average Score : 1227<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hippogriff (1 time)
<br>terence (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="144"> Statistic for : Halfling Artificer</h3><hr>Number of games played : 3<br>Best game : 518<br>Average Score : 277<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>big kobold (1 time)
<br>poison (a potion (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>sewer:n/a (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="145"> Statistic for : Halfling Assassin</h3><hr>Number of games played : 2<br>Best game : 3838700<br>Average Score : 2108723<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>mennas (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>vaults:4 (1 time)
<br>
<h3 id="146"> Statistic for : Halfling Berserker</h3><hr>Number of games played : 30<br>Best game : 1838707<br>Average Score : 95863<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (7 times)
<br>Escaped (3 times)
<br>adder (3 times)
<br>prince ribbit (2 times)
<br>orc warrior (2 times)
<br>Player (2 times)
<br>oklob plant (1 time)
<br>deathcap (1 time)
<br>gnoll (1 time)
<br>ogre mage (1 time)
<br>sigmund (1 time)
<br>menkaure (1 time)
<br>centaur (1 time)
<br>stone giant (1 time)
<br>warg (1 time)
<br>orc priest (1 time)
<br>grinder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (6 times)
<br>dungeon:2 (5 times)
<br>dungeon:5 (3 times)
<br>dungeon:6 (3 times)
<br>dungeon:4 (2 times)
<br>dungeon:8 (2 times)
<br>dungeon:3 (2 times)
<br>lair:5 (1 time)
<br>realm:5 (1 time)
<br>dungeon:18 (1 time)
<br>depths:1 (1 time)
<br>
<h3 id="147"> Statistic for : Halfling Enchanter</h3><hr>Number of games played : 4<br>Best game : 99<br>Average Score : 58<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>adder (1 time)
<br>goblin (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>
<h3 id="148"> Statistic for : Halfling Fighter</h3><hr>Number of games played : 12<br>Best game : 1391<br>Average Score : 232<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worker ant (2 times)
<br>Quit (2 times)
<br>goblin (1 time)
<br>terence (1 time)
<br>Escaped (1 time)
<br>adder (1 time)
<br>crazy yiuf (1 time)
<br>gnoll (1 time)
<br>killer bee (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:2 (3 times)
<br>dungeon:3 (2 times)
<br>dungeon:4 (1 time)
<br>dungeon:5 (1 time)
<br>ecumenical temple:n/a (1 time)
<br>
<h3 id="149"> Statistic for : Halfling Gladiator</h3><hr>Number of games played : 8<br>Best game : 38955<br>Average Score : 6132<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (3 times)
<br>Quit (2 times)
<br>kobold (1 time)
<br>ten-headed hydra (1 time)
<br>pikel (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>lair:2 (1 time)
<br>dungeon:3 (1 time)
<br>lair:8 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="150"> Statistic for : Halfling Healer</h3><hr>Number of games played : 1<br>Best game : 303<br>Average Score : 303<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>crazy yiuf (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="151"> Statistic for : Halfling Hunter</h3><hr>Number of games played : 6<br>Best game : 4251<br>Average Score : 1385<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>Player (1 time)
<br>yak (1 time)
<br>giant mite (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:3 (1 time)
<br>dungeon:8 (1 time)
<br>bailey:n/a (1 time)
<br>
<h3 id="152"> Statistic for : Halfling Skald</h3><hr>Number of games played : 2<br>Best game : 31<br>Average Score : 26<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="153"> Statistic for : Halfling Summoner</h3><hr>Number of games played : 1<br>Best game : 1751<br>Average Score : 1751<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="154"> Statistic for : Halfling Wizard</h3><hr>Number of games played : 1<br>Best game : 222<br>Average Score : 222<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="155"> Statistic for : High Elf Abyssal Abyssal</h3><hr>Number of games played : 126<br>Best game : 285248<br>Average Score : 2656<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (22 times)
<br>small abomination (8 times)
<br>large abomination (7 times)
<br>thrashing horror (7 times)
<br>starcursed mass (5 times)
<br>raiju (4 times)
<br>orange demon (4 times)
<br>spatial maelstrom (4 times)
<br>ancient zyme (3 times)
<br>wretched star (3 times)
<br>jackal (3 times)
<br>gnoll (2 times)
<br>hellion (2 times)
<br>phantasmal warrior (2 times)
<br>ynoxinul (2 times)
<br>white imp (2 times)
<br>green death (2 times)
<br>hobgoblin (2 times)
<br>river rat (1 time)
<br>flying skull (1 time)
<br>executioner (1 time)
<br>centaur (1 time)
<br>death drake (1 time)
<br>starspawn tentacle (1 time)
<br>bone dragon (1 time)
<br>hell hog (1 time)
<br>shadow (1 time)
<br>rakshasa (1 time)
<br>neqoxec (1 time)
<br>tentacled starspawn (1 time)
<br>toenail golem (1 time)
<br>poison (a potion (1 time)
<br>cloud of flame (1 time)
<br>trapdoor spider (1 time)
<br>spatial vortex (1 time)
<br>silent spectre (1 time)
<br>centaur warrior (1 time)
<br>iron imp (1 time)
<br>fire bat (1 time)
<br>ice statue (1 time)
<br>hill giant (1 time)
<br>smoke demon (1 time)
<br>hell sentinel (1 time)
<br>fire giant skeleton (1 time)
<br>ice devil (1 time)
<br>vault warden (1 time)
<br>wight (1 time)
<br>spatial distortion (1 time)
<br>worldbinder (1 time)
<br>sigmund (1 time)
<br>profane servitor (1 time)
<br>natasha (1 time)
<br>worker ant (1 time)
<br>orc warrior (1 time)
<br>kobold (1 time)
<br>killer bee (1 time)
<br>Player (1 time)
<br>orc priest (1 time)
<br>iguana (1 time)
<br>menkaure (1 time)
<br>
<b>End game in :</b><br>abyss:1 (74 times)
<br>abyss:2 (16 times)
<br>dungeon:1 (13 times)
<br>dungeon:4 (4 times)
<br>dungeon:3 (4 times)
<br>dungeon:2 (3 times)
<br>abyss:3 (3 times)
<br>dungeon:7 (2 times)
<br>dungeon:5 (2 times)
<br>lair:4 (1 time)
<br>abyss:4 (1 time)
<br>dungeon:10 (1 time)
<br>vaults:2 (1 time)
<br>orcish:3 (1 time)
<br>
<h3 id="156"> Statistic for : High Elf Air Air</h3><hr>Number of games played : 15<br>Best game : 1024<br>Average Score : 208<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>jackal (2 times)
<br>green rat (1 time)
<br>sigmund (1 time)
<br>poison (a potion (1 time)
<br>giant gecko (1 time)
<br>crazy yiuf (1 time)
<br>hobgoblin (1 time)
<br>orc warrior (1 time)
<br>adder (1 time)
<br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (7 times)
<br>dungeon:2 (3 times)
<br>dungeon:4 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="157"> Statistic for : High Elf Artificer Artificer</h3><hr>Number of games played : 42<br>Best game : 18995<br>Average Score : 748<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (8 times)
<br>adder (6 times)
<br>kobold (4 times)
<br>jackal (2 times)
<br>gnoll (1 time)
<br>natasha (1 time)
<br>Escaped (1 time)
<br>Player (1 time)
<br>sigmund (1 time)
<br>giant cockroach (1 time)
<br>orc priest (1 time)
<br>Himself (badly aimed fireball) (1 time)
<br>bat (1 time)
<br>orc (1 time)
<br>worm (1 time)
<br>orc wizard (1 time)
<br>Grinder (1 time)
<br>ooze (1 time)
<br>centaur (1 time)
<br>goblin (1 time)
<br>grinder the hellion (1 time)
<br>sigmund the jelly (1 time)
<br>dowan (1 time)
<br>stone giant (1 time)
<br>slave (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (17 times)
<br>dungeon:2 (10 times)
<br>dungeon:3 (5 times)
<br>dungeon:5 (4 times)
<br>dungeon:7 (2 times)
<br>dungeon:4 (1 time)
<br>orcish:4 (1 time)
<br>dungeon:9 (1 time)
<br>
<h3 id="158"> Statistic for : High Elf Assassin Assassin</h3><hr>Number of games played : 57<br>Best game : 368051<br>Average Score : 20827<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (6 times)
<br>Quit (6 times)
<br>orc (4 times)
<br>orc priest (2 times)
<br>jackal (2 times)
<br>hobgoblin (2 times)
<br>gnoll (2 times)
<br>worm (1 time)
<br>killer bee (1 time)
<br>deep troll (1 time)
<br>komodo dragon (1 time)
<br>centaur skeleton (1 time)
<br>menkaure (1 time)
<br>pikel (1 time)
<br>hell hog (1 time)
<br>wolf (1 time)
<br>iguana (1 time)
<br>Fannar (1 time)
<br>crimson imp (1 time)
<br>centaur zombie (1 time)
<br>five-headed hydra (1 time)
<br>sigmund (1 time)
<br>adder zombie (1 time)
<br>azrael (1 time)
<br>snorg (1 time)
<br>water moccasin (1 time)
<br>black bear (1 time)
<br>wight (1 time)
<br>yak (1 time)
<br>shock serpent (1 time)
<br>orc wizard (1 time)
<br>gnoll sergeant (1 time)
<br>unseen horror (1 time)
<br>Player (1 time)
<br>grinder (1 time)
<br>short sword of venom (1 time)
<br>kobold (1 time)
<br>the royal jelly (1 time)
<br>blork the orc (1 time)
<br>ettin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (11 times)
<br>dungeon:2 (8 times)
<br>dungeon:3 (7 times)
<br>dungeon:5 (6 times)
<br>dungeon:4 (4 times)
<br>dungeon:10 (2 times)
<br>dungeon:7 (2 times)
<br>ecumenical temple:n/a (1 time)
<br>dungeon:8 (1 time)
<br>vaults:2 (1 time)
<br>lair:8 (1 time)
<br>bailey:n/a (1 time)
<br>abyss:1 (1 time)
<br>dungeon:9 (1 time)
<br>lair:4 (1 time)
<br>spider:1 (1 time)
<br>orcish:2 (1 time)
<br>dungeon:11 (1 time)
<br>snake:1 (1 time)
<br>dungeon:6 (1 time)
<br>Ecumenical temple:n/a (1 time)
<br>elven:1 (1 time)
<br>pits:6 (1 time)
<br>orcish:4 (1 time)
<br>
<h3 id="159"> Statistic for : High Elf Berserker Berserker</h3><hr>Number of games played : 11<br>Best game : 266578<br>Average Score : 52249<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>menkaure (1 time)
<br>giant gecko (1 time)
<br>ice beast (1 time)
<br>orc priest (1 time)
<br>deep elf master archer (1 time)
<br>killer bee (1 time)
<br>Player (1 time)
<br>death drake (shapeshifter) (1 time)
<br>redback (1 time)
<br>yak (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:4 (2 times)
<br>dungeon:5 (1 time)
<br>dungeon:6 (1 time)
<br>elven:3 (1 time)
<br>dungeon:7 (1 time)
<br>dungeon:13 (1 time)
<br>spider:1 (1 time)
<br>dungeon:10 (1 time)
<br>
<h3 id="160"> Statistic for : High Elf Chaos Chaos</h3><hr>Number of games played : 2<br>Best game : 61096<br>Average Score : 30579<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>terence (1 time)
<br>catoblepas (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>lair:8 (1 time)
<br>
<h3 id="161"> Statistic for : High Elf Conjurer Conjurer</h3><hr>Number of games played : 1<br>Best game : 1762<br>Average Score : 1762<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>cyclops (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>
<h3 id="162"> Statistic for : High Elf Enchanter Enchanter</h3><hr>Number of games played : 6<br>Best game : 49030<br>Average Score : 8171<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>death yak (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (4 times)
<br>lair:7 (1 time)
<br>
<h3 id="163"> Statistic for : High Elf Fighter Fighter</h3><hr>Number of games played : 30<br>Best game : 261347<br>Average Score : 19362<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (3 times)
<br>sky beast (3 times)
<br>orc priest (2 times)
<br>worker ant (2 times)
<br>natasha (2 times)
<br>worm (2 times)
<br>Quit (2 times)
<br>hobgoblin (1 time)
<br>deep elf annihilator (1 time)
<br>giant frog skeleton (1 time)
<br>hill giant (1 time)
<br>grinder (1 time)
<br>killer bee (1 time)
<br>Player (1 time)
<br>electric eel (1 time)
<br>manticore (1 time)
<br>shadow imp (1 time)
<br>starcursed mass (1 time)
<br>deep elf mage (1 time)
<br>orc warrior (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (7 times)
<br>dungeon:3 (4 times)
<br>dungeon:4 (4 times)
<br>dungeon:1 (3 times)
<br>dungeon:5 (3 times)
<br>dungeon:9 (2 times)
<br>elven:3 (1 time)
<br>dungeon:10 (1 time)
<br>lair:2 (1 time)
<br>dungeon:11 (1 time)
<br>abyss:1 (1 time)
<br>orcish:1 (1 time)
<br>dungeon:7 (1 time)
<br>
<h3 id="164"> Statistic for : High Elf Fire Fire</h3><hr>Number of games played : 2<br>Best game : 6332<br>Average Score : 3180<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sigmund (1 time)
<br>oklob plant (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:10 (1 time)
<br>
<h3 id="165"> Statistic for : High Elf Gladiator Gladiator</h3><hr>Number of games played : 31<br>Best game : 11521<br>Average Score : 2206<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (5 times)
<br>Quit (4 times)
<br>orc priest (3 times)
<br>orc warrior (2 times)
<br>ogre (2 times)
<br>kobold (2 times)
<br>poison (a potion (1 time)
<br>sky beast (1 time)
<br>hobgoblin (1 time)
<br>crazy yiuf (1 time)
<br>adder (1 time)
<br>hill giant (1 time)
<br>white imp (1 time)
<br>natasha (1 time)
<br>spiny frog (1 time)
<br>snorg (1 time)
<br>salamander stormcaller (1 time)
<br>komodo dragon (1 time)
<br>worker ant (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (6 times)
<br>dungeon:4 (6 times)
<br>dungeon:3 (6 times)
<br>dungeon:2 (4 times)
<br>lair:1 (3 times)
<br>dungeon:11 (2 times)
<br>dungeon:6 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:7 (1 time)
<br>lair:3 (1 time)
<br>
<h3 id="166"> Statistic for : High Elf Hunter Hunter</h3><hr>Number of games played : 44<br>Best game : 8424<br>Average Score : 1137<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (7 times)
<br>kobold (4 times)
<br>Escaped (3 times)
<br>sky beast (2 times)
<br>gnoll (2 times)
<br>goblin (2 times)
<br>giant gecko (1 time)
<br>worm (1 time)
<br>Quit (1 time)
<br>unseen horror (1 time)
<br>hound (1 time)
<br>centaur (1 time)
<br>blork the orc (1 time)
<br>crocodile (1 time)
<br>scorpion (1 time)
<br>urug (1 time)
<br>dowan (1 time)
<br>ogre (1 time)
<br>worker ant (1 time)
<br>iguana (1 time)
<br>orc wizard (1 time)
<br>orc warrior (1 time)
<br>fire crab (shapeshifter) (1 time)
<br>gargoyle (1 time)
<br>river rat (1 time)
<br>jackal (1 time)
<br>Player (1 time)
<br>orc (1 time)
<br>ooze (1 time)
<br>menkaure (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (11 times)
<br>dungeon:1 (8 times)
<br>dungeon:3 (5 times)
<br>dungeon:4 (5 times)
<br>sewer:n/a (3 times)
<br>dungeon:10 (2 times)
<br>dungeon:7 (2 times)
<br>dungeon:6 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:9 (1 time)
<br>volcano:n/a (1 time)
<br>lair:1 (1 time)
<br>
<h3 id="167"> Statistic for : High Elf Ice Ice</h3><hr>Number of games played : 5<br>Best game : 806<br>Average Score : 239<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>hobgoblin (1 time)
<br>jackal (1 time)
<br>centaur zombie (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="168"> Statistic for : High Elf Skald Skald</h3><hr>Number of games played : 10<br>Best game : 601<br>Average Score : 92<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>gnoll (2 times)
<br>giant gecko (1 time)
<br>purgy (1 time)
<br>centaur (1 time)
<br>kobold (1 time)
<br>sky beast (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (5 times)
<br>dungeon:4 (3 times)
<br>dungeon:2 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="169"> Statistic for : High Elf Summoner Summoner</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="170"> Statistic for : High Elf Transmuter Transmuter</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="171"> Statistic for : High Elf Venom Venom</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="172"> Statistic for : High Elf Wanderer Wanderer</h3><hr>Number of games played : 3<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Quit (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="173"> Statistic for : High Elf Warper Warper</h3><hr>Number of games played : 24<br>Best game : 93825<br>Average Score : 5899<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc (2 times)
<br>adder (2 times)
<br>goblin (2 times)
<br>orc priest (2 times)
<br>jackal (2 times)
<br>worm (2 times)
<br>Quit (2 times)
<br>crazy yiuf (2 times)
<br>giant gecko (2 times)
<br>killer bee (1 time)
<br>gnoll (1 time)
<br>dire elephant (1 time)
<br>Jessica (1 time)
<br>hobgoblin (1 time)
<br>lindwurm (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (10 times)
<br>dungeon:2 (6 times)
<br>dungeon:3 (3 times)
<br>dungeon:4 (2 times)
<br>dungeon:9 (1 time)
<br>lair:8 (1 time)
<br>lair:3 (1 time)
<br>
<h3 id="174"> Statistic for : High Elf Wizard Wizard</h3><hr>Number of games played : 8<br>Best game : 1379<br>Average Score : 277<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>bat (1 time)
<br>giant cockroach (1 time)
<br>orc priest (1 time)
<br>gnoll (1 time)
<br>grinder (1 time)
<br>water moccasin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (5 times)
<br>dungeon:5 (2 times)
<br>dungeon:4 (1 time)
<br>
<h3 id="175"> Statistic for : Hill Orc Abyssal Abyssal</h3><hr>Number of games played : 7<br>Best game : 6673<br>Average Score : 976<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>white imp (1 time)
<br>Player (1 time)
<br>ice statue (1 time)
<br>tentacled starspawn (1 time)
<br>orc priest (1 time)
<br>
<b>End game in :</b><br>abyss:1 (4 times)
<br>dungeon:3 (2 times)
<br>ice cave:n/a (1 time)
<br>
<h3 id="176"> Statistic for : Hill Orc Arcane Arcane</h3><hr>Number of games played : 3<br>Best game : 682543<br>Average Score : 227545<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>orc (1 time)
<br>orb of fire (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:3 (1 time)
<br>realm:4 (1 time)
<br>
<h3 id="177"> Statistic for : Hill Orc Artificer Artificer</h3><hr>Number of games played : 13<br>Best game : 1588041<br>Average Score : 122951<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>Quit (2 times)
<br>orc warrior (2 times)
<br>hobgoblin (1 time)
<br>giant gecko (1 time)
<br>goblin (1 time)
<br>adder (1 time)
<br>giant mite (1 time)
<br>ooze (1 time)
<br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (6 times)
<br>dungeon:2 (2 times)
<br>dungeon:5 (1 time)
<br>dungeon:6 (1 time)
<br>orcish:3 (1 time)
<br>
<h3 id="178"> Statistic for : Hill Orc Berserker Berserker</h3><hr>Number of games played : 12<br>Best game : 1362<br>Average Score : 471<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (5 times)
<br>orc priest (1 time)
<br>sigmund (1 time)
<br>orc wizard (1 time)
<br>worm (1 time)
<br>orc warrior (1 time)
<br>sky beast (1 time)
<br>kobold (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>dungeon:4 (3 times)
<br>dungeon:1 (3 times)
<br>dungeon:6 (2 times)
<br>dungeon:5 (1 time)
<br>
<h3 id="179"> Statistic for : Hill Orc Chaos Chaos</h3><hr>Number of games played : 2<br>Best game : 63<br>Average Score : 43<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>the severe capriciousness of xom (1 time)
<br>kobold (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>
<h3 id="180"> Statistic for : Hill Orc Earth Earth</h3><hr>Number of games played : 2<br>Best game : 22<br>Average Score : 19<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="181"> Statistic for : Hill Orc Fighter Fighter</h3><hr>Number of games played : 14<br>Best game : 273363<br>Average Score : 36445<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>Escaped (2 times)
<br>orc warrior (2 times)
<br>gnoll (2 times)
<br>ogre (1 time)
<br>scorpion (1 time)
<br>adder (1 time)
<br>hellephant (1 time)
<br>stone giant (illusionary) (1 time)
<br>orc knight (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (3 times)
<br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:6 (1 time)
<br>dungeon:5 (1 time)
<br>abyss:1 (1 time)
<br>vaults:2 (1 time)
<br>orcish:2 (1 time)
<br>
<h3 id="182"> Statistic for : Hill Orc Fire Fire</h3><hr>Number of games played : 9<br>Best game : 1450<br>Average Score : 344<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (1 time)
<br>orc warrior (1 time)
<br>triggering a dart trap (1 time)
<br>adder (1 time)
<br>worker ant (1 time)
<br>gnoll (1 time)
<br>grinder (1 time)
<br>ice beast (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:4 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="183"> Statistic for : Hill Orc Gladiator Gladiator</h3><hr>Number of games played : 10<br>Best game : 112785<br>Average Score : 11703<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>gnoll (2 times)
<br>orc wizard (1 time)
<br>dowan (1 time)
<br>Escaped (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:4 (2 times)
<br>dungeon:6 (2 times)
<br>dungeon:2 (1 time)
<br>treasure trove:n/a (1 time)
<br>
<h3 id="184"> Statistic for : Hill Orc Healer Healer</h3><hr>Number of games played : 4<br>Best game : 183<br>Average Score : 52<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sigmund (1 time)
<br>Quit (1 time)
<br>Escaped (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:1 (1 time)
<br>
<h3 id="185"> Statistic for : Hill Orc Hunter Hunter</h3><hr>Number of games played : 3<br>Best game : 954<br>Average Score : 329<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>ogre (1 time)
<br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="186"> Statistic for : Hill Orc Monk Monk</h3><hr>Number of games played : 2<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>
<b>End game in :</b><br>
<h3 id="187"> Statistic for : Hill Orc Necromancer Necromancer</h3><hr>Number of games played : 3<br>Best game : 539<br>Average Score : 193<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>giant gecko (1 time)
<br>grinder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:5 (1 time)
<br>
<h3 id="188"> Statistic for : Hill Orc Priest Priest</h3><hr>Number of games played : 3<br>Best game : 1189<br>Average Score : 569<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (1 time)
<br>big kobold (1 time)
<br>prince ribbit (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>dungeon:1 (1 time)
<br>
<h3 id="189"> Statistic for : Hill Orc Skald Skald</h3><hr>Number of games played : 3<br>Best game : 202<br>Average Score : 71<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sigmund (1 time)
<br>Escaped (1 time)
<br>giant newt (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="190"> Statistic for : Hill Orc Transmuter Transmuter</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="191"> Statistic for : Hill Orc Wanderer Wanderer</h3><hr>Number of games played : 6<br>Best game : 23<br>Average Score : 3<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (3 times)
<br>Quit (2 times)
<br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>
<h3 id="192"> Statistic for : Hill Orc Warper Warper</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="193"> Statistic for : Hill Orc Wizard Wizard</h3><hr>Number of games played : 6<br>Best game : 8311<br>Average Score : 1428<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>adder (1 time)
<br>spiny frog (1 time)
<br>cloud of flame (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:2 (2 times)
<br>lair:1 (1 time)
<br>
<h3 id="194"> Statistic for : Human Abyssal Knight</h3><hr>Number of games played : 522<br>Best game : 50301<br>Average Score : 146<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>small abomination (46 times)
<br>starcursed mass (34 times)
<br>large abomination (31 times)
<br>thrashing horror (27 times)
<br>Quit (25 times)
<br>raiju (24 times)
<br>tentacled starspawn (23 times)
<br>wretched star (22 times)
<br>ufetubus (19 times)
<br>smoke demon (19 times)
<br>ancient zyme (16 times)
<br>quasit (9 times)
<br>worldbinder (9 times)
<br>fire bat (8 times)
<br>chaos spawn (8 times)
<br>apocalypse crab (8 times)
<br>sixfirhy (8 times)
<br>tormentor (6 times)
<br>spatial maelstrom (6 times)
<br>unseen horror (6 times)
<br>executioner (6 times)
<br>white imp (6 times)
<br>orange demon (6 times)
<br>bone dragon (5 times)
<br>iron imp (5 times)
<br>ynoxinul (5 times)
<br>hellwing (5 times)
<br>rakshasa (5 times)
<br>neqoxec (5 times)
<br>lich (4 times)
<br>flying skull (4 times)
<br>ice devil (4 times)
<br>demonic crawler (4 times)
<br>blizzard demon (3 times)
<br>efreet (3 times)
<br>great orb of eyes (3 times)
<br>starspawn tentacle (3 times)
<br>shadow (3 times)
<br>lorocyproca (3 times)
<br>fire elemental (3 times)
<br>wraith (2 times)
<br>eidolon (2 times)
<br>blink frog (2 times)
<br>silent spectre (2 times)
<br>sky beast (2 times)
<br>red draconian (2 times)
<br>hell hog (2 times)
<br>balrug (2 times)
<br>wight (2 times)
<br>hell sentinel (2 times)
<br>blue devil (2 times)
<br>insubstantial wisp (2 times)
<br>green draconian scorcher (2 times)
<br>ice beast (2 times)
<br>black draconian (2 times)
<br>ogre (2 times)
<br>daeva (2 times)
<br>green draconian (2 times)
<br>worker ant (1 time)
<br>harpy zombie (1 time)
<br>white draconian (1 time)
<br>gnoll (1 time)
<br>quicksilver dragon zombie (1 time)
<br>orc sorcerer (1 time)
<br>profane servitor (1 time)
<br>red ugly thing (1 time)
<br>hell hound (1 time)
<br>hellephant (1 time)
<br>spider (1 time)
<br>hobgoblin (1 time)
<br>flayed ghost (1 time)
<br>anaconda zombie (1 time)
<br>fire dragon skeleton (1 time)
<br>hungry ghost (1 time)
<br>black mamba (1 time)
<br>deep elf sorcerer (1 time)
<br>poison (a potion (1 time)
<br>iguana (1 time)
<br>black draconian knight (1 time)
<br>freezing wraith (1 time)
<br>ice dragon skeleton (1 time)
<br>green death (1 time)
<br>sun demon (1 time)
<br>spiny frog (1 time)
<br>vampire (1 time)
<br>soul eater (1 time)
<br>merfolk (1 time)
<br>kobold (1 time)
<br>cacodemon (1 time)
<br>brown very ugly thing (1 time)
<br>vampire mage (1 time)
<br>mana viper (1 time)
<br>tentacle (1 time)
<br>ghost moth zombie (1 time)
<br>orb spider (shapeshifter) (1 time)
<br>orc priest (1 time)
<br>hell knight (1 time)
<br>donald (1 time)
<br>death knight (1 time)
<br>centaur (1 time)
<br>vampire mosquito (1 time)
<br>guardian serpent (1 time)
<br>shadow imp (1 time)
<br>jackal (1 time)
<br>wolf spider (1 time)
<br>
<b>End game in :</b><br>abyss:1 (325 times)
<br>abyss:2 (147 times)
<br>dungeon:1 (18 times)
<br>abyss:3 (16 times)
<br>dungeon:4 (3 times)
<br>dungeon:5 (3 times)
<br>abyss:4 (2 times)
<br>abyss:5 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:3 (1 time)
<br>lair:2 (1 time)
<br>orcish:2 (1 time)
<br>orcish:1 (1 time)
<br>
<h3 id="195"> Statistic for : Human Air Elementalist</h3><hr>Number of games played : 1<br>Best game : 13<br>Average Score : 13<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="196"> Statistic for : Human Arcane Marksman</h3><hr>Number of games played : 1<br>Best game : 23<br>Average Score : 23<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="197"> Statistic for : Human Artificer</h3><hr>Number of games played : 6<br>Best game : 111533<br>Average Score : 18883<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (2 times)
<br>Quit (1 time)
<br>ogre (1 time)
<br>orc warrior (1 time)
<br>shock serpent (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:7 (1 time)
<br>snake:1 (1 time)
<br>
<h3 id="198"> Statistic for : Human Assassin</h3><hr>Number of games played : 7<br>Best game : 3023<br>Average Score : 644<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>ogre (1 time)
<br>centaur (1 time)
<br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (3 times)
<br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:8 (1 time)
<br>
<h3 id="199"> Statistic for : Human Berserker</h3><hr>Number of games played : 5<br>Best game : 177670<br>Average Score : 36031<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Quit (1 time)
<br>naga ritualist (1 time)
<br>gnoll (1 time)
<br>white imp (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>snake:3 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="200"> Statistic for : Human Chaos Knight</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="201"> Statistic for : Human Enchanter</h3><hr>Number of games played : 2<br>Best game : 174<br>Average Score : 87<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worm (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="202"> Statistic for : Human Fighter</h3><hr>Number of games played : 49<br>Best game : 1593602<br>Average Score : 41314<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (13 times)
<br>Escaped (5 times)
<br>orc priest (3 times)
<br>ogre (2 times)
<br>adder (2 times)
<br>orc wizard (2 times)
<br>orc warrior (2 times)
<br>battlesphere (1 time)
<br>ooze (1 time)
<br>erolcha (1 time)
<br>snorg (1 time)
<br>Asphyxiated (1 time)
<br>crazy yiuf (1 time)
<br>white ugly thing (1 time)
<br>manticore (1 time)
<br>sigmund (1 time)
<br>gastronok (1 time)
<br>vampire (1 time)
<br>jelly (1 time)
<br>joseph (1 time)
<br>small abomination (1 time)
<br>kobold (1 time)
<br>maud (1 time)
<br>hellephant (1 time)
<br>hobgoblin (1 time)
<br>giant gecko (1 time)
<br>snapping turtle (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (14 times)
<br>dungeon:2 (5 times)
<br>dungeon:3 (5 times)
<br>dungeon:7 (3 times)
<br>dungeon:9 (2 times)
<br>dungeon:11 (2 times)
<br>dungeon:6 (2 times)
<br>dungeon:10 (2 times)
<br>dungeon:5 (2 times)
<br>dungeon:8 (1 time)
<br>dungeon:4 (1 time)
<br>lair:1 (1 time)
<br>bailey:n/a (1 time)
<br>abyss:2 (1 time)
<br>abyss:1 (1 time)
<br>shoals:1 (1 time)
<br>
<h3 id="203"> Statistic for : Human Fire Elementalist</h3><hr>Number of games played : 2<br>Best game : 2489<br>Average Score : 1246<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>centaur (1 time)
<br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:7 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="204"> Statistic for : Human Gladiator</h3><hr>Number of games played : 13<br>Best game : 13470<br>Average Score : 2262<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>gnoll (2 times)
<br>killer bee (1 time)
<br>orc priest (1 time)
<br>hill giant (1 time)
<br>orc warrior (1 time)
<br>robin (1 time)
<br>pikel (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (3 times)
<br>dungeon:1 (3 times)
<br>dungeon:2 (2 times)
<br>dungeon:5 (2 times)
<br>dungeon:8 (1 time)
<br>dungeon:10 (1 time)
<br>orcish:4 (1 time)
<br>
<h3 id="205"> Statistic for : Human Ice Elementalist</h3><hr>Number of games played : 2<br>Best game : 455<br>Average Score : 227<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="206"> Statistic for : Human Necromancer</h3><hr>Number of games played : 2<br>Best game : 219<br>Average Score : 127<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worker ant (1 time)
<br>giant cockroach (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="207"> Statistic for : Human Skald</h3><hr>Number of games played : 2<br>Best game : 128<br>Average Score : 65<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ijyb (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="208"> Statistic for : Human Transmuter</h3><hr>Number of games played : 2<br>Best game : 14<br>Average Score : 7<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="209"> Statistic for : Human Venom Mage</h3><hr>Number of games played : 3<br>Best game : 561<br>Average Score : 214<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>ogre (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="210"> Statistic for : Human Wanderer</h3><hr>Number of games played : 3<br>Best game : 140847<br>Average Score : 47539<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>mummy (1 time)
<br>tarantella (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>ossuary:n/a (1 time)
<br>spider:3 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="211"> Statistic for : Human Warper</h3><hr>Number of games played : 2<br>Best game : 914<br>Average Score : 466<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>orc (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="212"> Statistic for : Human Wizard</h3><hr>Number of games played : 4<br>Best game : 221<br>Average Score : 100<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>worker ant (1 time)
<br>ijyb (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="213"> Statistic for : Kobold Abyssal Knight</h3><hr>Number of games played : 2<br>Best game : 418<br>Average Score : 345<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc wizard (1 time)
<br>goblin (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="214"> Statistic for : Kobold Artificer</h3><hr>Number of games played : 8<br>Best game : 192380<br>Average Score : 24090<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (2 times)
<br>Escaped (1 time)
<br>donald (1 time)
<br>worker ant (1 time)
<br>Player (1 time)
<br>orc priest (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>dungeon:3 (2 times)
<br>swamp:5 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="215"> Statistic for : Kobold Assassin</h3><hr>Number of games played : 5<br>Best game : 986<br>Average Score : 252<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>water moccasin zombie (1 time)
<br>Escaped (1 time)
<br>orc priest (1 time)
<br>Quit (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="216"> Statistic for : Kobold Berserker</h3><hr>Number of games played : 35<br>Best game : 195944<br>Average Score : 8209<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (4 times)
<br>orc priest (3 times)
<br>Quit (3 times)
<br>orc wizard (2 times)
<br>Player (2 times)
<br>orc warrior (2 times)
<br>hobgoblin (2 times)
<br>giant gecko (2 times)
<br>ogre (2 times)
<br>kobold (1 time)
<br>Escaped (1 time)
<br>unseen horror (1 time)
<br>grinder (1 time)
<br>lich (1 time)
<br>orc (1 time)
<br>shambling mangrove (1 time)
<br>giant frog (1 time)
<br>centaur (1 time)
<br>deep elf blademaster (1 time)
<br>snapping turtle (1 time)
<br>worker ant (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (8 times)
<br>dungeon:2 (6 times)
<br>dungeon:1 (6 times)
<br>dungeon:4 (3 times)
<br>dungeon:5 (2 times)
<br>dungeon:6 (2 times)
<br>dungeon:10 (1 time)
<br>abyss:1 (1 time)
<br>swamp:2 (1 time)
<br>elven:3 (1 time)
<br>lair:5 (1 time)
<br>dungeon:11 (1 time)
<br>dungeon:8 (1 time)
<br>
<h3 id="217"> Statistic for : Kobold Earth Elementalist</h3><hr>Number of games played : 1<br>Best game : 8<br>Average Score : 8<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="218"> Statistic for : Kobold Enchanter</h3><hr>Number of games played : 7<br>Best game : 74736<br>Average Score : 10739<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>goblin (1 time)
<br>Escaped (1 time)
<br>giant gecko (1 time)
<br>Player (1 time)
<br>sun demon (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (4 times)
<br>dungeon:3 (1 time)
<br>orcish:2 (1 time)
<br>
<h3 id="219"> Statistic for : Kobold Fighter</h3><hr>Number of games played : 10<br>Best game : 501226<br>Average Score : 50337<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sky beast (2 times)
<br>titan (1 time)
<br>prince ribbit (1 time)
<br>crazy yiuf (1 time)
<br>adder (1 time)
<br>Escaped (1 time)
<br>Quit (1 time)
<br>kobold (1 time)
<br>goblin (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:1 (2 times)
<br>vaults:5 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="220"> Statistic for : Kobold Gladiator</h3><hr>Number of games played : 13<br>Best game : 2141201<br>Average Score : 164844<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Escaped (4 times)
<br>Quit (3 times)
<br>hippogriff skeleton (1 time)
<br>hobgoblin (1 time)
<br>gnoll (1 time)
<br>Menkaure (1 time)
<br>worm (1 time)
<br>gargoyle (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (4 times)
<br>dungeon:3 (2 times)
<br>dungeon:4 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="221"> Statistic for : Kobold Healer</h3><hr>Number of games played : 2<br>Best game : 224<br>Average Score : 214<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b>
<br>scorpion (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="222"> Statistic for : Kobold Hunter</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="223"> Statistic for : Kobold Ice Elementalist</h3><hr>Number of games played : 1<br>Best game : 12<br>Average Score : 12<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="224"> Statistic for : Kobold Monk</h3><hr>Number of games played : 1<br>Best game : 3<br>Average Score : 3<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="225"> Statistic for : Kobold Skald</h3><hr>Number of games played : 1<br>Best game : 115<br>Average Score : 115<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worker ant (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="226"> Statistic for : Kobold Summoner</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="227"> Statistic for : Kobold Venom Mage</h3><hr>Number of games played : 2<br>Best game : 37<br>Average Score : 27<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="228"> Statistic for : Kobold Wanderer</h3><hr>Number of games played : 9<br>Best game : 2048<br>Average Score : 294<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (7 times)
<br>ice beast (1 time)
<br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="229"> Statistic for : Kobold Warper</h3><hr>Number of games played : 2<br>Best game : 68<br>Average Score : 36<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="230"> Statistic for : Kobold Wizard</h3><hr>Number of games played : 2<br>Best game : 42<br>Average Score : 29<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>kobold (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="231"> Statistic for : Merfolk Abyssal Knight</h3><hr>Number of games played : 54<br>Best game : 406751<br>Average Score : 7679<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (5 times)
<br>Quit (5 times)
<br>large abomination (5 times)
<br>raiju (4 times)
<br>orc wizard (3 times)
<br>chaos spawn (3 times)
<br>white imp (2 times)
<br>blink frog (2 times)
<br>thrashing horror (2 times)
<br>Escaped (1 time)
<br>acid blob (1 time)
<br>worker ant (1 time)
<br>kobold (1 time)
<br>wretched star (1 time)
<br>orc (1 time)
<br>adder (1 time)
<br>sigmund (1 time)
<br>eidolon (1 time)
<br>deep elf mage (1 time)
<br>giant frog skeleton (1 time)
<br>ijyb (1 time)
<br>ufetubus (1 time)
<br>spatial maelstrom (1 time)
<br>angel (1 time)
<br>tentacled starspawn (1 time)
<br>unseen horror (1 time)
<br>worldbinder (1 time)
<br>ogre (1 time)
<br>rakshasa (1 time)
<br>jelly (1 time)
<br>sun demon (1 time)
<br>iron imp (1 time)
<br>
<b>End game in :</b><br>abyss:1 (20 times)
<br>abyss:2 (8 times)
<br>dungeon:3 (5 times)
<br>dungeon:2 (5 times)
<br>dungeon:4 (5 times)
<br>dungeon:1 (4 times)
<br>dungeon:5 (2 times)
<br>abyss:3 (2 times)
<br>pits:6 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="232"> Statistic for : Merfolk Arcane Marksman</h3><hr>Number of games played : 3<br>Best game : 95<br>Average Score : 49<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Quit (1 time)
<br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="233"> Statistic for : Merfolk Artificer</h3><hr>Number of games played : 20<br>Best game : 315469<br>Average Score : 30739<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (3 times)
<br>orc priest (3 times)
<br>orc wizard (2 times)
<br>worm (2 times)
<br>gnoll (2 times)
<br>phantom (1 time)
<br>naga (1 time)
<br>Player (1 time)
<br>catoblepas (1 time)
<br>battlesphere (1 time)
<br>wretched star (1 time)
<br>two-headed ogre (1 time)
<br>Menkaure (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (6 times)
<br>dungeon:1 (4 times)
<br>dungeon:2 (4 times)
<br>dungeon:7 (1 time)
<br>dungeon:13 (1 time)
<br>dungeon:8 (1 time)
<br>abyss:1 (1 time)
<br>vaults:3 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="234"> Statistic for : Merfolk Assassin</h3><hr>Number of games played : 24<br>Best game : 205797<br>Average Score : 12022<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>wight (3 times)
<br>adder (2 times)
<br>sixfirhy (1 time)
<br>worm (1 time)
<br>hobgoblin (1 time)
<br>kobold (1 time)
<br>iguana (1 time)
<br>Quit (1 time)
<br>yak (1 time)
<br>urug (1 time)
<br>river rat (1 time)
<br>nikola (1 time)
<br>giant frog (1 time)
<br>spiny frog (1 time)
<br>wyvern (1 time)
<br>electric eel (1 time)
<br>gnoll (1 time)
<br>efreet (1 time)
<br>worker ant (1 time)
<br>orc priest (1 time)
<br>warg (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (5 times)
<br>dungeon:2 (4 times)
<br>dungeon:6 (3 times)
<br>orcish:4 (2 times)
<br>dungeon:4 (2 times)
<br>sewer:n/a (2 times)
<br>dungeon:7 (1 time)
<br>dungeon:1 (1 time)
<br>orcish:1 (1 time)
<br>shoals:2 (1 time)
<br>lair:3 (1 time)
<br>dungeon:11 (1 time)
<br>
<h3 id="235"> Statistic for : Merfolk Berserker</h3><hr>Number of games played : 20<br>Best game : 1470323<br>Average Score : 93380<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>gnoll (2 times)
<br>giant gecko (2 times)
<br>prince ribbit (2 times)
<br>jackal (1 time)
<br>gnoll sergeant (1 time)
<br>orb spider (1 time)
<br>Player (1 time)
<br>menkaure (1 time)
<br>ogre (1 time)
<br>asterion (1 time)
<br>worm (1 time)
<br>centaur (1 time)
<br>orc wizard (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (4 times)
<br>dungeon:4 (4 times)
<br>dungeon:5 (3 times)
<br>dungeon:2 (3 times)
<br>dungeon:6 (1 time)
<br>spider:5 (1 time)
<br>dungeon:8 (1 time)
<br>dungeon:3 (1 time)
<br>shoals:2 (1 time)
<br>
<h3 id="236"> Statistic for : Merfolk Death Knight</h3><hr>Number of games played : 3<br>Best game : 4208<br>Average Score : 1454<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc warrior (1 time)
<br>gnoll (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:10 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="237"> Statistic for : Merfolk Enchanter</h3><hr>Number of games played : 1<br>Best game : 24<br>Average Score : 24<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="238"> Statistic for : Merfolk Fighter</h3><hr>Number of games played : 11<br>Best game : 248694<br>Average Score : 25157<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>giant cockroach (1 time)
<br>goblin (1 time)
<br>hobgoblin (1 time)
<br>orc priest (1 time)
<br>warg (1 time)
<br>adder (1 time)
<br>brimstone fiend (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:2 (2 times)
<br>dungeon:5 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:6 (1 time)
<br>lair:6 (1 time)
<br>elven:3 (1 time)
<br>
<h3 id="239"> Statistic for : Merfolk Gladiator</h3><hr>Number of games played : 28<br>Best game : 44791<br>Average Score : 3961<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (7 times)
<br>orc priest (2 times)
<br>orc warrior (2 times)
<br>sun demon (2 times)
<br>jelly (1 time)
<br>elephant (1 time)
<br>poison (a potion (1 time)
<br>sigmund (1 time)
<br>sky beast (1 time)
<br>kobold (1 time)
<br>white ugly thing (1 time)
<br>killer bee (1 time)
<br>ogre (1 time)
<br>gnoll sergeant (1 time)
<br>Escaped (1 time)
<br>orc wizard (1 time)
<br>grinder (1 time)
<br>Player (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (6 times)
<br>dungeon:4 (4 times)
<br>dungeon:5 (3 times)
<br>dungeon:6 (2 times)
<br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:10 (1 time)
<br>lair:1 (1 time)
<br>orcish:4 (1 time)
<br>volcano:n/a (1 time)
<br>dungeon:11 (1 time)
<br>orcish:2 (1 time)
<br>dungeon:7 (1 time)
<br>ossuary:n/a (1 time)
<br>
<h3 id="240"> Statistic for : Merfolk Healer</h3><hr>Number of games played : 3<br>Best game : 56<br>Average Score : 19<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worm (1 time)
<br>hobgoblin (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:3 (1 time)
<br>
<h3 id="241"> Statistic for : Merfolk Hunter</h3><hr>Number of games played : 1<br>Best game : 95<br>Average Score : 95<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="242"> Statistic for : Merfolk Ice Elementalist</h3><hr>Number of games played : 9<br>Best game : 266870<br>Average Score : 29732<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (3 times)
<br>adder (2 times)
<br>Quit (2 times)
<br>prince ribbit (1 time)
<br>freezing wraith (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:4 (1 time)
<br>dungeon:13 (1 time)
<br>
<h3 id="243"> Statistic for : Merfolk Monk</h3><hr>Number of games played : 6<br>Best game : 65618<br>Average Score : 11769<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>bat (1 time)
<br>frost giant (1 time)
<br>gnoll sergeant (1 time)
<br>ogre (1 time)
<br>kobold (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>ice cave:n/a (1 time)
<br>dungeon:8 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="244"> Statistic for : Merfolk Skald</h3><hr>Number of games played : 11<br>Best game : 47676<br>Average Score : 4381<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (3 times)
<br>jackal (2 times)
<br>sigmund (1 time)
<br>orc knight (1 time)
<br>orc wizard (1 time)
<br>hobgoblin (1 time)
<br>Quit (1 time)
<br>robin (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (4 times)
<br>dungeon:1 (4 times)
<br>dungeon:3 (2 times)
<br>orcish:4 (1 time)
<br>
<h3 id="245"> Statistic for : Merfolk Summoner</h3><hr>Number of games played : 3<br>Best game : 53<br>Average Score : 31<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (1 time)
<br>Escaped (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="246"> Statistic for : Merfolk Transmuter</h3><hr>Number of games played : 4<br>Best game : 194<br>Average Score : 105<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (2 times)
<br>Escaped (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>
<h3 id="247"> Statistic for : Merfolk Venom Mage</h3><hr>Number of games played : 3<br>Best game : 20<br>Average Score : 16<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Quit (1 time)
<br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="248"> Statistic for : Merfolk Warper</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="249"> Statistic for : Minotaur Artificer</h3><hr>Number of games played : 10<br>Best game : 92756<br>Average Score : 9553<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>giant mite (1 time)
<br>adder (1 time)
<br>indirect mummy death curse (1 time)
<br>goblin (1 time)
<br>orc (1 time)
<br>prince ribbit (1 time)
<br>orc priest (1 time)
<br>ice beast (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:4 (2 times)
<br>dungeon:3 (2 times)
<br>dungeon:15 (1 time)
<br>dungeon:6 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="250"> Statistic for : Minotaur Berserker</h3><hr>Number of games played : 15<br>Best game : 1605291<br>Average Score : 174238<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Escaped (4 times)
<br>Quit (2 times)
<br>acid (1 time)
<br>orc wizard (1 time)
<br>quicksilver dragon (1 time)
<br>vampire knight (1 time)
<br>gnoll (1 time)
<br>skeletal warrior (1 time)
<br>spiny frog (1 time)
<br>shadow dragon (1 time)
<br>meliai (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (2 times)
<br>dungeon:1 (1 time)
<br>dungeon:27 (1 time)
<br>vaults:1 (1 time)
<br>dungeon:12 (1 time)
<br>lair:4 (1 time)
<br>vaults:5 (1 time)
<br>dungeon:6 (1 time)
<br>dungeon:15 (1 time)
<br>dungeon:9 (1 time)
<br>
<h3 id="251"> Statistic for : Minotaur Chaos Knight</h3><hr>Number of games played : 4<br>Best game : 10441<br>Average Score : 2665<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc warrior (1 time)
<br>quokka (1 time)
<br>Quit (1 time)
<br>orange demon (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>orcish:1 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="252"> Statistic for : Minotaur Fighter</h3><hr>Number of games played : 3<br>Best game : 111<br>Average Score : 53<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="253"> Statistic for : Minotaur Gladiator</h3><hr>Number of games played : 13<br>Best game : 224972<br>Average Score : 36503<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>orc priest (1 time)
<br>the 27-headed lernaean hydra (1 time)
<br>sigmund (1 time)
<br>ghost moth (1 time)
<br>merfolk aquamancer (1 time)
<br>centaur (1 time)
<br>kobold (1 time)
<br>ogre (1 time)
<br>shadow imp (1 time)
<br>Escaped (1 time)
<br>naga sharpshooter (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (3 times)
<br>dungeon:1 (2 times)
<br>swamp:5 (1 time)
<br>dungeon:2 (1 time)
<br>lair:4 (1 time)
<br>shoals:4 (1 time)
<br>dungeon:7 (1 time)
<br>dungeon:5 (1 time)
<br>snake:2 (1 time)
<br>
<h3 id="254"> Statistic for : Minotaur Hunter</h3><hr>Number of games played : 6<br>Best game : 11015<br>Average Score : 1877<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>Player (1 time)
<br>Quit (1 time)
<br>kobold (1 time)
<br>troll (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>orcish:4 (1 time)
<br>
<h3 id="255"> Statistic for : Minotaur Monk</h3><hr>Number of games played : 2<br>Best game : 29796<br>Average Score : 14898<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>two-headed hydra (1 time)
<br>
<b>End game in :</b><br>lair:2 (1 time)
<br>
<h3 id="256"> Statistic for : Minotaur Necromancer</h3><hr>Number of games played : 1<br>Best game : 28<br>Average Score : 28<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>human zombie (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="257"> Statistic for : Mottled Draconian Artificer</h3><hr>Number of games played : 1<br>Best game : 268181<br>Average Score : 268181<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>stone giant skeleton (1 time)
<br>
<b>End game in :</b><br>vaults:1 (1 time)
<br>
<h3 id="258"> Statistic for : Mottled Draconian Wizard</h3><hr>Number of games played : 1<br>Best game : 4002<br>Average Score : 4002<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>killer bee (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (1 time)
<br>
<h3 id="259"> Statistic for : Mummy Abyssal Knight</h3><hr>Number of games played : 127<br>Best game : 382187<br>Average Score : 3847<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>thrashing horror (9 times)
<br>starcursed mass (9 times)
<br>large abomination (9 times)
<br>smoke demon (7 times)
<br>small abomination (6 times)
<br>raiju (6 times)
<br>wretched star (5 times)
<br>ynoxinul (5 times)
<br>spatial maelstrom (4 times)
<br>Quit (3 times)
<br>blizzard demon (3 times)
<br>ogre (3 times)
<br>chaos spawn (3 times)
<br>fire bat (2 times)
<br>profane servitor (2 times)
<br>ufetubus (2 times)
<br>ancient zyme (2 times)
<br>tentacled starspawn (2 times)
<br>guardian serpent (2 times)
<br>centaur (2 times)
<br>hellion (2 times)
<br>ghost moth simulacrum (1 time)
<br>yellow draconian (1 time)
<br>hill giant (1 time)
<br>goblin (1 time)
<br>shadow wraith (1 time)
<br>adder (1 time)
<br>purple very ugly thing (1 time)
<br>sun demon (1 time)
<br>ice dragon skeleton (1 time)
<br>ophan (1 time)
<br>iron imp (1 time)
<br>apocalypse crab (1 time)
<br>yak (1 time)
<br>orange demon (1 time)
<br>eldritch tentacle (1 time)
<br>death drake (1 time)
<br>freezing wraith (1 time)
<br>harpy zombie (1 time)
<br>white imp (1 time)
<br>hell hound (1 time)
<br>shadow imp (1 time)
<br>queen bee (shapeshifter) (1 time)
<br>shadow (1 time)
<br>hell knight (1 time)
<br>efreet (1 time)
<br>worldbinder (1 time)
<br>hungry ghost (1 time)
<br>river rat (1 time)
<br>spatial vortex (1 time)
<br>hell hog (1 time)
<br>gnoll (1 time)
<br>slime creature (1 time)
<br>hell sentinel (1 time)
<br>gargoyle (1 time)
<br>komodo dragon (1 time)
<br>starspawn tentacle (1 time)
<br>harold (1 time)
<br>jessica (1 time)
<br>menkaure (1 time)
<br>
<b>End game in :</b><br>abyss:1 (85 times)
<br>abyss:2 (17 times)
<br>dungeon:1 (5 times)
<br>abyss:3 (4 times)
<br>dungeon:7 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:5 (2 times)
<br>dungeon:4 (2 times)
<br>dungeon:8 (1 time)
<br>vaults:5 (1 time)
<br>lair:8 (1 time)
<br>abyss:4 (1 time)
<br>dungeon:10 (1 time)
<br>dungeon:3 (1 time)
<br>lair:6 (1 time)
<br>orcish:2 (1 time)
<br>
<h3 id="260"> Statistic for : Mummy Artificer</h3><hr>Number of games played : 3<br>Best game : 25<br>Average Score : 12<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>
<h3 id="261"> Statistic for : Mummy Assassin</h3><hr>Number of games played : 3<br>Best game : 10794<br>Average Score : 4006<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>joseph (1 time)
<br>Quit (1 time)
<br>death yak (1 time)
<br>
<b>End game in :</b><br>dungeon:7 (1 time)
<br>dungeon:2 (1 time)
<br>lair:2 (1 time)
<br>
<h3 id="262"> Statistic for : Mummy Berserker</h3><hr>Number of games played : 8<br>Best game : 83443<br>Average Score : 11009<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>menkaure (2 times)
<br>Player (1 time)
<br>gnoll (1 time)
<br>worker ant (1 time)
<br>giant gecko (1 time)
<br>cyclops (1 time)
<br>shadow (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>dungeon:3 (2 times)
<br>dungeon:1 (2 times)
<br>dungeon:7 (1 time)
<br>dungeon:13 (1 time)
<br>
<h3 id="263"> Statistic for : Mummy Death Knight</h3><hr>Number of games played : 2<br>Best game : 212<br>Average Score : 107<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>dowan (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="264"> Statistic for : Mummy Fighter</h3><hr>Number of games played : 28<br>Best game : 28877<br>Average Score : 2231<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>sigmund (3 times)
<br>ogre (3 times)
<br>centaur (2 times)
<br>orc wizard (2 times)
<br>Player (2 times)
<br>wight (1 time)
<br>iguana (1 time)
<br>hobgoblin (1 time)
<br>yak (1 time)
<br>crazy yiuf (1 time)
<br>snorg (1 time)
<br>adder (1 time)
<br>purgy (1 time)
<br>gnoll (1 time)
<br>ijyb (1 time)
<br>eight-headed hydra (1 time)
<br>worm (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (6 times)
<br>dungeon:3 (5 times)
<br>dungeon:1 (5 times)
<br>dungeon:2 (5 times)
<br>dungeon:6 (2 times)
<br>lair:1 (1 time)
<br>dungeon:10 (1 time)
<br>dungeon:7 (1 time)
<br>sewer:n/a (1 time)
<br>lair:5 (1 time)
<br>
<h3 id="265"> Statistic for : Mummy Fire Elementalist</h3><hr>Number of games played : 4<br>Best game : 12425<br>Average Score : 3181<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>white ugly thing (1 time)
<br>grinder (1 time)
<br>gnoll (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>dungeon:12 (1 time)
<br>
<h3 id="266"> Statistic for : Mummy Gladiator</h3><hr>Number of games played : 31<br>Best game : 1555432<br>Average Score : 69592<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>gnoll (3 times)
<br>sigmund (2 times)
<br>orc priest (2 times)
<br>Player (2 times)
<br>orc wizard (2 times)
<br>prince ribbit (1 time)
<br>jackal (1 time)
<br>hill giant (1 time)
<br>acid blob (1 time)
<br>salamander (1 time)
<br>hellwing (1 time)
<br>wasp zombie (1 time)
<br>yak (1 time)
<br>orc knight (1 time)
<br>erica (1 time)
<br>blink frog (1 time)
<br>goblin (1 time)
<br>hobgoblin (1 time)
<br>lindwurm (1 time)
<br>white imp (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (5 times)
<br>dungeon:1 (5 times)
<br>dungeon:2 (5 times)
<br>dungeon:3 (3 times)
<br>dungeon:7 (3 times)
<br>dungeon:10 (1 time)
<br>pits:6 (1 time)
<br>snake:4 (1 time)
<br>orcish:3 (1 time)
<br>dungeon:5 (1 time)
<br>orcish:4 (1 time)
<br>dungeon:11 (1 time)
<br>lair:1 (1 time)
<br>lair:6 (1 time)
<br>
<h3 id="267"> Statistic for : Mummy Hunter</h3><hr>Number of games played : 7<br>Best game : 14907<br>Average Score : 2224<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>rat (1 time)
<br>Saint Roka (1 time)
<br>iguana (1 time)
<br>sigmund (1 time)
<br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>orcish:1 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="268"> Statistic for : Mummy Ice Elementalist</h3><hr>Number of games played : 1<br>Best game : 10777<br>Average Score : 10777<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>cyclops (1 time)
<br>
<b>End game in :</b><br>dungeon:11 (1 time)
<br>
<h3 id="269"> Statistic for : Mummy Monk</h3><hr>Number of games played : 1<br>Best game : 135<br>Average Score : 135<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worker ant (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="270"> Statistic for : Mummy Necromancer</h3><hr>Number of games played : 1<br>Best game : 1623<br>Average Score : 1623<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>prince ribbit (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>
<h3 id="271"> Statistic for : Mummy Skald</h3><hr>Number of games played : 1<br>Best game : 54<br>Average Score : 54<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>bat (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="272"> Statistic for : Mummy Venom Mage</h3><hr>Number of games played : 1<br>Best game : 9<br>Average Score : 9<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="273"> Statistic for : Mummy Warper</h3><hr>Number of games played : 2<br>Best game : 1049<br>Average Score : 526<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="274"> Statistic for : Mummy Wizard</h3><hr>Number of games played : 1<br>Best game : 137<br>Average Score : 137<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>sewer:n/a (1 time)
<br>
<h3 id="275"> Statistic for : Naga Abyssal Knight</h3><hr>Number of games played : 3<br>Best game : 95<br>Average Score : 52<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>ancient zyme (1 time)
<br>grinder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>abyss:1 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="276"> Statistic for : Naga Air Elementalist</h3><hr>Number of games played : 8<br>Best game : 1642<br>Average Score : 244<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>giant gecko (2 times)
<br>Quit (2 times)
<br>giant mite (1 time)
<br>kobold (1 time)
<br>gnoll (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (5 times)
<br>dungeon:2 (1 time)
<br>dungeon:6 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="277"> Statistic for : Naga Arcane Marksman</h3><hr>Number of games played : 3<br>Best game : 29<br>Average Score : 11<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>goblin (1 time)
<br>kobold (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>
<h3 id="278"> Statistic for : Naga Artificer</h3><hr>Number of games played : 11<br>Best game : 2181<br>Average Score : 217<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (2 times)
<br>giant newt (1 time)
<br>gnoll (1 time)
<br>grinder (1 time)
<br>hobgoblin (1 time)
<br>ooze (1 time)
<br>quokka (1 time)
<br>giant gecko (1 time)
<br>goblin (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (8 times)
<br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:8 (1 time)
<br>
<h3 id="279"> Statistic for : Naga Assassin</h3><hr>Number of games played : 3<br>Best game : 1454<br>Average Score : 900<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>shadow imp (1 time)
<br>duvessa (1 time)
<br>wyvern (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>dungeon:6 (1 time)
<br>
<h3 id="280"> Statistic for : Naga Berserker</h3><hr>Number of games played : 1<br>Best game : 2286<br>Average Score : 2286<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>killer bee (1 time)
<br>
<b>End game in :</b><br>dungeon:7 (1 time)
<br>
<h3 id="281"> Statistic for : Naga Earth Elementalist</h3><hr>Number of games played : 1<br>Best game : 20<br>Average Score : 20<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="282"> Statistic for : Naga Enchanter</h3><hr>Number of games played : 1<br>Best game : 34<br>Average Score : 34<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="283"> Statistic for : Naga Fighter</h3><hr>Number of games played : 9<br>Best game : 12835<br>Average Score : 1529<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>ogre (2 times)
<br>gnoll (1 time)
<br>Escaped (1 time)
<br>jackal (1 time)
<br>iron imp (1 time)
<br>gargoyle (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:4 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:10 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="284"> Statistic for : Naga Gladiator</h3><hr>Number of games played : 10<br>Best game : 1737527<br>Average Score : 214260<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>Drained (1 time)
<br>Player (1 time)
<br>vault warden (1 time)
<br>ice beast (1 time)
<br>orc warrior (1 time)
<br>white imp (1 time)
<br>wolf spider (1 time)
<br>goblin (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (3 times)
<br>dungeon:2 (1 time)
<br>vaults:3 (1 time)
<br>dungeon:6 (1 time)
<br>abyss:1 (1 time)
<br>spider:1 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="285"> Statistic for : Naga Hunter</h3><hr>Number of games played : 2<br>Best game : 10245<br>Average Score : 5134<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>death knight (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:10 (1 time)
<br>
<h3 id="286"> Statistic for : Naga Monk</h3><hr>Number of games played : 6<br>Best game : 2280<br>Average Score : 449<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (2 times)
<br>gnoll sergeant (1 time)
<br>Quit (1 time)
<br>grinder (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>dungeon:1 (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="287"> Statistic for : Naga Necromancer</h3><hr>Number of games played : 3<br>Best game : 206<br>Average Score : 72<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>ooze (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:4 (1 time)
<br>
<h3 id="288"> Statistic for : Naga Skald</h3><hr>Number of games played : 2<br>Best game : 14<br>Average Score : 10<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>goblin (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="289"> Statistic for : Naga Summoner</h3><hr>Number of games played : 1<br>Best game : 1<br>Average Score : 1<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="290"> Statistic for : Naga Transmuter</h3><hr>Number of games played : 4<br>Best game : 6971<br>Average Score : 1768<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (2 times)
<br>orc priest (1 time)
<br>killer bee (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:8 (1 time)
<br>
<h3 id="291"> Statistic for : Naga Wanderer</h3><hr>Number of games played : 8<br>Best game : 2984<br>Average Score : 416<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (2 times)
<br>gnoll (1 time)
<br>kobold (1 time)
<br>robin (1 time)
<br>hobgoblin (1 time)
<br>Player (1 time)
<br>two-headed ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>dungeon:1 (3 times)
<br>dungeon:3 (1 time)
<br>dungeon:8 (1 time)
<br>
<h3 id="292"> Statistic for : Naga Warper</h3><hr>Number of games played : 5<br>Best game : 345<br>Average Score : 93<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>goblin (1 time)
<br>kobold (1 time)
<br>giant gecko (1 time)
<br>natasha (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:3 (2 times)
<br>
<h3 id="293"> Statistic for : Naga Wizard</h3><hr>Number of games played : 4<br>Best game : 292<br>Average Score : 87<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (2 times)
<br>yak skeleton (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="294"> Statistic for : Octopode Abyssal Knight</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>raiju (1 time)
<br>
<b>End game in :</b><br>abyss:1 (1 time)
<br>
<h3 id="295"> Statistic for : Octopode Air Elementalist</h3><hr>Number of games played : 1<br>Best game : 1<br>Average Score : 1<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="296"> Statistic for : Octopode Arcane Marksman</h3><hr>Number of games played : 1<br>Best game : 152<br>Average Score : 152<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="297"> Statistic for : Octopode Artificer</h3><hr>Number of games played : 5<br>Best game : 291<br>Average Score : 99<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (2 times)
<br>orc wizard (1 time)
<br>worker ant (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:3 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="298"> Statistic for : Octopode Assassin</h3><hr>Number of games played : 1<br>Best game : 17114<br>Average Score : 17114<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>griffon (1 time)
<br>
<b>End game in :</b><br>lair:4 (1 time)
<br>
<h3 id="299"> Statistic for : Octopode Berserker</h3><hr>Number of games played : 7<br>Best game : 5149<br>Average Score : 1131<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc (1 time)
<br>gnoll (1 time)
<br>orc priest (1 time)
<br>Escaped (1 time)
<br>executioner (1 time)
<br>jelly (1 time)
<br>grinder (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (3 times)
<br>dungeon:5 (1 time)
<br>abyss:1 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="300"> Statistic for : Octopode Enchanter</h3><hr>Number of games played : 1<br>Best game : 3<br>Average Score : 3<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="301"> Statistic for : Octopode Fighter</h3><hr>Number of games played : 6<br>Best game : 5665<br>Average Score : 1240<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gargoyle (1 time)
<br>Quit (1 time)
<br>ogre (1 time)
<br>sigmund (1 time)
<br>sky beast (1 time)
<br>menkaure (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>dungeon:8 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="302"> Statistic for : Octopode Fire Elementalist</h3><hr>Number of games played : 2<br>Best game : 377<br>Average Score : 188<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>
<h3 id="303"> Statistic for : Octopode Gladiator</h3><hr>Number of games played : 4<br>Best game : 457<br>Average Score : 274<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Player (2 times)
<br>jackal (1 time)
<br>orc (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="304"> Statistic for : Octopode Hunter</h3><hr>Number of games played : 2<br>Best game : 760<br>Average Score : 382<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>iguana (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="305"> Statistic for : Octopode Ice Elementalist</h3><hr>Number of games played : 1<br>Best game : 6<br>Average Score : 6<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="306"> Statistic for : Octopode Skald</h3><hr>Number of games played : 2<br>Best game : 12<br>Average Score : 7<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="307"> Statistic for : Octopode Transmuter</h3><hr>Number of games played : 3<br>Best game : 1764<br>Average Score : 602<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>orc (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="308"> Statistic for : Octopode Venom Mage</h3><hr>Number of games played : 6<br>Best game : 17707<br>Average Score : 4774<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>edmund (1 time)
<br>adder (1 time)
<br>unseen horror (1 time)
<br>snorg (1 time)
<br>gargoyle (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:11 (1 time)
<br>dungeon:10 (1 time)
<br>
<h3 id="309"> Statistic for : Octopode Wanderer</h3><hr>Number of games played : 23<br>Best game : 86<br>Average Score : 3<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (21 times)
<br>Quit (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="310"> Statistic for : Octopode Wizard</h3><hr>Number of games played : 2<br>Best game : 770<br>Average Score : 427<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (2 times)
<br>
<b>End game in :</b><br>dungeon:3 (2 times)
<br>
<h3 id="311"> Statistic for : Ogre Abyssal Knight</h3><hr>Number of games played : 30<br>Best game : 162192<br>Average Score : 5421<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (19 times)
<br>wretched star (2 times)
<br>giant frog skeleton (1 time)
<br>nikola (1 time)
<br>alligator skeleton (1 time)
<br>smoke demon (1 time)
<br>ufetubus (1 time)
<br>insubstantial wisp (1 time)
<br>unseen horror (1 time)
<br>orb spider (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>abyss:1 (22 times)
<br>abyss:2 (3 times)
<br>abyss:3 (2 times)
<br>dungeon:4 (1 time)
<br>snake:2 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="312"> Statistic for : Ogre Air Elementalist</h3><hr>Number of games played : 1<br>Best game : 7<br>Average Score : 7<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="313"> Statistic for : Ogre Arcane Marksman</h3><hr>Number of games played : 12<br>Best game : 312<br>Average Score : 69<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (6 times)
<br>Escaped (4 times)
<br>gnoll (1 time)
<br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (6 times)
<br>dungeon:3 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="314"> Statistic for : Ogre Artificer</h3><hr>Number of games played : 10<br>Best game : 112511<br>Average Score : 11866<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (5 times)
<br>jackal (1 time)
<br>adder (1 time)
<br>hound (1 time)
<br>wight (1 time)
<br>two-headed ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:9 (1 time)
<br>
<h3 id="315"> Statistic for : Ogre Assassin</h3><hr>Number of games played : 3<br>Best game : 9190<br>Average Score : 3357<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>scorpion (1 time)
<br>crocodile (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>ossuary:n/a (1 time)
<br>dungeon:10 (1 time)
<br>
<h3 id="316"> Statistic for : Ogre Berserker</h3><hr>Number of games played : 10<br>Best game : 115364<br>Average Score : 13578<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>goblin (1 time)
<br>grinder (1 time)
<br>orc priest (1 time)
<br>Player (1 time)
<br>killer bee (1 time)
<br>fire bat (1 time)
<br>sky beast (1 time)
<br>deep troll (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (2 times)
<br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:8 (1 time)
<br>orcish:3 (1 time)
<br>dungeon:15 (1 time)
<br>
<h3 id="317"> Statistic for : Ogre Chaos Knight</h3><hr>Number of games played : 2<br>Best game : 322<br>Average Score : 203<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="318"> Statistic for : Ogre Death Knight</h3><hr>Number of games played : 1<br>Best game : 11<br>Average Score : 11<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="319"> Statistic for : Ogre Earth Elementalist</h3><hr>Number of games played : 1<br>Best game : 20<br>Average Score : 20<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="320"> Statistic for : Ogre Fighter</h3><hr>Number of games played : 7<br>Best game : 38514<br>Average Score : 8916<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>fire elemental (1 time)
<br>adder (1 time)
<br>unseen horror (1 time)
<br>komodo dragon (1 time)
<br>pikel (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>orcish:4 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:10 (1 time)
<br>lair:7 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="321"> Statistic for : Ogre Fire Elementalist</h3><hr>Number of games played : 2<br>Best game : 151<br>Average Score : 87<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="322"> Statistic for : Ogre Gladiator</h3><hr>Number of games played : 35<br>Best game : 1543694<br>Average Score : 48021<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (5 times)
<br>gnoll (3 times)
<br>wolf (2 times)
<br>adder (2 times)
<br>Player (2 times)
<br>centaur (2 times)
<br>Escaped (2 times)
<br>orc (1 time)
<br>gastronok (1 time)
<br>death yak simulacrum (1 time)
<br>wyvern (1 time)
<br>orc wizard (1 time)
<br>urug (1 time)
<br>duvessa (1 time)
<br>starcursed mass (1 time)
<br>skeletal warrior (1 time)
<br>dowan (1 time)
<br>killer bee (1 time)
<br>goblin (1 time)
<br>lava snake (1 time)
<br>orc priest (1 time)
<br>natasha (1 time)
<br>harold (1 time)
<br>kobold (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (6 times)
<br>dungeon:3 (5 times)
<br>dungeon:4 (5 times)
<br>dungeon:1 (2 times)
<br>ice cave:n/a (2 times)
<br>dungeon:5 (2 times)
<br>lair:1 (2 times)
<br>dungeon:11 (2 times)
<br>dungeon:7 (2 times)
<br>dungeon:8 (1 time)
<br>lair:4 (1 time)
<br>abyss:1 (1 time)
<br>dungeon:12 (1 time)
<br>volcano:n/a (1 time)
<br>
<h3 id="323"> Statistic for : Ogre Hunter</h3><hr>Number of games played : 32<br>Best game : 378138<br>Average Score : 32988<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (6 times)
<br>orc wizard (2 times)
<br>jackal (2 times)
<br>Escaped (1 time)
<br>deep troll (1 time)
<br>sun demon (1 time)
<br>adder (1 time)
<br>river rat (1 time)
<br>giant gecko (1 time)
<br>hound (1 time)
<br>hobgoblin (1 time)
<br>sigmund (1 time)
<br>goblin (1 time)
<br>orc knight (1 time)
<br>spiny frog (1 time)
<br>angry trees (1 time)
<br>jory (1 time)
<br>jelly (1 time)
<br>gastronok (1 time)
<br>freezing wraith (1 time)
<br>orc warrior (1 time)
<br>gnoll (1 time)
<br>manticore (1 time)
<br>bullfrog (1 time)
<br>spriggan baker (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (9 times)
<br>dungeon:2 (4 times)
<br>orcish:4 (2 times)
<br>dungeon:3 (2 times)
<br>dungeon:4 (2 times)
<br>dungeon:8 (2 times)
<br>dungeon:5 (1 time)
<br>dungeon:15 (1 time)
<br>sewer:n/a (1 time)
<br>lair:7 (1 time)
<br>swamp:4 (1 time)
<br>vaults:5 (1 time)
<br>lair:1 (1 time)
<br>orcish:1 (1 time)
<br>dungeon:6 (1 time)
<br>dungeon:7 (1 time)
<br>
<h3 id="324"> Statistic for : Ogre Necromancer</h3><hr>Number of games played : 6<br>Best game : 261<br>Average Score : 156<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>ijyb (2 times)
<br>orc wizard (1 time)
<br>centaur (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:4 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="325"> Statistic for : Ogre Skald</h3><hr>Number of games played : 9<br>Best game : 1411<br>Average Score : 251<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>sigmund (1 time)
<br>hobgoblin (1 time)
<br>gnoll (1 time)
<br>iguana (1 time)
<br>Escaped (1 time)
<br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (5 times)
<br>dungeon:3 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="326"> Statistic for : Ogre Transmuter</h3><hr>Number of games played : 3<br>Best game : 166<br>Average Score : 95<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>crazy yiuf (1 time)
<br>kobold (1 time)
<br>worm (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:1 (1 time)
<br>
<h3 id="327"> Statistic for : Ogre Venom Mage</h3><hr>Number of games played : 5<br>Best game : 5721<br>Average Score : 1437<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc (1 time)
<br>crazy yiuf (1 time)
<br>Quit (1 time)
<br>killer bee (1 time)
<br>adder (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:6 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:9 (1 time)
<br>
<h3 id="328"> Statistic for : Ogre Wanderer</h3><hr>Number of games played : 35<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (22 times)
<br>Quit (13 times)
<br>
<b>End game in :</b><br>dungeon:1 (13 times)
<br>
<h3 id="329"> Statistic for : Ogre Warper</h3><hr>Number of games played : 1<br>Best game : 156<br>Average Score : 156<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>centaur (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="330"> Statistic for : Ogre Wizard</h3><hr>Number of games played : 6<br>Best game : 147<br>Average Score : 49<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>jackal (2 times)
<br>Player (2 times)
<br>Quit (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (4 times)
<br>dungeon:3 (2 times)
<br>
<h3 id="331"> Statistic for : Pale Draconian Assassin</h3><hr>Number of games played : 4<br>Best game : 220523<br>Average Score : 59340<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>salamander (1 time)
<br>orc (1 time)
<br>orc wizard (1 time)
<br>ogre (1 time)
<br>
<b>End game in :</b><br>snake:5 (1 time)
<br>dungeon:10 (1 time)
<br>orcish:1 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="332"> Statistic for : Pale Draconian Berserker</h3><hr>Number of games played : 1<br>Best game : 43967<br>Average Score : 43967<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>wolf spider (1 time)
<br>
<b>End game in :</b><br>lair:8 (1 time)
<br>
<h3 id="333"> Statistic for : Pale Draconian Conjurer</h3><hr>Number of games played : 1<br>Best game : 19466<br>Average Score : 19466<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>snorg (1 time)
<br>
<b>End game in :</b><br>lair:4 (1 time)
<br>
<h3 id="334"> Statistic for : Pale Draconian Gladiator</h3><hr>Number of games played : 1<br>Best game : 865<br>Average Score : 865<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>
<h3 id="335"> Statistic for : Pale Draconian Hunter</h3><hr>Number of games played : 1<br>Best game : 4580<br>Average Score : 4580<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>wolf (1 time)
<br>
<b>End game in :</b><br>dungeon:9 (1 time)
<br>
<h3 id="336"> Statistic for : Purple Draconian Assassin</h3><hr>Number of games played : 1<br>Best game : 162857<br>Average Score : 162857<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>salamander (1 time)
<br>
<b>End game in :</b><br>snake:2 (1 time)
<br>
<h3 id="337"> Statistic for : Purple Draconian Gladiator</h3><hr>Number of games played : 2<br>Best game : 9086<br>Average Score : 4840<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>iguana (1 time)
<br>
<b>End game in :</b><br>dungeon:10 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="338"> Statistic for : Red Draconian Assassin</h3><hr>Number of games played : 1<br>Best game : 7588<br>Average Score : 7588<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc knight (1 time)
<br>
<b>End game in :</b><br>dungeon:9 (1 time)
<br>
<h3 id="339"> Statistic for : Red Draconian Conjurer</h3><hr>Number of games played : 1<br>Best game : 9406<br>Average Score : 9406<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Player (1 time)
<br>
<b>End game in :</b><br>orcish:4 (1 time)
<br>
<h3 id="340"> Statistic for : Red Draconian Gladiator</h3><hr>Number of games played : 2<br>Best game : 4811<br>Average Score : 3894<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>centaur (1 time)
<br>killer bee (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (1 time)
<br>dungeon:7 (1 time)
<br>
<h3 id="341"> Statistic for : Red Draconian Hunter</h3><hr>Number of games played : 1<br>Best game : 9415<br>Average Score : 9415<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gargoyle (1 time)
<br>
<b>End game in :</b><br>dungeon:10 (1 time)
<br>
<h3 id="342"> Statistic for : Red Draconian Venom</h3><hr>Number of games played : 1<br>Best game : 69948<br>Average Score : 69948<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>electric eel (1 time)
<br>
<b>End game in :</b><br>swamp:1 (1 time)
<br>
<h3 id="343"> Statistic for : Sludge Elf Enchanter</h3><hr>Number of games played : 2<br>Best game : 193<br>Average Score : 106<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="344"> Statistic for : Sludge Elf Ice</h3><hr>Number of games played : 1<br>Best game : 60<br>Average Score : 60<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="345"> Statistic for : Sludge Elf Necromancer</h3><hr>Number of games played : 2<br>Best game : 390<br>Average Score : 309<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>grinder (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (2 times)
<br>
<h3 id="346"> Statistic for : Sludge Elf Stalker</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="347"> Statistic for : Sludge Elf Transmuter</h3><hr>Number of games played : 1<br>Best game : 103<br>Average Score : 103<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worm (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="348"> Statistic for : Sludge Elf Wizard</h3><hr>Number of games played : 4<br>Best game : 874<br>Average Score : 243<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>adder (1 time)
<br>jackal (1 time)
<br>troll zombie (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:5 (1 time)
<br>
<h3 id="349"> Statistic for : Spriggan Abyssal Knight</h3><hr>Number of games played : 3<br>Best game : 13<br>Average Score : 9<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>
<h3 id="350"> Statistic for : Spriggan Air Elementalist</h3><hr>Number of games played : 1<br>Best game : 109<br>Average Score : 109<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="351"> Statistic for : Spriggan Arcane Marksman</h3><hr>Number of games played : 2<br>Best game : 3<br>Average Score : 1<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="352"> Statistic for : Spriggan Artificer</h3><hr>Number of games played : 2<br>Best game : 1336940<br>Average Score : 668481<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>giant mite (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="353"> Statistic for : Spriggan Enchanter</h3><hr>Number of games played : 12<br>Best game : 119424<br>Average Score : 10118<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (4 times)
<br>Quit (2 times)
<br>deep elf annihilator (1 time)
<br>orc (1 time)
<br>gnoll (1 time)
<br>kobold (1 time)
<br>hobgoblin (1 time)
<br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (2 times)
<br>elven:3 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="354"> Statistic for : Spriggan Fighter</h3><hr>Number of games played : 3<br>Best game : 172<br>Average Score : 103<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>rat (1 time)
<br>orc wizard (1 time)
<br>sigmund (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="355"> Statistic for : Spriggan Hunter</h3><hr>Number of games played : 1<br>Best game : 5486<br>Average Score : 5486<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (1 time)
<br>
<h3 id="356"> Statistic for : Tengu Abyssal Knight</h3><hr>Number of games played : 3<br>Best game : 99<br>Average Score : 65<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (2 times)
<br>sigmund (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>
<h3 id="357"> Statistic for : Tengu Air Elementalist</h3><hr>Number of games played : 4<br>Best game : 569<br>Average Score : 154<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>kobold (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:4 (1 time)
<br>
<h3 id="358"> Statistic for : Tengu Artificer</h3><hr>Number of games played : 3<br>Best game : 2523<br>Average Score : 1382<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>electric eel (1 time)
<br>gnoll (1 time)
<br>orc warrior (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (2 times)
<br>dungeon:2 (1 time)
<br>
<h3 id="359"> Statistic for : Tengu Assassin</h3><hr>Number of games played : 3<br>Best game : 21966<br>Average Score : 7339<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>black mamba (1 time)
<br>
<b>End game in :</b><br>lair:4 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="360"> Statistic for : Tengu Berserker</h3><hr>Number of games played : 9<br>Best game : 1575900<br>Average Score : 178398<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Escaped (3 times)
<br>kobold (1 time)
<br>orc priest (1 time)
<br>unseen horror (1 time)
<br>Player (1 time)
<br>grinder (1 time)
<br>manticore (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (2 times)
<br>dungeon:9 (2 times)
<br>dungeon:5 (1 time)
<br>dungeon:11 (1 time)
<br>
<h3 id="361"> Statistic for : Tengu Conjurer</h3><hr>Number of games played : 3<br>Best game : 293<br>Average Score : 128<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hobgoblin (1 time)
<br>Player (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:2 (1 time)
<br>
<h3 id="362"> Statistic for : Tengu Death Knight</h3><hr>Number of games played : 1<br>Best game : 677<br>Average Score : 677<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>edmund (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="363"> Statistic for : Tengu Earth Elementalist</h3><hr>Number of games played : 2<br>Best game : 43185<br>Average Score : 21633<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>tarantella (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>lair:4 (1 time)
<br>
<h3 id="364"> Statistic for : Tengu Enchanter</h3><hr>Number of games played : 3<br>Best game : 1<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>kobold (1 time)
<br>Escaped (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="365"> Statistic for : Tengu Fighter</h3><hr>Number of games played : 6<br>Best game : 1124<br>Average Score : 268<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>Quit (1 time)
<br>poison (a potion (1 time)
<br>orc priest (1 time)
<br>hobgoblin (1 time)
<br>ooze (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:1 (2 times)
<br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="366"> Statistic for : Tengu Fire Elementalist</h3><hr>Number of games played : 4<br>Best game : 306<br>Average Score : 103<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ijyb (1 time)
<br>orc wizard (1 time)
<br>Quit (1 time)
<br>sigmund (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="367"> Statistic for : Tengu Gladiator</h3><hr>Number of games played : 12<br>Best game : 32851<br>Average Score : 3407<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (2 times)
<br>orc warrior (1 time)
<br>fire crab (1 time)
<br>sigmund (1 time)
<br>orc wizard (1 time)
<br>steam dragon (1 time)
<br>gnoll (1 time)
<br>crazy yiuf (1 time)
<br>terence (1 time)
<br>Quit (1 time)
<br>erolcha (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (5 times)
<br>dungeon:8 (2 times)
<br>dungeon:3 (2 times)
<br>lair:5 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="368"> Statistic for : Tengu Hunter</h3><hr>Number of games played : 3<br>Best game : 430<br>Average Score : 151<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>worker ant (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:4 (1 time)
<br>
<h3 id="369"> Statistic for : Tengu Necromancer</h3><hr>Number of games played : 4<br>Best game : 173<br>Average Score : 50<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>sigmund (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="370"> Statistic for : Tengu Skald</h3><hr>Number of games played : 1<br>Best game : 137<br>Average Score : 137<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>crazy yiuf (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>
<h3 id="371"> Statistic for : Tengu Summoner</h3><hr>Number of games played : 2<br>Best game : 4<br>Average Score : 2<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="372"> Statistic for : Tengu Transmuter</h3><hr>Number of games played : 1<br>Best game : 20<br>Average Score : 20<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="373"> Statistic for : Tengu Venom Mage</h3><hr>Number of games played : 10<br>Best game : 7823<br>Average Score : 955<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>Player (2 times)
<br>Escaped (1 time)
<br>phantom (1 time)
<br>giant gecko (1 time)
<br>kobold (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (5 times)
<br>dungeon:4 (2 times)
<br>dungeon:3 (1 time)
<br>orcish:3 (1 time)
<br>
<h3 id="374"> Statistic for : Tengu Warper</h3><hr>Number of games played : 2<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>
<b>End game in :</b><br>
<h3 id="375"> Statistic for : Tengu Wizard</h3><hr>Number of games played : 4<br>Best game : 722<br>Average Score : 244<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>crimson imp (1 time)
<br>giant gecko (1 time)
<br>adder (1 time)
<br>worker ant (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:4 (1 time)
<br>
<h3 id="376"> Statistic for : Troll Arcane Marksman</h3><hr>Number of games played : 1<br>Best game : 50<br>Average Score : 50<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="377"> Statistic for : Troll Artificer</h3><hr>Number of games played : 5<br>Best game : 1626360<br>Average Score : 326929<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>apocalypse crab (1 time)
<br>orc warrior (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>abyss:1 (1 time)
<br>dungeon:8 (1 time)
<br>
<h3 id="378"> Statistic for : Troll Berserker</h3><hr>Number of games played : 2<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="379"> Statistic for : Troll Death Knight</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="380"> Statistic for : Troll Earth Elementalist</h3><hr>Number of games played : 1<br>Best game : 851<br>Average Score : 851<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="381"> Statistic for : Troll Fighter</h3><hr>Number of games played : 4<br>Best game : 41268<br>Average Score : 10451<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>gnoll (1 time)
<br>black mamba (1 time)
<br>wight (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>lair:8 (1 time)
<br>dungeon:6 (1 time)
<br>
<h3 id="382"> Statistic for : Troll Healer</h3><hr>Number of games played : 1<br>Best game : 2<br>Average Score : 2<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="383"> Statistic for : Troll Hunter</h3><hr>Number of games played : 5<br>Best game : 9285<br>Average Score : 4756<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>13-headed hydra (1 time)
<br>merfolk (1 time)
<br>centaur (1 time)
<br>
<b>End game in :</b><br>dungeon:7 (2 times)
<br>dungeon:12 (1 time)
<br>dungeon:11 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="384"> Statistic for : Troll Monk</h3><hr>Number of games played : 4<br>Best game : 29999<br>Average Score : 7793<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Quit (1 time)
<br>worker ant (1 time)
<br>cyclops (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>dungeon:6 (1 time)
<br>orcish:4 (1 time)
<br>
<h3 id="385"> Statistic for : Troll Necromancer</h3><hr>Number of games played : 7<br>Best game : 810<br>Average Score : 247<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sky beast (1 time)
<br>acid (1 time)
<br>orc (1 time)
<br>gnoll (1 time)
<br>ice beast (1 time)
<br>adder (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (2 times)
<br>dungeon:3 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:1 (1 time)
<br>
<h3 id="386"> Statistic for : Troll Transmuter</h3><hr>Number of games played : 1<br>Best game : 47<br>Average Score : 47<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc wizard (1 time)
<br>
<b>End game in :</b><br>dungeon:3 (1 time)
<br>
<h3 id="387"> Statistic for : Troll Wizard</h3><hr>Number of games played : 6<br>Best game : 46295<br>Average Score : 7789<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>Quit (1 time)
<br>orc wizard (1 time)
<br>giant gecko (1 time)
<br>five-headed hydra (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:1 (1 time)
<br>lair:7 (1 time)
<br>
<h3 id="388"> Statistic for : Vampire Abyssal Knight</h3><hr>Number of games played : 8<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ancient zyme (1 time)
<br>small abomination (1 time)
<br>smoke demon (1 time)
<br>crimson imp (1 time)
<br>iron imp (1 time)
<br>large abomination (1 time)
<br>fire bat (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>abyss:1 (7 times)
<br>abyss:2 (1 time)
<br>
<h3 id="389"> Statistic for : Vampire Air Elementalist</h3><hr>Number of games played : 4<br>Best game : 1467<br>Average Score : 369<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>Quit (1 time)
<br>orc wizard (1 time)
<br>hobgoblin (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:5 (1 time)
<br>
<h3 id="390"> Statistic for : Vampire Arcane Marksman</h3><hr>Number of games played : 2<br>Best game : 21<br>Average Score : 10<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="391"> Statistic for : Vampire Artificer</h3><hr>Number of games played : 8<br>Best game : 88594<br>Average Score : 11094<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (2 times)
<br>orc priest (1 time)
<br>giant mite (1 time)
<br>adder (1 time)
<br>Quit (1 time)
<br>giant gecko (1 time)
<br>Jessica (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:2 (2 times)
<br>dungeon:3 (1 time)
<br>
<h3 id="392"> Statistic for : Vampire Assassin</h3><hr>Number of games played : 9<br>Best game : 23091<br>Average Score : 4452<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (2 times)
<br>Quit (2 times)
<br>robin (1 time)
<br>ice beast (1 time)
<br>spatial vortex (1 time)
<br>vampire mosquito (1 time)
<br>orc sorcerer (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (3 times)
<br>dungeon:2 (1 time)
<br>dungeon:5 (1 time)
<br>abyss:1 (1 time)
<br>dungeon:9 (1 time)
<br>dungeon:8 (1 time)
<br>orcish:2 (1 time)
<br>
<h3 id="393"> Statistic for : Vampire Berserker</h3><hr>Number of games played : 2<br>Best game : 207<br>Average Score : 128<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sigmund (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>
<h3 id="394"> Statistic for : Vampire Chaos Knight</h3><hr>Number of games played : 1<br>Best game : 1426<br>Average Score : 1426<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>the capriciousness of xom (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>
<h3 id="395"> Statistic for : Vampire Enchanter</h3><hr>Number of games played : 17<br>Best game : 29829<br>Average Score : 4474<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (3 times)
<br>Quit (2 times)
<br>jackal (2 times)
<br>seven-headed hydra (1 time)
<br>Player (1 time)
<br>ogre (1 time)
<br>grinder (1 time)
<br>worker ant (1 time)
<br>adder (1 time)
<br>hobgoblin (1 time)
<br>hound (1 time)
<br>black mamba (1 time)
<br>giant gecko (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (6 times)
<br>lair:1 (2 times)
<br>dungeon:4 (2 times)
<br>dungeon:3 (2 times)
<br>dungeon:2 (2 times)
<br>dungeon:5 (1 time)
<br>lair:4 (1 time)
<br>lair:3 (1 time)
<br>
<h3 id="396"> Statistic for : Vampire Fighter</h3><hr>Number of games played : 4<br>Best game : 70<br>Average Score : 28<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>dungeon:2 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="397"> Statistic for : Vampire Gladiator</h3><hr>Number of games played : 7<br>Best game : 1939<br>Average Score : 366<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>worm (2 times)
<br>yak (1 time)
<br>orc warrior (1 time)
<br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (3 times)
<br>dungeon:4 (2 times)
<br>dungeon:6 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="398"> Statistic for : Vampire Hunter</h3><hr>Number of games played : 2<br>Best game : 252<br>Average Score : 238<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Player (1 time)
<br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="399"> Statistic for : Vampire Ice Elementalist</h3><hr>Number of games played : 4<br>Best game : 1355<br>Average Score : 383<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="400"> Statistic for : Vampire Monk</h3><hr>Number of games played : 9<br>Best game : 1542742<br>Average Score : 211643<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>adder (2 times)
<br>Quit (1 time)
<br>orc (1 time)
<br>jackal (1 time)
<br>worm (1 time)
<br>dowan (1 time)
<br>fire dragon (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (2 times)
<br>dungeon:1 (2 times)
<br>dungeon:3 (1 time)
<br>dungeon:8 (1 time)
<br>dungeon:4 (1 time)
<br>depths:2 (1 time)
<br>
<h3 id="401"> Statistic for : Vampire Necromancer</h3><hr>Number of games played : 2<br>Best game : 44<br>Average Score : 31<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (1 time)
<br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>
<h3 id="402"> Statistic for : Vampire Skald</h3><hr>Number of games played : 2<br>Best game : 2<br>Average Score : 1<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>
<b>End game in :</b><br>dungeon:1 (2 times)
<br>
<h3 id="403"> Statistic for : Vampire Wanderer</h3><hr>Number of games played : 4<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (4 times)
<br>
<b>End game in :</b><br>
<h3 id="404"> Statistic for : Vampire Warper</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Escaped (1 time)
<br>
<b>End game in :</b><br>
<h3 id="405"> Statistic for : Vampire Wizard</h3><hr>Number of games played : 9<br>Best game : 561<br>Average Score : 89<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (2 times)
<br>hobgoblin (2 times)
<br>worker ant (1 time)
<br>bat (1 time)
<br>giant gecko (1 time)
<br>Player (1 time)
<br>river rat (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (6 times)
<br>dungeon:4 (1 time)
<br>dungeon:3 (1 time)
<br>sewer:n/a (1 time)
<br>
<h3 id="406"> Statistic for : Vine Stalker Abyssal Abyssal</h3><hr>Number of games played : 2<br>Best game : 466<br>Average Score : 268<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>scorpion (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>
<h3 id="407"> Statistic for : Vine Stalker Artificer Artificer</h3><hr>Number of games played : 1<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<b>End game in :</b><br>dungeon:1 (1 time)
<br>
<h3 id="408"> Statistic for : Vine Stalker Assassin Assassin</h3><hr>Number of games played : 31<br>Best game : 1670948<br>Average Score : 71841<br>
<b>Escaped with orb: 1</b><br>
<hr><b>End game by :</b><br>gnoll (3 times)
<br>Quit (2 times)
<br>worm (2 times)
<br>terence (1 time)
<br>seven-headed hydra (1 time)
<br>deep elf blademaster (1 time)
<br>quokka (1 time)
<br>orc priest (1 time)
<br>cyclops (1 time)
<br>orc wizard (1 time)
<br>menkaure (1 time)
<br>wyvern zombie (1 time)
<br>ogre (1 time)
<br>Player (1 time)
<br>rat (1 time)
<br>snorg (1 time)
<br>joseph (1 time)
<br>goblin (1 time)
<br>orc warrior (1 time)
<br>nikola (1 time)
<br>prince ribbit (1 time)
<br>demonic crawler (1 time)
<br>harold (1 time)
<br>spiny frog (1 time)
<br>grinder (1 time)
<br>ten-headed hydra (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (6 times)
<br>dungeon:1 (3 times)
<br>dungeon:4 (3 times)
<br>dungeon:3 (3 times)
<br>dungeon:8 (3 times)
<br>ecumenical temple:n/a (1 time)
<br>lair:5 (1 time)
<br>elven:2 (1 time)
<br>dungeon:12 (1 time)
<br>dungeon:13 (1 time)
<br>dungeon:11 (1 time)
<br>snake:2 (1 time)
<br>dungeon:6 (1 time)
<br>abyss:1 (1 time)
<br>orcish:1 (1 time)
<br>lair:1 (1 time)
<br>swamp:2 (1 time)
<br>
<h3 id="409"> Statistic for : Vine Stalker Berserker Berserker</h3><hr>Number of games played : 1<br>Best game : 3066<br>Average Score : 3066<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Player (1 time)
<br>
<b>End game in :</b><br>bailey:n/a (1 time)
<br>
<h3 id="410"> Statistic for : Vine Stalker Enchanter Enchanter</h3><hr>Number of games played : 1<br>Best game : 3098<br>Average Score : 3098<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sky beast (1 time)
<br>
<b>End game in :</b><br>dungeon:10 (1 time)
<br>
<h3 id="411"> Statistic for : Vine Stalker Fighter Fighter</h3><hr>Number of games played : 14<br>Best game : 26460<br>Average Score : 7920<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (3 times)
<br>sigmund (2 times)
<br>electric eel (1 time)
<br>orc sorcerer (1 time)
<br>eight-headed hydra (1 time)
<br>adder (1 time)
<br>freezing wraith (1 time)
<br>cloud of freezing vapour (1 time)
<br>orc priest (1 time)
<br>sixfirhy (1 time)
<br>yaktaur captain (1 time)
<br>
<b>End game in :</b><br>orcish:4 (3 times)
<br>dungeon:2 (3 times)
<br>dungeon:1 (2 times)
<br>dungeon:10 (1 time)
<br>dungeon:11 (1 time)
<br>ice cave:n/a (1 time)
<br>dungeon:7 (1 time)
<br>dungeon:6 (1 time)
<br>dungeon:9 (1 time)
<br>
<h3 id="412"> Statistic for : Vine Stalker Gladiator Gladiator</h3><hr>Number of games played : 7<br>Best game : 26667<br>Average Score : 6623<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc (1 time)
<br>Quit (1 time)
<br>natasha (1 time)
<br>deep elf conjurer (1 time)
<br>orc warrior (1 time)
<br>adder (1 time)
<br>orc priest (1 time)
<br>
<b>End game in :</b><br>dungeon:9 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:2 (1 time)
<br>dungeon:11 (1 time)
<br>orcish:4 (1 time)
<br>dungeon:3 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="413"> Statistic for : Vine Stalker Hunter Hunter</h3><hr>Number of games played : 17<br>Best game : 4771<br>Average Score : 695<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (3 times)
<br>Quit (2 times)
<br>adder (2 times)
<br>killer bee (1 time)
<br>jackal (1 time)
<br>slime creature (1 time)
<br>grinder (1 time)
<br>scorpion (1 time)
<br>hobgoblin (1 time)
<br>sugabear (1 time)
<br>wight (1 time)
<br>ball python (1 time)
<br>white imp (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (5 times)
<br>dungeon:1 (4 times)
<br>dungeon:7 (2 times)
<br>dungeon:3 (2 times)
<br>dungeon:5 (1 time)
<br>dungeon:4 (1 time)
<br>dungeon:8 (1 time)
<br>sewer:n/a (1 time)
<br>
<h3 id="414"> Statistic for : Vine Stalker Ice Ice</h3><hr>Number of games played : 1<br>Best game : 205<br>Average Score : 205<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>worker ant (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (1 time)
<br>
<h3 id="415"> Statistic for : Vine Stalker Monk Monk</h3><hr>Number of games played : 7<br>Best game : 7634<br>Average Score : 1249<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (2 times)
<br>orc priest (1 time)
<br>scorpion (1 time)
<br>komodo dragon (1 time)
<br>orc wizard (1 time)
<br>troll (1 time)
<br>
<b>End game in :</b><br>dungeon:4 (2 times)
<br>dungeon:3 (2 times)
<br>dungeon:1 (2 times)
<br>lair:1 (1 time)
<br>
<h3 id="416"> Statistic for : Vine Stalker Transmuter Transmuter</h3><hr>Number of games played : 4<br>Best game : 149<br>Average Score : 39<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll (1 time)
<br>kobold (1 time)
<br>orc (1 time)
<br>Escaped (1 time)
<br>
<b>End game in :</b><br>dungeon:2 (1 time)
<br>dungeon:1 (1 time)
<br>dungeon:3 (1 time)
<br>
<h3 id="417"> Statistic for : White Draconian Abyssal</h3><hr>Number of games played : 1<br>Best game : 570<br>Average Score : 570<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Player (1 time)
<br>
<b>End game in :</b><br>dungeon:5 (1 time)
<br>
<h3 id="418"> Statistic for : White Draconian Assassin</h3><hr>Number of games played : 2<br>Best game : 340455<br>Average Score : 170957<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc warrior (1 time)
<br>merfolk aquamancer (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>shoals:4 (1 time)
<br>
<h3 id="419"> Statistic for : White Draconian Conjurer</h3><hr>Number of games played : 2<br>Best game : 2653<br>Average Score : 1751<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ogre (1 time)
<br>crimson imp (1 time)
<br>
<b>End game in :</b><br>dungeon:6 (1 time)
<br>dungeon:5 (1 time)
<br>
<h3 id="420"> Statistic for : White Draconian Gladiator</h3><hr>Number of games played : 1<br>Best game : 23830<br>Average Score : 23830<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>12-headed hydra (1 time)
<br>
<b>End game in :</b><br>lair:5 (1 time)
<br>
<h3 id="421"> Statistic for : White Draconian Monk</h3><hr>Number of games played : 1<br>Best game : 33900<br>Average Score : 33900<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>komodo dragon (1 time)
<br>
<b>End game in :</b><br>lair:8 (1 time)
<br>
<h3 id="422"> Statistic for : Yellow Draconian Assassin</h3><hr>Number of games played : 3<br>Best game : 129230<br>Average Score : 48069<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>blink frog (1 time)
<br>orc warrior (1 time)
<br>red ugly thing (1 time)
<br>
<b>End game in :</b><br>lair:2 (1 time)
<br>dungeon:6 (1 time)
<br>dungeon:14 (1 time)
<br>
<h3 id="423"> Statistic for : Yellow Draconian Enchanter</h3><hr>Number of games played : 1<br>Best game : 3607<br>Average Score : 3607<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>grum (1 time)
<br>
<b>End game in :</b><br>dungeon:9 (1 time)
<br>
<h3 id="424"> Statistic for : Yellow Draconian Fighter</h3><hr>Number of games played : 4<br>Best game : 7374<br>Average Score : 3659<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gastronok (1 time)
<br>orc priest (1 time)
<br>grinder (1 time)
<br>gnoll (1 time)
<br>
<b>End game in :</b><br>dungeon:8 (1 time)
<br>orcish:1 (1 time)
<br>dungeon:5 (1 time)
<br>dungeon:4 (1 time)
<br>
<h2 id="425"> Per dungeon statistic</h2><hr><h3 id="426"> Ecumenical temple:n/a</h3><hr>Number of games played : 1<br>Best game : 1235<br>Average Score : 1235<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>gnoll sergeant (1 time)
<br>
<hr><h3 id="427"> abyss:1</h3><hr>Number of games played : 617<br>Best game : 315469<br>Average Score : 1765<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (73 times)
<br>small abomination (48 times)
<br>large abomination (46 times)
<br>starcursed mass (39 times)
<br>thrashing horror (27 times)
<br>tentacled starspawn (26 times)
<br>raiju (24 times)
<br>wretched star (21 times)
<br>ancient zyme (19 times)
<br>smoke demon (15 times)
<br>white imp (14 times)
<br>ufetubus (14 times)
<br>fire bat (12 times)
<br>worldbinder (11 times)
<br>chaos spawn (10 times)
<br>orange demon (10 times)
<br>ynoxinul (9 times)
<br>apocalypse crab (8 times)
<br>iron imp (8 times)
<br>executioner (7 times)
<br>spatial maelstrom (7 times)
<br>quasit (7 times)
<br>sixfirhy (7 times)
<br>starspawn tentacle (6 times)
<br>blizzard demon (5 times)
<br>tormentor (5 times)
<br>neqoxec (5 times)
<br>unseen horror (4 times)
<br>bone dragon (4 times)
<br>hell sentinel (4 times)
<br>hellwing (4 times)
<br>shadow (4 times)
<br>demonic crawler (4 times)
<br>rakshasa (4 times)
<br>lich (3 times)
<br>spatial vortex (3 times)
<br>hellephant (3 times)
<br>hell hound (3 times)
<br>profane servitor (3 times)
<br>lorocyproca (3 times)
<br>hellion (3 times)
<br>daeva (3 times)
<br>fire elemental (3 times)
<br>hell hog (3 times)
<br>sun demon (3 times)
<br>guardian serpent (3 times)
<br>eidolon (2 times)
<br>blink frog (2 times)
<br>harpy zombie (2 times)
<br>silent spectre (2 times)
<br>balrug (2 times)
<br>great orb of eyes (2 times)
<br>wight (2 times)
<br>blue devil (2 times)
<br>insubstantial wisp (2 times)
<br>green draconian scorcher (2 times)
<br>hungry ghost (2 times)
<br>ice beast (2 times)
<br>black draconian (2 times)
<br>flying skull (2 times)
<br>green draconian (2 times)
<br>freezing wraith (2 times)
<br>ice dragon skeleton (2 times)
<br>ice devil (2 times)
<br>efreet (2 times)
<br>green death (2 times)
<br>yellow draconian (1 time)
<br>white draconian (1 time)
<br>sky beast (1 time)
<br>flayed ghost (1 time)
<br>anaconda zombie (1 time)
<br>fire dragon skeleton (1 time)
<br>black draconian knight (1 time)
<br>vampire (1 time)
<br>merfolk (1 time)
<br>jelly (1 time)
<br>cacodemon (1 time)
<br>brown very ugly thing (1 time)
<br>mana viper (1 time)
<br>tentacle (1 time)
<br>ghost moth zombie (1 time)
<br>orb spider (shapeshifter) (1 time)
<br>wraith (1 time)
<br>death knight (1 time)
<br>vampire mosquito (1 time)
<br>toenail golem (1 time)
<br>fire giant skeleton (1 time)
<br>shadow wraith (1 time)
<br>purple very ugly thing (1 time)
<br>ophan (1 time)
<br>death drake (1 time)
<br>shadow imp (1 time)
<br>queen bee (shapeshifter) (1 time)
<br>hell knight (1 time)
<br>alligator skeleton (1 time)
<br>orb spider (1 time)
<br>
<hr><h3 id="428"> abyss:2</h3><hr>Number of games played : 221<br>Best game : 223193<br>Average Score : 1010<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>thrashing horror (20 times)
<br>small abomination (18 times)
<br>raiju (17 times)
<br>Quit (17 times)
<br>wretched star (15 times)
<br>starcursed mass (12 times)
<br>smoke demon (11 times)
<br>large abomination (8 times)
<br>ufetubus (8 times)
<br>spatial maelstrom (7 times)
<br>ancient zyme (7 times)
<br>unseen horror (4 times)
<br>chaos spawn (4 times)
<br>flying skull (3 times)
<br>efreet (3 times)
<br>tentacled starspawn (2 times)
<br>executioner (2 times)
<br>sixfirhy (2 times)
<br>red draconian (2 times)
<br>hell hog (2 times)
<br>bone dragon (2 times)
<br>ice devil (2 times)
<br>ynoxinul (2 times)
<br>apocalypse crab (2 times)
<br>hellephant (2 times)
<br>white imp (2 times)
<br>fire bat (2 times)
<br>rakshasa (2 times)
<br>quasit (2 times)
<br>shadow (2 times)
<br>phantasmal warrior (2 times)
<br>hellion (2 times)
<br>ghost moth simulacrum (1 time)
<br>angel (1 time)
<br>wraith (1 time)
<br>blizzard demon (1 time)
<br>blink frog (1 time)
<br>sky beast (1 time)
<br>quicksilver dragon zombie (1 time)
<br>eidolon (1 time)
<br>orc sorcerer (1 time)
<br>red ugly thing (1 time)
<br>hell hound (1 time)
<br>starspawn tentacle (1 time)
<br>worldbinder (1 time)
<br>black mamba (1 time)
<br>deep elf sorcerer (1 time)
<br>neqoxec (1 time)
<br>green death (1 time)
<br>hellwing (1 time)
<br>lich (1 time)
<br>demonic crawler (1 time)
<br>iron imp (1 time)
<br>soul eater (1 time)
<br>vampire mage (1 time)
<br>tormentor (1 time)
<br>crimson imp (1 time)
<br>black draconian (1 time)
<br>shadow imp (1 time)
<br>cloud of flame (1 time)
<br>trapdoor spider (1 time)
<br>silent spectre (1 time)
<br>profane servitor (1 time)
<br>slime creature (1 time)
<br>insubstantial wisp (1 time)
<br>
<hr><h3 id="429"> abyss:3</h3><hr>Number of games played : 32<br>Best game : 5<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>smoke demon (3 times)
<br>Quit (3 times)
<br>worldbinder (2 times)
<br>raiju (2 times)
<br>small abomination (2 times)
<br>blink frog (1 time)
<br>quasit (1 time)
<br>blizzard demon (1 time)
<br>starcursed mass (1 time)
<br>lich (1 time)
<br>tentacled starspawn (1 time)
<br>poison (a potion (1 time)
<br>thrashing horror (1 time)
<br>ynoxinul (1 time)
<br>demonic crawler (1 time)
<br>great orb of eyes (1 time)
<br>ice devil (1 time)
<br>rakshasa (1 time)
<br>hellion (1 time)
<br>ufetubus (1 time)
<br>hell knight (1 time)
<br>hill giant (1 time)
<br>white imp (1 time)
<br>spatial maelstrom (1 time)
<br>unseen horror (1 time)
<br>
<hr><h3 id="430"> abyss:4</h3><hr>Number of games played : 5<br>Best game : 5<br>Average Score : 1<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>spider (1 time)
<br>orange demon (1 time)
<br>starcursed mass (1 time)
<br>death drake (1 time)
<br>smoke demon (1 time)
<br>
<hr><h3 id="431"> abyss:5</h3><hr>Number of games played : 2<br>Best game : 0<br>Average Score : 0<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>wretched star (1 time)
<br>smoke demon (1 time)
<br>
<hr><h3 id="432"> bailey:n/a</h3><hr>Number of games played : 5<br>Best game : 6179<br>Average Score : 4047<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc warrior (2 times)
<br>Player (1 time)
<br>orc knight (1 time)
<br>orc (1 time)
<br>
<hr><h3 id="433"> depths:1</h3><hr>Number of games played : 3<br>Best game : 443572<br>Average Score : 290871<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>stone giant (1 time)
<br>deep troll (1 time)
<br>vampire knight (1 time)
<br>
<hr><h3 id="434"> depths:2</h3><hr>Number of games played : 3<br>Best game : 445527<br>Average Score : 322753<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>spriggan air mage (1 time)
<br>ogre mage (1 time)
<br>fire dragon (1 time)
<br>
<hr><h3 id="435"> depths:4</h3><hr>Number of games played : 1<br>Best game : 268830<br>Average Score : 268830<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>caustic shrike (1 time)
<br>
<hr><h3 id="436"> dungeon:1</h3><hr>Number of games played : 653<br>Best game : 223<br>Average Score : 11<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (329 times)
<br>hobgoblin (60 times)
<br>jackal (59 times)
<br>kobold (48 times)
<br>giant gecko (33 times)
<br>gnoll (33 times)
<br>adder (18 times)
<br>goblin (16 times)
<br>worm (11 times)
<br>ooze (11 times)
<br>giant mite (8 times)
<br>giant cockroach (5 times)
<br>bat (4 times)
<br>rat (4 times)
<br>giant newt (2 times)
<br>poison (a potion (2 times)
<br>acid (1 time)
<br>triggering a dart trap (1 time)
<br>terence (1 time)
<br>cloud of flame (1 time)
<br>orc priest (1 time)
<br>worker ant (1 time)
<br>hound (1 time)
<br>orange demon (1 time)
<br>adder zombie (1 time)
<br>centaur (1 time)
<br>
<hr><h3 id="437"> dungeon:10</h3><hr>Number of games played : 32<br>Best game : 17707<br>Average Score : 7832<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>unseen horror (4 times)
<br>hill giant (4 times)
<br>gargoyle (4 times)
<br>snorg (2 times)
<br>jelly (1 time)
<br>orc warrior (1 time)
<br>Quit (1 time)
<br>electric eel (1 time)
<br>sonja (1 time)
<br>orc (1 time)
<br>joseph (1 time)
<br>manticore (1 time)
<br>centaur warrior (1 time)
<br>urug (1 time)
<br>Fannar (1 time)
<br>oklob plant (1 time)
<br>yak (1 time)
<br>freezing wraith (1 time)
<br>maud (1 time)
<br>sky beast (1 time)
<br>crocodile (1 time)
<br>death knight (1 time)
<br>
<hr><h3 id="438"> dungeon:11</h3><hr>Number of games played : 24<br>Best game : 30559<br>Average Score : 11410<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>snorg (4 times)
<br>centaur (2 times)
<br>white ugly thing (2 times)
<br>Quit (2 times)
<br>manticore (2 times)
<br>ogre (1 time)
<br>Asphyxiated (1 time)
<br>efreet (1 time)
<br>deep elf conjurer (1 time)
<br>skeletal warrior (1 time)
<br>hill giant (1 time)
<br>yak (1 time)
<br>eight-headed hydra (1 time)
<br>erica (1 time)
<br>orc warrior (1 time)
<br>wolf (1 time)
<br>cyclops (1 time)
<br>
<hr><h3 id="439"> dungeon:12</h3><hr>Number of games played : 7<br>Best game : 77604<br>Average Score : 26971<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Player (2 times)
<br>vampire mosquito (1 time)
<br>13-headed hydra (1 time)
<br>skeletal warrior (1 time)
<br>cyclops (1 time)
<br>white ugly thing (1 time)
<br>
<hr><h3 id="440"> dungeon:13</h3><hr>Number of games played : 7<br>Best game : 266870<br>Average Score : 100901<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>titanic slime creature (1 time)
<br>catoblepas (1 time)
<br>Player (1 time)
<br>death drake (shapeshifter) (1 time)
<br>storm dragon (1 time)
<br>shadow (1 time)
<br>freezing wraith (1 time)
<br>
<hr><h3 id="441"> dungeon:14</h3><hr>Number of games played : 4<br>Best game : 129230<br>Average Score : 82938<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>red ugly thing (1 time)
<br>centaur (1 time)
<br>ettin (1 time)
<br>centaur warrior (1 time)
<br>
<hr><h3 id="442"> dungeon:15</h3><hr>Number of games played : 4<br>Best game : 351805<br>Average Score : 144904<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>deep troll (2 times)
<br>indirect mummy death curse (1 time)
<br>meliai (1 time)
<br>
<hr><h3 id="443"> dungeon:18</h3><hr>Number of games played : 1<br>Best game : 112591<br>Average Score : 112591<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ogre mage (1 time)
<br>
<hr><h3 id="444"> dungeon:2</h3><hr>Number of games played : 384<br>Best game : 287<br>Average Score : 66<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>adder (94 times)
<br>Quit (65 times)
<br>gnoll (47 times)
<br>sigmund (36 times)
<br>worm (26 times)
<br>hobgoblin (12 times)
<br>goblin (12 times)
<br>crazy yiuf (11 times)
<br>kobold (11 times)
<br>terence (7 times)
<br>natasha (6 times)
<br>ijyb (5 times)
<br>jackal (4 times)
<br>orc (3 times)
<br>orc priest (3 times)
<br>poison (a potion (3 times)
<br>robin (3 times)
<br>white imp (3 times)
<br>Jessica (3 times)
<br>orc wizard (3 times)
<br>iron imp (2 times)
<br>quokka (2 times)
<br>grinder (2 times)
<br>water moccasin zombie (1 time)
<br>Drained (1 time)
<br>giant newt (1 time)
<br>giant mite (1 time)
<br>giant gecko (1 time)
<br>giant cockroach (1 time)
<br>human zombie (1 time)
<br>worker ant (1 time)
<br>bat (1 time)
<br>ball python (1 time)
<br>rat (1 time)
<br>gnoll sergeant (1 time)
<br>naga (1 time)
<br>Himself (badly aimed fireball) (1 time)
<br>sigmund the jelly (1 time)
<br>killer bee (1 time)
<br>the severe capriciousness of xom (1 time)
<br>orange demon (1 time)
<br>sky beast (1 time)
<br>shadow imp (1 time)
<br>jessica (1 time)
<br>
<hr><h3 id="445"> dungeon:27</h3><hr>Number of games played : 1<br>Best game : 291632<br>Average Score : 291632<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>quicksilver dragon (1 time)
<br>
<hr><h3 id="446"> dungeon:3</h3><hr>Number of games played : 287<br>Best game : 770<br>Average Score : 165<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (40 times)
<br>Player (29 times)
<br>orc wizard (27 times)
<br>Quit (27 times)
<br>orc (21 times)
<br>gnoll (19 times)
<br>grinder (16 times)
<br>worker ant (9 times)
<br>adder (9 times)
<br>sigmund (8 times)
<br>crazy yiuf (5 times)
<br>ogre (5 times)
<br>goblin (4 times)
<br>centaur (4 times)
<br>hobgoblin (4 times)
<br>ijyb (4 times)
<br>worm (3 times)
<br>wight (3 times)
<br>natasha (3 times)
<br>iguana (3 times)
<br>sky beast (2 times)
<br>kobold (2 times)
<br>giant frog (2 times)
<br>shadow imp (2 times)
<br>scorpion (2 times)
<br>killer bee (2 times)
<br>phantom (2 times)
<br>orc warrior (2 times)
<br>acid (1 time)
<br>hippogriff skeleton (1 time)
<br>yak skeleton (1 time)
<br>poison (a potion (1 time)
<br>Talley (1 time)
<br>ice beast (1 time)
<br>purgy (1 time)
<br>robin (1 time)
<br>water moccasin (1 time)
<br>death (1 time)
<br>white imp (1 time)
<br>Grinder (1 time)
<br>hound (1 time)
<br>river rat (1 time)
<br>centaur skeleton (1 time)
<br>pikel (1 time)
<br>giant gecko (1 time)
<br>spatial distortion (1 time)
<br>grinder the hellion (1 time)
<br>slave (1 time)
<br>quokka (1 time)
<br>jelly (1 time)
<br>giant cockroach (1 time)
<br>bat (1 time)
<br>
<hr><h3 id="447"> dungeon:4</h3><hr>Number of games played : 220<br>Best game : 1476<br>Average Score : 405<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ogre (30 times)
<br>worker ant (16 times)
<br>Quit (16 times)
<br>orc priest (16 times)
<br>orc wizard (14 times)
<br>Player (13 times)
<br>gnoll (12 times)
<br>menkaure (10 times)
<br>orc (7 times)
<br>prince ribbit (7 times)
<br>iguana (6 times)
<br>scorpion (6 times)
<br>adder (4 times)
<br>dowan (4 times)
<br>orc warrior (3 times)
<br>yak (3 times)
<br>sigmund (3 times)
<br>centaur (3 times)
<br>crazy yiuf (3 times)
<br>duvessa (3 times)
<br>pikel (3 times)
<br>ice beast (2 times)
<br>edmund (2 times)
<br>hound (2 times)
<br>poison (a potion (2 times)
<br>phantom (2 times)
<br>Menkaure (2 times)
<br>wyvern (2 times)
<br>giant frog skeleton (2 times)
<br>blork the orc (2 times)
<br>natasha (2 times)
<br>green rat (1 time)
<br>death (1 time)
<br>big kobold (1 time)
<br>worm (1 time)
<br>unseen horror (1 time)
<br>steam dragon (1 time)
<br>giant gecko (1 time)
<br>hobgoblin (1 time)
<br>eustachio (1 time)
<br>quokka (1 time)
<br>wyvern zombie (1 time)
<br>ijyb (1 time)
<br>sky beast (1 time)
<br>grinder (1 time)
<br>Grinder (1 time)
<br>salamander stormcaller (1 time)
<br>troll (1 time)
<br>wight (1 time)
<br>
<hr><h3 id="448"> dungeon:5</h3><hr>Number of games played : 115<br>Best game : 1825<br>Average Score : 826<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc priest (12 times)
<br>sky beast (9 times)
<br>centaur (9 times)
<br>Quit (9 times)
<br>orc wizard (7 times)
<br>ice beast (5 times)
<br>iguana (5 times)
<br>gnoll (4 times)
<br>ogre (4 times)
<br>orc (4 times)
<br>orc warrior (4 times)
<br>grinder (4 times)
<br>crimson imp (3 times)
<br>killer bee (3 times)
<br>menkaure (3 times)
<br>wight (2 times)
<br>Player (2 times)
<br>worker ant (2 times)
<br>centaur zombie (2 times)
<br>water moccasin (2 times)
<br>dowan (2 times)
<br>giant gecko (1 time)
<br>troll zombie (1 time)
<br>prince ribbit (1 time)
<br>basilisk (1 time)
<br>giant mite (1 time)
<br>edmund (1 time)
<br>blork the orc (1 time)
<br>poison (a potion (1 time)
<br>gargoyle (1 time)
<br>wyvern (1 time)
<br>giant frog skeleton (1 time)
<br>gnoll sergeant (1 time)
<br>jelly (1 time)
<br>hound (1 time)
<br>shadow imp (1 time)
<br>duvessa (1 time)
<br>pikel (1 time)
<br>unseen horror (1 time)
<br>
<hr><h3 id="449"> dungeon:6</h3><hr>Number of games played : 84<br>Best game : 5088<br>Average Score : 1485<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc warrior (19 times)
<br>Quit (12 times)
<br>ogre (5 times)
<br>orc priest (4 times)
<br>Player (4 times)
<br>prince ribbit (3 times)
<br>orc wizard (3 times)
<br>sky beast (3 times)
<br>wight (3 times)
<br>electric eel (2 times)
<br>jelly (2 times)
<br>gnoll (2 times)
<br>orc (2 times)
<br>gnoll sergeant (1 time)
<br>menkaure (1 time)
<br>goliath beetle (1 time)
<br>dowan (1 time)
<br>centaur (1 time)
<br>poison (a potion (1 time)
<br>hippogriff (1 time)
<br>ice beast (1 time)
<br>warg (1 time)
<br>oklob sapling (1 time)
<br>worker ant (1 time)
<br>the capriciousness of xom (1 time)
<br>deep elf mage (1 time)
<br>wyvern (1 time)
<br>cyclops (1 time)
<br>shadow imp (1 time)
<br>giant frog (1 time)
<br>bullfrog (1 time)
<br>wyvern zombie (1 time)
<br>white imp (1 time)
<br>
<hr><h3 id="450"> dungeon:7</h3><hr>Number of games played : 55<br>Best game : 5677<br>Average Score : 2383<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (7 times)
<br>Player (5 times)
<br>killer bee (4 times)
<br>joseph (3 times)
<br>centaur (3 times)
<br>orc warrior (3 times)
<br>ogre (3 times)
<br>slime creature (2 times)
<br>wight (2 times)
<br>death (2 times)
<br>orc priest (2 times)
<br>yak (2 times)
<br>sky beast (1 time)
<br>merfolk (1 time)
<br>exploding giant spore (1 time)
<br>goblin (1 time)
<br>orc (1 time)
<br>gnoll sergeant (1 time)
<br>shadow imp (1 time)
<br>vampire (1 time)
<br>ice statue (1 time)
<br>black bear (1 time)
<br>Drowned (1 time)
<br>cloud of freezing vapour (1 time)
<br>hill giant (1 time)
<br>wasp zombie (1 time)
<br>cyclops (1 time)
<br>steam dragon (1 time)
<br>spriggan baker (1 time)
<br>
<hr><h3 id="451"> dungeon:8</h3><hr>Number of games played : 54<br>Best game : 7602<br>Average Score : 3940<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>killer bee (8 times)
<br>orc warrior (6 times)
<br>Quit (5 times)
<br>gastronok (4 times)
<br>yak (3 times)
<br>Player (3 times)
<br>erolcha (3 times)
<br>six-headed hydra (1 time)
<br>hippogriff (1 time)
<br>hill giant skeleton (1 time)
<br>warg (1 time)
<br>komodo dragon (1 time)
<br>gnoll sergeant (1 time)
<br>raiju (shapeshifter) (1 time)
<br>wight (1 time)
<br>orc (1 time)
<br>centaur (1 time)
<br>brown ugly thing (1 time)
<br>battlesphere (1 time)
<br>vampire mosquito (1 time)
<br>ogre (1 time)
<br>white ugly thing (1 time)
<br>joseph (1 time)
<br>orc priest (1 time)
<br>sugabear (1 time)
<br>gargoyle (1 time)
<br>manticore (1 time)
<br>hornet (1 time)
<br>two-headed ogre (1 time)
<br>
<hr><h3 id="452"> dungeon:9</h3><hr>Number of games played : 30<br>Best game : 8179<br>Average Score : 5149<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (4 times)
<br>killer bee (3 times)
<br>wolf (2 times)
<br>yak (1 time)
<br>manticore (1 time)
<br>polar bear (1 time)
<br>grum (1 time)
<br>manticore skeleton (1 time)
<br>orc (1 time)
<br>iron golem (1 time)
<br>orc knight (1 time)
<br>merfolk (1 time)
<br>large slime creature (1 time)
<br>unseen horror (1 time)
<br>worldfamousw (1 time)
<br>battlesphere (1 time)
<br>erolcha (1 time)
<br>gnoll (1 time)
<br>fire crab (shapeshifter) (1 time)
<br>deep elf mage (1 time)
<br>black bear (1 time)
<br>yaktaur captain (1 time)
<br>Player (1 time)
<br>two-headed ogre (1 time)
<br>
<hr><h3 id="453"> ecumenical temple:n/a</h3><hr>Number of games played : 5<br>Best game : 2168<br>Average Score : 974<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (5 times)
<br>
<hr><h3 id="454"> elven:1</h3><hr>Number of games played : 2<br>Best game : 146615<br>Average Score : 93145<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>deep elf mage (1 time)
<br>short sword of venom (1 time)
<br>
<hr><h3 id="455"> elven:2</h3><hr>Number of games played : 3<br>Best game : 322053<br>Average Score : 237034<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>deep elf blademaster (1 time)
<br>deep elf priest (1 time)
<br>glaive of venom (1 time)
<br>
<hr><h3 id="456"> elven:3</h3><hr>Number of games played : 9<br>Best game : 268488<br>Average Score : 204764<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>deep elf annihilator (3 times)
<br>deep elf blademaster (2 times)
<br>deep elf master archer (2 times)
<br>brimstone fiend (1 time)
<br>deep elf high priest (1 time)
<br>
<hr><h3 id="457"> ice cave:n/a</h3><hr>Number of games played : 7<br>Best game : 65618<br>Average Score : 19911<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>freezing wraith (2 times)
<br>frost giant (1 time)
<br>ice statue (1 time)
<br>death yak simulacrum (1 time)
<br>wolf (1 time)
<br>Quit (1 time)
<br>
<hr><h3 id="458"> iron:7</h3><hr>Number of games played : 1<br>Best game : 942268<br>Average Score : 942268<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>hell sentinel (1 time)
<br>
<hr><h3 id="459"> lair:1</h3><hr>Number of games played : 22<br>Best game : 52853<br>Average Score : 10332<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>spiny frog (3 times)
<br>Quit (2 times)
<br>blink frog (2 times)
<br>Player (2 times)
<br>komodo dragon (2 times)
<br>elephant (1 time)
<br>seven-headed hydra (1 time)
<br>onionns (1 time)
<br>Gastronok (1 time)
<br>yak (1 time)
<br>urug (1 time)
<br>gastronok (1 time)
<br>white imp (1 time)
<br>porcupine (1 time)
<br>freezing wraith (1 time)
<br>harold (1 time)
<br>
<hr><h3 id="460"> lair:2</h3><hr>Number of games played : 8<br>Best game : 53983<br>Average Score : 18565<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>spiny frog (2 times)
<br>lindwurm (1 time)
<br>blink frog (1 time)
<br>ten-headed hydra (1 time)
<br>electric eel (1 time)
<br>two-headed hydra (1 time)
<br>death yak (1 time)
<br>
<hr><h3 id="461"> lair:3</h3><hr>Number of games played : 5<br>Best game : 42971<br>Average Score : 24826<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>spiny frog (2 times)
<br>black mamba (1 time)
<br>lindwurm (1 time)
<br>five-headed hydra (1 time)
<br>
<hr><h3 id="462"> lair:4</h3><hr>Number of games played : 13<br>Best game : 43185<br>Average Score : 23683<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>spiny frog (1 time)
<br>ghost moth (1 time)
<br>merfolk (1 time)
<br>black mamba (1 time)
<br>griffon (1 time)
<br>Quit (1 time)
<br>tarantella (1 time)
<br>rupert (1 time)
<br>josephine (1 time)
<br>snorg (1 time)
<br>wolf (1 time)
<br>river rat (1 time)
<br>five-headed hydra (1 time)
<br>
<hr><h3 id="463"> lair:5</h3><hr>Number of games played : 6<br>Best game : 45950<br>Average Score : 28759<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>oklob plant (1 time)
<br>snapping turtle (1 time)
<br>12-headed hydra (1 time)
<br>fire crab (1 time)
<br>seven-headed hydra (1 time)
<br>eight-headed hydra (1 time)
<br>
<hr><h3 id="464"> lair:6</h3><hr>Number of games played : 3<br>Best game : 37816<br>Average Score : 29622<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>komodo dragon (1 time)
<br>lindwurm (1 time)
<br>
<hr><h3 id="465"> lair:7</h3><hr>Number of games played : 7<br>Best game : 54580<br>Average Score : 40711<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>fire drake (1 time)
<br>death yak (1 time)
<br>five-headed hydra (1 time)
<br>15-headed hydra (1 time)
<br>Quit (1 time)
<br>spiny frog (1 time)
<br>komodo dragon (1 time)
<br>
<hr><h3 id="466"> lair:8</h3><hr>Number of games played : 12<br>Best game : 93825<br>Average Score : 55453<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>komodo dragon (2 times)
<br>wolf spider (1 time)
<br>seven-headed hydra (1 time)
<br>death yak (1 time)
<br>Quit (1 time)
<br>blink frog (1 time)
<br>black mamba (1 time)
<br>dire elephant (1 time)
<br>oklob plant (1 time)
<br>river rat (1 time)
<br>catoblepas (1 time)
<br>
<hr><h3 id="467"> n/a:n/a</h3><hr>Number of games played : 241<br>Best game : 3838700<br>Average Score : 196460<br>
<b>Escaped with orb: 26</b><br>
<hr><b>End game by :</b><br>Escaped (241 times)
<br>
<hr><h3 id="468"> orcish:1</h3><hr>Number of games played : 12<br>Best game : 50301<br>Average Score : 12384<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc warrior (4 times)
<br>urug (2 times)
<br>orc priest (1 time)
<br>orc wizard (1 time)
<br>lindwurm (1 time)
<br>wolf spider (1 time)
<br>harold (1 time)
<br>Saint Roka (1 time)
<br>
<hr><h3 id="469"> orcish:2</h3><hr>Number of games played : 9<br>Best game : 74736<br>Average Score : 20422<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>harold (2 times)
<br>orc priest (1 time)
<br>donald (1 time)
<br>orc sorcerer (1 time)
<br>snorg (1 time)
<br>rupert (1 time)
<br>orc knight (1 time)
<br>sun demon (1 time)
<br>
<hr><h3 id="470"> orcish:3</h3><hr>Number of games played : 9<br>Best game : 28753<br>Average Score : 14005<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc warrior (2 times)
<br>Player (1 time)
<br>sixfirhy (1 time)
<br>Quit (1 time)
<br>saint roka (1 time)
<br>orc sorcerer (1 time)
<br>hellwing (1 time)
<br>fire bat (1 time)
<br>
<hr><h3 id="471"> orcish:4</h3><hr>Number of games played : 21<br>Best game : 70548<br>Average Score : 23641<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orc knight (3 times)
<br>sixfirhy (2 times)
<br>sun demon (2 times)
<br>orc priest (2 times)
<br>orc warrior (2 times)
<br>troll (1 time)
<br>Player (1 time)
<br>warg (1 time)
<br>cyclops (1 time)
<br>stone giant (1 time)
<br>orc sorcerer (1 time)
<br>ettin (1 time)
<br>smoke demon (1 time)
<br>two-headed ogre (1 time)
<br>fire elemental (1 time)
<br>
<hr><h3 id="472"> ossuary:n/a</h3><hr>Number of games played : 5<br>Best game : 1415<br>Average Score : 632<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>mummy (3 times)
<br>Quit (1 time)
<br>scorpion (1 time)
<br>
<hr><h3 id="473"> pits:6</h3><hr>Number of games played : 4<br>Best game : 406751<br>Average Score : 330233<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>acid blob (2 times)
<br>the royal jelly (2 times)
<br>
<hr><h3 id="474"> realm:4</h3><hr>Number of games played : 1<br>Best game : 682543<br>Average Score : 682543<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orb of fire (1 time)
<br>
<hr><h3 id="475"> realm:5</h3><hr>Number of games played : 2<br>Best game : 598399<br>Average Score : 586150<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>deathcap (1 time)
<br>ancient lich (1 time)
<br>
<hr><h3 id="476"> sewer:n/a</h3><hr>Number of games played : 15<br>Best game : 700<br>Average Score : 269<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>river rat (3 times)
<br>Quit (3 times)
<br>giant frog (2 times)
<br>big kobold (1 time)
<br>adder (1 time)
<br>giant gecko (1 time)
<br>kobold (1 time)
<br>crocodile (1 time)
<br>ball python (1 time)
<br>purgy (1 time)
<br>
<hr><h3 id="477"> shoals:1</h3><hr>Number of games played : 1<br>Best game : 119639<br>Average Score : 119639<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>snapping turtle (1 time)
<br>
<hr><h3 id="478"> shoals:2</h3><hr>Number of games played : 2<br>Best game : 205797<br>Average Score : 191645<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>asterion (1 time)
<br>nikola (1 time)
<br>
<hr><h3 id="479"> shoals:4</h3><hr>Number of games played : 4<br>Best game : 351179<br>Average Score : 275182<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>merfolk aquamancer (2 times)
<br>harpy (1 time)
<br>water nymph (1 time)
<br>
<hr><h3 id="480"> snake:1</h3><hr>Number of games played : 2<br>Best game : 111954<br>Average Score : 111743<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>shock serpent (2 times)
<br>
<hr><h3 id="481"> snake:2</h3><hr>Number of games played : 4<br>Best game : 162857<br>Average Score : 138076<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>nikola (2 times)
<br>naga sharpshooter (1 time)
<br>salamander (1 time)
<br>
<hr><h3 id="482"> snake:3</h3><hr>Number of games played : 1<br>Best game : 177670<br>Average Score : 177670<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>naga ritualist (1 time)
<br>
<hr><h3 id="483"> snake:4</h3><hr>Number of games played : 1<br>Best game : 187573<br>Average Score : 187573<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>salamander (1 time)
<br>
<hr><h3 id="484"> snake:5</h3><hr>Number of games played : 1<br>Best game : 220523<br>Average Score : 220523<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>salamander (1 time)
<br>
<hr><h3 id="485"> spider:1</h3><hr>Number of games played : 4<br>Best game : 266578<br>Average Score : 137884<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>redback (2 times)
<br>azrael (1 time)
<br>wolf spider (1 time)
<br>
<hr><h3 id="486"> spider:2</h3><hr>Number of games played : 1<br>Best game : 208925<br>Average Score : 208925<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<hr><h3 id="487"> spider:3</h3><hr>Number of games played : 1<br>Best game : 140847<br>Average Score : 140847<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>tarantella (1 time)
<br>
<hr><h3 id="488"> spider:4</h3><hr>Number of games played : 1<br>Best game : 189926<br>Average Score : 189926<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>trapdoor spider (1 time)
<br>
<hr><h3 id="489"> spider:5</h3><hr>Number of games played : 1<br>Best game : 208459<br>Average Score : 208459<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>orb spider (1 time)
<br>
<hr><h3 id="490"> swamp:1</h3><hr>Number of games played : 1<br>Best game : 69948<br>Average Score : 69948<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>electric eel (1 time)
<br>
<hr><h3 id="491"> swamp:2</h3><hr>Number of games played : 2<br>Best game : 103672<br>Average Score : 69162<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>shambling mangrove (1 time)
<br>ten-headed hydra (1 time)
<br>
<hr><h3 id="492"> swamp:4</h3><hr>Number of games played : 1<br>Best game : 195134<br>Average Score : 195134<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>angry trees (1 time)
<br>
<hr><h3 id="493"> swamp:5</h3><hr>Number of games played : 2<br>Best game : 192380<br>Average Score : 158416<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>donald (1 time)
<br>the 27-headed lernaean hydra (1 time)
<br>
<hr><h3 id="494"> treasure trove:n/a</h3><hr>Number of games played : 1<br>Best game : 112785<br>Average Score : 112785<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>Quit (1 time)
<br>
<hr><h3 id="495"> vaults:1</h3><hr>Number of games played : 2<br>Best game : 268181<br>Average Score : 243242<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>vampire knight (1 time)
<br>stone giant skeleton (1 time)
<br>
<hr><h3 id="496"> vaults:2</h3><hr>Number of games played : 3<br>Best game : 290420<br>Average Score : 283010<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>stone giant (illusionary) (1 time)
<br>deep troll (1 time)
<br>vault warden (1 time)
<br>
<hr><h3 id="497"> vaults:3</h3><hr>Number of games played : 2<br>Best game : 279082<br>Average Score : 243864<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>vault warden (1 time)
<br>two-headed ogre (1 time)
<br>
<hr><h3 id="498"> vaults:4</h3><hr>Number of games played : 2<br>Best game : 378746<br>Average Score : 330143<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>mennas (1 time)
<br>vault warden (1 time)
<br>
<hr><h3 id="499"> vaults:5</h3><hr>Number of games played : 5<br>Best game : 501226<br>Average Score : 425887<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>ancient lich (1 time)
<br>shadow dragon (1 time)
<br>titan (1 time)
<br>jory (1 time)
<br>eldritch tentacle (1 time)
<br>
<hr><h3 id="500"> volcano:n/a</h3><hr>Number of games played : 4<br>Best game : 11539<br>Average Score : 8921<br>
<b>Escaped with orb: 0</b><br>
<hr><b>End game by :</b><br>sun demon (1 time)
<br>gargoyle (1 time)
<br>Player (1 time)
<br>lava snake (1 time)
<br>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment