<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<link rel="stylesheet" type="text/css" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/styles.css"]/images/styles.css[/URL]">
<style type="text/css">
#nudges div { position: relative; padding: 0px; }
#nudges div .close { position: absolute; top: -2px; right: -10px; border: 1px solid black; }
</style>
<script language="Javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/basics.js"]/basics.js[/URL]"></script><link rel="stylesheet" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/basics.1.css"]/basics.1.css[/URL]" />
<link rel="stylesheet" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/chit.css"]chit.css[/URL]">
</head>
<script language=Javascript src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/keybinds.min.2.js"]/images/scripts/keybinds.min.2.js[/URL]"></script>
<script language=Javascript src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/window.20111231.js"]/images/scripts/window.20111231.js[/URL]"></script>
<script language="javascript">function chatFocus(){if(top.chatpane.document.chatform.graf) top.chatpane.document.chatform.graf.focus();}
if (typeof defaultBind != 'undefined') { defaultBind(47, 2, chatFocus); defaultBind(190, 2, chatFocus);defaultBind(191, 2, chatFocus); defaultBind(47, 8, chatFocus);defaultBind(190, 8, chatFocus); defaultBind(191, 8, chatFocus); }</script><script language=Javascript src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/jquery-1.3.1.min.js"]/images/scripts/jquery-1.3.1.min.js[/URL]"></script>
<script type="text/javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/pop_query.20130705.js"]/images/scripts/pop_query.20130705.js[/URL]"></script>
<script type="text/javascript">
var CURFAM = 166;
var FAMILIARFAVES = [["Tobert","Pair of Stomping Boots","stompboots",150],["Trofflesby","Slimeling","slimeling",112],["Squuush","Gelatinous Cubeling","gcube",171],["Gofflesby","Hobo Monkey","hobomonkey",89],["Tobert","Hovering Sombrero","hat2",18],["Gronald","Baby Gravy Fairy","familiar15",15],["Gort","Frozen Gravy Fairy","familiar35",35],["Ton","Unconscious Collective","uc",166] ];
</script>
<script type="text/javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/familiarfaves.20120307.js"]/images/scripts/familiarfaves.20120307.js[/URL]"></script>
<script type="text/javascript">
var todo = [];
function nextAction() {
var next_todo = todo.shift();
if (next_todo) {
eval(next_todo);
}
}
function dojax(dourl, afterFunc, hoverCaller, failureFunc, method, params) {
$.ajax({
type: method || 'GET', url: dourl, cache: false,
data: params || null,
global: false,
success: function (out) {
nextAction();
if (out.match(/no\|/)) {
var parts = out.split(/\|/);
if (failureFunc) failureFunc(parts[1]);
else $('#ChatWindow').append('<font color="green">Oops! Sorry, Dave, you appear to be ' + parts[1] + '.</font><br />' + "\n");
return;
}
if (hoverCaller) {
float_results(hoverCaller, out);
if (afterFunc) { afterFunc(out); }
return;
} var $eff = $(top.mainpane.document).find('#effdiv');
if ($eff.length == 0) {
var d = top.mainpane.document.createElement('DIV');
d.id = 'effdiv';
var b = top.mainpane.document.body;
if ($('#content_').length > 0) {
b = $('#content_ div:first')[0];
}
b.insertBefore(d, b.firstChild);
$eff = $(d);
}
$eff.find('a[name="effdivtop"]').remove().end()
.prepend('<a name="effdivtop"></a><center>' + out + '</center>').css('display','block');
if (!window.dontscroll || (window.dontscroll && dontscroll==0)) {
top.mainpane.document.location = top.mainpane.document.location + "#effdivtop";
}
if (afterFunc) { afterFunc(out); }
}
});
}
var turnsplayed = 97146;
var turnsthisrun = 366;
var rollover = 1393298997;
var rightnow = 1393245451;
var playerid = 1;
var pwdhash = "b1cff522fec40ce12311af2a20b518b5";
var hide_nudges = true;
$(document).ready(function () {
$('.showall').live('click',function () {
var hidden = $(this).attr('rel');
var hd = hidden.split(/,/);
for (var i=0; i< hd.length; i++) {
deleteCookie(hd[i], '');
}
document.location = 'charpane.php?foo=' + escape(Math.random());
});
var multi = function (e) {
e.preventDefault();
var link = this;
pop_query($(this), 'How many times?', 'Do It!', function (res) {
dojax(($(link).attr('href')+'&ajax=1').replace('qty=1', 'qty='+res));
});
};
$('.upeffect').click(function (e) {
e.preventDefault();
if (e.shiftKey) multi.apply(this, [e]);
else dojax($(this).attr('href')+'&ajax=1');
});
$('.upeffect').bind('contextmenu', multi);
function add_close(el) {
if (!hide_nudges) return;
if ($(el).find('.close').length > 0) return;
var ht = '<a href="#" class="close"><img alt="Hide" title="Hide" src="/images/closebutton.gif" style="float: right;"/></a>';
var c = $(ht);
$(el).append(c);
c.click(function () {
var key = $(this).parents('tr:first').attr('rel');
var nxt = $(this).parents('tr');
if (nxt.next()) {
add_close(nxt.next().find('td div'));
}
$(this).parents('tr:first').remove();
setCookie(key, 1);
});
}
if (hide_nudges) $('#nudges td div').hover(
function () {
if (!hide_nudges) return;
add_close(this);
},
function () {
if (!hide_nudges) return;
$(this).find('.close').remove();
}
);
});
</script>
<script language=Javascript src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/charpane.20130711.js"]/images/scripts/charpane.20130711.js[/URL]"></script>
<script type="text/javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/scripts/cookie.20121112.js"]/images/scripts/cookie.20121112.js[/URL]"></script>
<script type="text/javascript">
jQuery(function ($) {
$(window).resize(function () {
var winW = 300;
if (document.body && document.body.offsetWidth) { winW = document.body.offsetWidth; }
if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) { winW = document.documentElement.offsetWidth; }
if (window.innerWidth && window.innerHeight) { winW = window.innerWidth; }
setCookie('charpwd', winW, 365, true);
});
})
</script>
<script type="text/javascript" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/chit.js"]chit.js[/URL]"></script>
<body bgcolor=white text=black link=black alink=black vlink=black onload='startup();'>
<div id="chit_house"><div id="chit_roof" class="chit_chamber"><table id="chit_character" class="chit_brick nospace"><tr><th colspan="2"><div style="float:left"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" class="chit_launcher" rel="chit_pickeroutfit" title="Select Outfit"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/select_outfit.png"]/images/relayimages/chit/select_outfit.png[/URL]"></a></div><a target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charsheet.php"]charsheet.php[/URL]">Name</a></th></tr><tr><td class="label"><a target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/guild.php?guild=m"]guild.php?guild=m[/URL]" title="Visit your guild">Pastamancer</a></td><td class="level" rowspan="2" style="width:30px;"><a target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/council.php"]council.php[/URL]" title="Visit the Council">8</a></td></tr><tr><td class="info">Oxygenarian</td></tr><tr><td class="info">Hardcore</td></tr><tr><td colspan="2"><div class="chit_resource"><div title="Meat" style="float:left"><span>11 446</span><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/meat.gif"]/images/itemimages/meat.gif[/URL]"></div><div title="47 Adventures remaining
Current Run: 6 / 366" style="float:right"><span>47</span><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/slimhourglass.gif"]/images/itemimages/slimhourglass.gif[/URL]"></div></div><div style="clear:both"></div></td></tr><tr><td class="progress" colspan="3" title="6 mysticality until level 9
(735 substats needed)" ><div class="progressbar" style="width:59.50413223140496%"></div></td></tr></table><table id="chit_stats" class="chit_brick nospace"><thead><tr><th colspan="3">My Stats</th></tr></thead><tbody><tr><td class="label">Muscle</td><td class="info"><span style="color:blue">68</span> (42)</td><td class="progress"><div class="progressbox" title="76 / 85 (9 needed)"><div class="progressbar" style="width:89.41176470588235%"></div></div></td></tr><tr><td class="label">Myst</td><td class="info"><span style="color:blue">162</span> (62)</td><td class="progress"><div class="progressbox" title="45 / 125 (80 needed)"><div class="progressbar" style="width:36.0%"></div></div></td></tr><tr><td class="label">Moxie</td><td class="info"><span style="color:blue">85</span> (43)</td><td class="progress"><div class="progressbox" title="74 / 87 (13 needed)"><div class="progressbar" style="width:85.05747126436782%"></div></div></td></tr></tbody><tbody><tr><td class="label">Spleen</td><td class="info">0 / 20</td><td class="progress"><div class="progressbox" title="Your spleen is in perfect shape! (0 / 20)"><div class="progressbar" style="width:0.0%;background-color:blue"></div></div></td></tr></tbody><tbody><tr><td class="label">HP</td><td class="info">71 / 71</td><td class="progress"><div class="progressbox" title="71 / 71"><div class="progressbar" style="width:100.0%;background-color:green"></div></div></td></tr><tr><td class="label">MP</td><td class="info"><a title="Restore MP" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=restore+mp&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=restore+mp&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">55 / 298</a></td><td class="progress"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=restore+mp&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=restore+mp&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]"><div class="progressbox" title="Restore your MP (55 / 298)"><div class="progressbar" style="width:18.456375838926174%;background-color:orange"></div></div></a></td></tr></tbody><tbody><tr><td class="label"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/inv_use.php?pwd=b1cff522fec40ce12311af2a20b518b5&which=3&whichitem=2682"]inv_use.php?pwd=b1cff522fec40ce12311af2a20b518b5&which=3&whichitem=2682[/URL]" target="mainpane" title="Detuned Radio">Radio</a></td><td class="info"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" class="chit_launcher" style="white-space:pre" rel="chit_pickermcd" title="Turn it up or down, man">10</a></td><td class="progress"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" id="chit_mcdlauncher" class="chit_launcher" rel="chit_pickermcd"><div class="progressbox" title="Turn it up or down, man (10 / 10)"><div class="progressbar" style="width:100.0%;background-color:black"></div></div></a></td></tr></tbody></table><table id="chit_familiar" class="chit_brick nospace"><tr><th width="40" title="Buffed Weight" style="color:blue">12</th><th><a target=mainpane href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/familiar.php"]familiar.php[/URL]" class="familiarpick" title="Visit your terrarium">Ton</a></th><th width="30"> </th></tr><tr><td class="icon" title="Visit your terrarium"><a target=mainpane href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/familiar.php"]familiar.php[/URL]" class="familiarpick"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/uc.gif"]/images/itemimages/uc.gif[/URL]"></a></td><td class="info" style=""><a title="Familiar Haiku" class="hand" onclick="fam(166)" origin-level="third-party"/>Unconscious Collective</a><br><span style="color:#606060;font-weight:normal">(0/5)</span></td><td class="icon" title="Equip your familiar"><a class="chit_launcher" rel="chit_pickerfam" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]"><img title="" src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/blank.gif"]/images/itemimages/blank.gif[/URL]"></a></td></tr><tr><td colspan="3" class="progress" title="5 / 25" ><div class="progressbar" style="width:20.0%"></div></td></tr></table><table id="chit_effects" class="chit_brick nospace"><thead><tr><th colspan="4"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/effects.png"]/images/relayimages/chit/effects.png[/URL]">Effects</th></tr></thead><tbody class="buffs"><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/mandala.gif"]/images/itemimages/mandala.gif[/URL]" width=30 height=30 onClick='eff("583619abc0e4380d80629babe3677aed");'></td><td class="info">Pasta Oneness</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=uneffect+Pasta+Oneness&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=uneffect+Pasta+Oneness&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="SGEEAs Left: 0
Use a remedy to remove the Pasta Oneness effect">5</a></td><td class="powerup"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+1+Manicotti+Meditation&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+1+Manicotti+Meditation&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Increase rounds of Pasta Oneness"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/redup.png"]/images/relayimages/chit/redup.png[/URL]" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/archedeyebrow.gif"]/images/itemimages/archedeyebrow.gif[/URL]" width=30 height=30 onClick='eff("5f23a4cf752852e76b41382ea55b0fe5");'></td><td class="info">Arched Eyebrow of the Archmage</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=uneffect+Arched+Eyebrow+of+the+Archmage&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=uneffect+Arched+Eyebrow+of+the+Archmage&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="SGEEAs Left: 0
Use a remedy to remove the Arched Eyebrow of the Archmage effect">10</a></td><td class="powerup"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+1+Arched+Eyebrow+of+the+Archmage&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+1+Arched+Eyebrow+of+the+Archmage&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Increase rounds of Arched Eyebrow of the Archmage"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/up.png"]/images/relayimages/chit/up.png[/URL]" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/lparen.gif"]/images/itemimages/lparen.gif[/URL]"></td><td class="info">SR range start</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=counters+deletehash+25554013&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=counters+deletehash+25554013&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">35</a></td><td> </td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/rparen.gif"]/images/itemimages/rparen.gif[/URL]"></td><td class="info">SR range end</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=counters+deletehash+23133340&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=counters+deletehash+23133340&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">55</a></td><td> </td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/sad.gif"]/images/itemimages/sad.gif[/URL]" width=30 height=30 onClick='eff("70b571b8fe1e18020dd5e0974156807f");'></td><td class="info">Merry Smithsness</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=uneffect+Merry+Smithsness&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=uneffect+Merry+Smithsness&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="SGEEAs Left: 0
Use a remedy to remove the Merry Smithsness effect">100</a></td><td class="powerup"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=use+1+Flaskfull+of+Hollow&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=use+1+Flaskfull+of+Hollow&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Increase rounds of Merry Smithsness"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/up.png"]/images/relayimages/chit/up.png[/URL]" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/pressie.gif"]/images/itemimages/pressie.gif[/URL]" width=30 height=30 onClick='eff("d9f8d188f80c67098f12bc003d818c31");'></td><td class="info">Smithsness Presence</td><td class="shrug"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=uneffect+Smithsness+Presence&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=uneffect+Smithsness+Presence&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="SGEEAs Left: 0
Use a remedy to remove the Smithsness Presence effect">689</a></td><td class="powerup"><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=chew+1+handful+of+Smithereens&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=chew+1+handful+of+Smithereens&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Increase rounds of Smithsness Presence"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/up.png"]/images/relayimages/chit/up.png[/URL]" border=0></a></td></tr></tbody></table></div><div id="chit_walls" class="chit_chamber"><center id='rollover' class=tiny style='color: red; cursor: pointer;' onClick='poop("doc.php?topic=maintenance", "documentation", 558, 518, "scrollbars=yes,resizable=no");'></center><table id="chit_thrall" class="chit_brick nospace"><tr><th title="Thrall Level">Lvl. 5</th><th colspan="2" title="Pasta Thrall"><a title="Shuuushoooo" class="hand" onClick='javascript:window.open("desc_guardian.php","","height=200,width=300")'>Angel Hair Wisp</a></th></tr><tr><td class="icon" title="Thrall"><a class="chit_launcher" rel="chit_pickerthrall" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]"><img title="Bind thy Thrall" src=[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/t_wisp.gif"]/images/itemimages/t_wisp.gif[/URL]></a></td><td class="info"><a title="Click for Thrall description" class="hand" onClick='javascript:window.open("desc_guardian.php","","height=200,width=300")'><span style="color:blue;font-weight:bold">Combat Initiative<br>Prevents enemy crits<br></span></a></td></tr></table></div><div id="chit_floor" class="chit_chamber"><table id="chit_toolbar"><tr><th><ul style="float:left"><li><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php"]charpane.php[/URL]" title="Reload"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/refresh.png"]/images/relayimages/chit/refresh.png[/URL]"></a></li></ul><ul style="float:right"><li><a href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" class="chit_launcher" rel="chit_pickermood" title="Select Mood"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/select_mood.png"]/images/relayimages/chit/select_mood.png[/URL]"></a></li><li><a title="Save as Mood" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=save+as+mood&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=save+as+mood&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/moodsave.png"]/images/relayimages/chit/moodsave.png[/URL]"></a></li></ul><ul><li><a class="tool_launcher" title="Modifiers" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" rel="modifiers"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/modifiers.png"]/images/relayimages/chit/modifiers.png[/URL]"></a></li><li><a class="tool_launcher" title="Recent Adventures" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/charpane.php#"]#[/URL]" rel="trail"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/trail.png"]/images/relayimages/chit/trail.png[/URL]"></a></li></ul></th></tr></table></div><div id="chit_closet"><div id="chit_pickerfam" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Equip Thy Familiar Well</th></tr><tr class="pickloader" style="display:none"><td class="info">Changing Equipment...</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr><tr class="picknone"><td class="info" colspan="2">You don't have any equipment for your Unconscious Collective.<br><br>Poor Ton</td></tr></table></div><div id="chit_pickermcd" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Turn it up or down, man</th></tr><tr class="pickloader" style="display:none"><td class="info">Tuning Radio...</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+0&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+0&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Turn it off</a></td><td class="level">0</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+1&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+1&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Turn it mostly off</a></td><td class="level">1</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+2&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+2&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Ratsworth's money clip</a></td><td class="level">2</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+3&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+3&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Glass Balls of the King</a></td><td class="level">3</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+4&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+4&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Boss Bat britches</a></td><td class="level">4</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+5&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+5&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Rib of the Bonerdagon</a></td><td class="level">5</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+6&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+6&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Horoscope of the Hermit</a></td><td class="level">6</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+7&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+7&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Codpiece of the King</a></td><td class="level">7</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+8&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+8&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Boss Bat bling</a></td><td class="level">8</td></tr><tr class="pickitem "><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mcd+9&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mcd+9&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Ratsworth's tophat</a></td><td class="level">9</td></tr><tr class="pickitem current"><td class="info">Vertebra of the Bonerdagon</td><td class="level">10</td></tr></table></div><div id="chit_pickermood" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Select New Mood</th></tr><tr class="pickloader" style="display:none"><td class="info">Getting Moody</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+apathetic&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+apathetic&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">apathetic</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+default&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+default&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">default</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+in-run&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+in-run&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">in-run</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+levelling_muscle&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+levelling_muscle&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">levelling_muscle</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+levelling_myst&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+levelling_myst&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">levelling_myst</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+porkfuture&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+porkfuture&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">porkfuture</a></td><td> </td></tr><tr class="pickitem"><td class="info"><a title="Make this your current mood" class="visit" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=mood+sea&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=mood+sea&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">sea</a></td><td> </td></tr></table></div><div id="chit_pickeroutfit" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Select Outfit</th></tr><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Birthday+Suit&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Birthday+Suit&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Birthday Suit</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+eXtreme+Cold-Weather+Gear&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+eXtreme+Cold-Weather+Gear&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">eXtreme Cold-Weather Gear</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Filthy+Hippy+Disguise&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Filthy+Hippy+Disguise&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Filthy Hippy Disguise</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Knob+Goblin+Elite+Guard+Uniform&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Knob+Goblin+Elite+Guard+Uniform&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Knob Goblin Elite Guard Uniform</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Mining+Gear&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Mining+Gear&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Mining Gear</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Swashbuckling+Getup&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Swashbuckling+Getup&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]"><div style ="font-weight:700;color:darkred;">Swashbuckling Getup</div></a></td><tr class="pickitem"><td style="color:white;background-color:blue;font-weight:bold;">Custom Outfits</td></tr><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Backup&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Backup&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Backup</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Frat+War&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Frat+War&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Frat War</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Rollover&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Rollover&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Rollover</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Sea&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Sea&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Sea</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Sewer+f%3Dstomping+boots+e%3Dhookah&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Sewer+f%3Dstomping+boots+e%3Dhookah&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Sewer f=stomping boots e=hookah</a></td><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=outfit+Warbears+f%3Dwarbear+drone+e%3Dwarbear+drone+codes&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=outfit+Warbears+f%3Dwarbear+drone+e%3Dwarbear+drone+codes&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Warbears f=warbear drone e=warbear drone codes</a></td><tr class="pickitem"><td style="color:white;background-color:blue;font-weight:bold;">Equip for Quest</td></tr><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=equip+off-hand+Half+a+Purse&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=equip+off-hand+Half+a+Purse&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">Half a Purse</a></td></tr><tr class="pickitem"><td class="info"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=equip+acc3+ring+of+Detect+Boring+Doors&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=equip+acc3+ring+of+Detect+Boring+Doors&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]">ring of Detect Boring Doors</a></td></tr><tr class="pickloader" style="display:none"><td class="info">Getting Dressed</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr></table></div><div id="chit_pickerthrall" class="chit_skeleton" style="display:none"><table class="chit_picker"><tr><th colspan="2">Bind thy Thrall</th></tr><tr class="pickloader" style="display:none"><td class="info">Binding Thrall...</td><td class="icon"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/karma.gif"]/images/itemimages/karma.gif[/URL]"></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Bind Vampieroghi for 12mp"><b>Vampieroghi</b> <span style="float:right;color:#707070">12mp</span><br /><span style="color:blue">Attacks and heals</span></a></td><td class="icon"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Bind+Vampieroghi&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Bind Vampieroghi for 12mp"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/t_vampieroghi.gif"]/images/itemimages/t_vampieroghi.gif[/URL]"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Bind Vermincelli for 30mp"><b>Vermincelli</b> <span style="float:right;color:#707070">30mp</span><br /><span style="color:blue">Attacks to restore MP</span></a></td><td class="icon"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Bind+Vermincelli&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Bind Vermincelli for 30mp"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/t_vermincelli.gif"]/images/itemimages/t_vermincelli.gif[/URL]"></a></td></tr><tr class="pickitem"><td class="retrieve"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Dismiss Pasta Thrall"><b>Dismiss Angel Hair Wisp</b><br /><span style="color:blue">Goodbye, Shuuushoooo</span></a></td><td class="icon"><a class="change" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=b1cff522fec40ce12311af2a20b518b5"]/KoLmafia/sideCommand?cmd=cast+Dismiss+Pasta+Thrall&pwd=b1cff522fec40ce12311af2a20b518b5[/URL]" title="Dismiss Pasta Thrall"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/itemimages/t_wisp.gif"]/images/itemimages/t_wisp.gif[/URL]"></a></td></tr></table></div><div id="chit_toolmodifiers" class="chit_skeleton" style="display:none"><table id="chit_modifiers" class="chit_brick nospace"><thead><tr><th colspan="2"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/modifiers.png"]/images/relayimages/chit/modifiers.png[/URL]">Modifiers</th></tr></thead><tbody><tr><td class="label">Meat Drop</td><td class="info">+69,38%</td></tr><tr><td class="label">Item Drop</td><td class="info">+100,%</td></tr><tr><td class="label"> Forced Drop @</td><td class="info">50%</td></tr></tbody><tbody><tr><td class="label">Monster Level</td><td class="info">+10</td></tr><tr><td class="label">Initiative</td><td class="info">+55%</td></tr><tr><td class="label">Modified Init</td><td class="info">+55%</tr><tr><td class="label">Combat Rate</td><td class="info">-5%</td></tr></tbody><tbody><tr><td class="label">Damage Absorb</td><td class="info">32% (180)</td></tr><tr><td class="label">Damage Red</td><td class="info">0</td></tr></tbody><tbody><tr><td class="label">Spell Damage</td><td class="info">+10 / +20%</td></tr><tr><td class="label">Weapon Damage</td><td class="info">+15 </td></tr><tr><td class="label">Ranged Damage</td><td class="info">+0</td></tr></tbody></table></div><div id="chit_tooltrail" class="chit_skeleton" style="display:none"><table id="chit_trail" class="chit_brick nospace"><tr><th><a class="visit" target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/cove.php"]cove.php[/URL]"><img src="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/images/relayimages/chit/trail.png"]/images/relayimages/chit/trail.png[/URL]">Last Adventure</a></th></tr><tr><td class="last"><a class="visit" target="mainpane" href="[URL="http://kolmafia.us/view-source:http://127.0.0.1:60080/adventure.php?snarfblat=157"]adventure.php?snarfblat=157[/URL]">Barrrney's Barrr</a></td></tr></table></div></div></div></body></html>