Character Info Toolbox

AlbinoRhino

Active member
It looks like the page-resizing math in chit.js is based upon the possibility of the walls, roof, or floor divs not existing. The current version of charpane.ash appears to add the divs even when they are empty. Or when they appear empty but contain the rollover html. There should probably be a check of the corresponding preference before these divs are added to the page source, and if the preference is empty, the div should just be left out of the html. This will ensure that the page resizing math remains reliable.
 
Last edited:

ereinion

Member
Hmm. No I am back to two scroll-bars with your version as well, AlbinoRhino. But thanks for giving it an attempt :)

And of course I did, Bale ;)
 

ereinion

Member
Yep. That is, I changed it back to ""

-edit- Would it help if I posted the html of the pane while the script is running?
 
Last edited:

AlbinoRhino

Active member
OK ... I did what I should have done last night and changed my settings to yours & reproduced the problem. Attached is a copy of chit.js which will resolve the scrollbar problem. If you replace the copy in your relay folder with this one, you should be good to go. (It works for me, anyhow.)


edit: And yes, I would like to look at the pane html.
 

Attachments

  • chit.js
    7.2 KB · Views: 21
Last edited:

Bale

Minion
AlbinoRhino, will that version of chit.js work with both non-existent walls and empty walls?
 

AlbinoRhino

Active member
Yes it does. Attached is a cleaned up version of the one posted above (I removed some debugging stuff I accidentally left in the copy above). I was waiting to hear from ereinion before posting it, but ereinion and I have the same setup and it is working fine for me. This will only fix the scrollbar problem.

If you leave the rollover timer in the walls div then I suspect that someone who doesn't use the walls may miss seeing it, as it will appear at the bottom of their roof, which is likely to be off-screen. It is possible that the frame may automatically scroll and show it to them (I didn't test for that). And if their effects list is short enough to leave some available space, then they will see it. But I think it should be moved to the top of the effects brick, as that screen space will almost surely be on screen for anyone, despite their settings. So I still recommend that change (or something similar).

In any event, there should be no more need to add preference checks for the roof, floor & walls divs. I should have just done this last night, but I was sleepy and not thinking clearly.
 

Attachments

  • chit.js
    7.1 KB · Views: 30
Last edited:

ereinion

Member
Yeah, that seems to do it. There is another (slight) problem now, though, I get a gap between the roof and the wall:
Charpane_gap.png
Here is the html for the charpane when it has that gap:
HTML:
<html><head> <meta http-equiv="X-UA-Compatible" content="IE=8" />  <link rel="stylesheet" type="text/css" href="/images/styles.css"> <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="/basics.js"></script><link rel="stylesheet" href="/basics.css" /> <link rel="stylesheet" href="chit.css"> </head> <script src="/images/scripts/window.js"></script> <script type="text/javascript" src="/images/scripts/jquery-1.3.1.min.js"></script> <script language=Javascript src="/images/scripts/keybinds.min.2.js"></script> <script language=Javascript src="/images/scripts/window.20111231.js"></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="/images/scripts/jquery-1.3.1.min.js"></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) {     $.ajax({         type: 'GET', url: dourl, cache: false,         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(); }                 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(); }         }     }); }      var CURFAM = 166;     var FAMILIARFAVES = [["Fenrir","Pair of Stomping Boots","stompboots",150],["Fenrir","Green Pixie","pictsie",70],["Fenrir","Rogue Program","tronguy",135],["Fenrir","Stocking Mimic","smimic",120],["Fenrir","Fancypants Scarecrow","pantscrow2",152],["Fenrir","Mini-Hipster","minihipster",136],["Fenrir","Obtuse Angel","obtuseangel",146],["Fenrir","He-Boulder","heboulder",113],["Fenrir","Frumious Bandersnatch","bandersnatch",105],["snÃ;Ã","Baby Bugged Bugbear","babybugbug",124] ]; </script>      <script type="text/javascript">     var turnsplayed = 488308; var turnsthisrun = 29516; var rollover = 1362626999; var rightnow = 1362608512; var playerid = 352230; var pwdhash = "11eaab782a2c45b411528fca7018a49c"; 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());     });     if (hide_nudges) $('#nudges td div').hover(         function () {             if (!hide_nudges) return;             var ht = '<a href="#" class="close"><img alt="Hide" title="Hide"  src="/images/closebutton.gif" /></a>';             var c = $(ht);             $(this).append(c);             c.click(function () {                 var key = $(this).parents('tr:first').attr('rel');                 $(this).parents('tr:first').remove();                 setCookie(key, 1);             });         },             function () {                 if (!hide_nudges) return;                 $(this).find('.close').remove();             }     ); }); </script> <script language=Javascript src="/images/scripts/charpane.4.js"></script> <script type="text/javascript" src="/images/scripts/cookie.20121112.js"></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="chit.js"></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="3"><a target="mainpane" href="charsheet.php">Ereinion</a> (<span style='cursor: hand; cursor: pointer;' onClick='outfit("47");'>Hodgman's Regal Frippery</span>)</th></th></tr><tr><td rowspan="4" class="avatar"><a target="mainpane" href="charsheet.php"><img src="/images/otherimages/customavatars/352230.gif"></a></td><td class="label"><a target="mainpane" href="guild.php?guild=m" title="Visit your guild">Mad Wizard of Ee</a></td><td class="level" rowspan="2"><a target="mainpane" href="council.php" title="Visit the Council">35</a></td></tr><tr><td class="info">Aftercore</td></tr><tr><td class="info">No Restrictions</td></tr><tr><td colspan="2"><div class="chit_resource"><div title="Meat" style="float:left"><span>284 329 888</span><img src="/images/itemimages/meat.gif"></div><div title="262 Adventures remaining" style="float:right"><span>262</span><img src="/images/itemimages/slimhourglass.gif"></div></div><div style="clear:both"></div></td></tr><tr><td class="progress" colspan="3" title="8 mysticality until level 36  (17 183 substats needed)" ><div class="progressbar" style="width:89.57601567571174%"></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">1 646</span>  (888)</td><td class="progress"><div class="progressbox" title="1254 / 1777 (523 needed)"><div class="progressbar" style="width:70.56837366347777%"></div></div></td></tr><tr><td class="label">Myst</td><td class="info"><span style="color:blue">2 262</span>  (1221)</td><td class="progress"><div class="progressbox" title="2417 / 2443 (26 needed)"><div class="progressbar" style="width:98.93573475235367%"></div></div></td></tr><tr><td class="label">Moxie</td><td class="info"><span style="color:blue">2 318</span>  (866)</td><td class="progress"><div class="progressbox" title="54 / 1733 (1679 needed)"><div class="progressbar" style="width:3.11598384304674%"></div></div></td></tr></tbody><tbody><tr><td class="label">Spleen</td><td class="info">15 / 15</td><td class="progress"><div class="progressbox" title="Your spleen can't take any more abuse today"><div class="progressbar" style="width:100.0%;background-color:#707070"></div></div></td></tr><tr><td class="label">Stomach</td><td class="info">19 / 20</td><td class="progress"><div class="progressbox" title="Hmmm... pies"><div class="progressbar" style="width:95.0%;background-color:green"></div></div></td></tr><tr><td class="label">Liver</td><td class="info">14 / 14</td><td class="progress"><div class="progressbox" title="You can't handle any more booze today"><div class="progressbar" style="width:100.0%;background-color:#707070"></div></div></td></tr></tbody><tbody><tr><td class="label">HP</td><td class="info"><a title="Restore HP" href="/KoLmafia/sideCommand?cmd=restore+hp&pwd=11eaab782a2c45b411528fca7018a49c">1833 / 2359</a></td><td class="progress"><a href="/KoLmafia/sideCommand?cmd=restore+hp&pwd=11eaab782a2c45b411528fca7018a49c"><div class="progressbox" title="Restore your HP"><div class="progressbar" style="width:77.70241627808393%;background-color:orange"></div></div></a></td></tr><tr><td class="label">MP</td><td class="info">3184 / 4914</td><td class="progress"><a href="/KoLmafia/sideCommand?cmd=restore+mp&pwd=11eaab782a2c45b411528fca7018a49c"><div class="progressbox" title="Restore your MP"><div class="progressbar" style="width:64.7944647944648%;background-color:orange"></div></div></a></td></tr></tbody><tbody><tr><td class="label"><a href="inv_use.php?pwd=11eaab782a2c45b411528fca7018a49c&which=3&whichitem=2682" target="mainpane" title="Detuned Radio">Radio</a></td><td class="info"><span style="color:blue" title="Total ML">+80</span>  (<a href="#" class="chit_launcher" rel="chit_pickermcd" title="Turn it up or down, man">10</a>)</td><td class="progress"><a href="#" id="chit_mcdlauncher" class="chit_launcher" rel="chit_pickermcd"><div class="progressbox" title="Turn it up or down, man"><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">106</th><th><a target=mainpane href="familiar.php" class="familiarpick" title="Visit your terrarium">Tot</a></th><th width="30"> </th></tr><tr><td class="icon" title="Visit your terrarium"><a target=mainpane href="familiar.php" class="familiarpick"><img src="/images/itemimages/uc.gif"></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">(1/5, 0/3 carrots)</span></td><td class="icon"><a class="chit_launcher" rel="chit_pickerfam" href="#"><img title="Snow Suit" src="/images/itemimages/snowface3.gif"></a></td></tr></table></div><div id="chit_walls" class="chit_chamber"><center id='rollover' class=tiny style='color: red; cursor: pointer;' onClick='doc("maintenance");'></center><table id="chit_effects" class="chit_brick nospace"><thead><tr><th colspan="4">Effects</th></tr></thead><tbody class="buffs"><tr class="effect"><td class="icon"><img src="/images/itemimages/snowcarrot.gif" width=30 height=30  onClick='eff("7788b095166a425339a98d9bb8c7cf2e");'></td><td class="info">Pla-see-bo</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Pla-see-bo&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Pla-see-bo effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=chew+1+carrot+juice&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Pla-see-bo"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/lasagna.gif" width=30 height=30  onClick='eff("a5afe11e9b9bf333b04548d0abf6e975");'></td><td class="info">Gar-ish</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Gar-ish&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Gar-ish effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+potion+of+the+field+gar&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Gar-ish"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/accordion.gif" width=30 height=30  onClick='eff("273149593cef0f682ac9ca7d2483d977");'></td><td class="info">Polka Face</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Polka+Face&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Polka Face effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+Polka+Pop&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Polka Face"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/pep_twist.gif" width=30 height=30  onClick='eff("30032941dd4926cf0905d5d7f683e70d");'></td><td class="info">Peppermint Twisted</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Peppermint+Twisted&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Peppermint Twisted effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+peppermint+twist&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Peppermint Twisted"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/pupils.gif" width=30 height=30  onClick='eff("c9cd2df50d6fb5a9d8d7544892c7e5b2");'></td><td class="info">Wasabi Sinuses</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Wasabi+Sinuses&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Wasabi Sinuses effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+Knob+Goblin+nasal+spray&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Wasabi Sinuses"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/meat.gif" width=30 height=30  onClick='eff("76a0c3b8b2ddd3cffbbb2c1de01fd41f");'></td><td class="info">Can't Be a Chooser</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Can%27t+Be+a+Chooser&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Can't Be a Chooser effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+begpwnia&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Can't Be a Chooser"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/happy.gif" width=30 height=30  onClick='eff("0bbb62f04a5dd69a88b608fe656a7752");'></td><td class="info">Heavy Petting</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Heavy+Petting&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Heavy Petting effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+Knob+Goblin+pet-buffing+spray&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Heavy Petting"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/2ball.gif" width=30 height=30  onClick='eff("0bc328cead1daf748aeee4b4d5d4545a");'></td><td class="info">Billiards Belligerence</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Billiards+Belligerence&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Billiards Belligerence effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=pool+1&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Billiards Belligerence"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/candyheart.gif" width=30 height=30  onClick='eff("c5981aab5e82b8b7acaa03836f2b8207");'></td><td class="info">Heart of Green</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Heart+of+Green&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Heart of Green effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+green+candy+heart&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Heart of Green"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/teeth.gif" width=30 height=30  onClick='eff("0acfb47ada804935ca1acf6ee1ae6dd7");'></td><td class="info">Bestial Sympathy</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Bestial+Sympathy&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Bestial Sympathy effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+half-orchid&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Bestial Sympathy"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/baggie.gif" width=30 height=30  onClick='eff("d3d104d1eba82fa3f564c2967461f122");'></td><td class="info">So You Can Work More...</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+So+You+Can+Work+More...&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the So You Can Work More... effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+baggie+of+powdered+sugar&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of So You Can Work More..."><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/teeth.gif" width=30 height=30  onClick='eff("2842a345ac05d148c862015d1fcc4e4b");'></td><td class="info">Man's Worst Enemy</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Man%27s+Worst+Enemy&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Man's Worst Enemy effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+disintegrating+spiky+collar&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Man's Worst Enemy"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/cran.gif" width=30 height=30  onClick='eff("f3f908946ea0a80e40d92e7db920e77d");'></td><td class="info">Cranberry Cordiality</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Cranberry+Cordiality&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Cranberry Cordiality effect">14</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+cranberry+cordial&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Cranberry Cordiality"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/blackberry.gif" width=30 height=30  onClick='eff("192d4ba46ffe2402b2ff321bafa2db43");'></td><td class="info">Blackberry Politeness</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Blackberry+Politeness&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Blackberry Politeness effect">14</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+blackberry+polite&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Blackberry Politeness"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/resolve_greedy.gif" width=30 height=30  onClick='eff("d8a4db321361fbfb6b4b51f9860d3210");'></td><td class="info">Greedy Resolve</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Greedy+Resolve&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Greedy Resolve effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+resolution%3A+be+wealthier&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Greedy Resolve"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/cupcake.gif" width=30 height=30  onClick='eff("09e15a3419f7729ab6d732654c9a01a2");'></td><td class="info">Your Cupcake Senses Are Tingling</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Your+Cupcake+Senses+Are+Tingling&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Your Cupcake Senses Are Tingling effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+pink-frosted+astral+cupcake&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Your Cupcake Senses Are Tingling"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/tongue.gif" width=30 height=30  onClick='eff("94e112e9d9e9899f283bbd1ddde77396");'></td><td class="info">Green Tongue</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Green+Tongue&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Green Tongue effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+green+snowcone&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Green Tongue"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/resolve_kind.gif" width=30 height=30  onClick='eff("853f46db06b5ac93411a309e4df63104");'></td><td class="info">Kindly Resolve</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Kindly+Resolve&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Kindly Resolve effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+resolution%3A+be+kinder&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Kindly Resolve"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/hare.gif" width=30 height=30  onClick='eff("907cb5ad2ab24111f4cc83b0609ad087");'></td><td class="info"><a href="rabbithole.php" target=mainpane>Down the Rabbit Hole</a></td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Down+the+Rabbit+Hole&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Down the Rabbit Hole effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+DRINK+ME+potion&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Down the Rabbit Hole"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/winking.gif" width=30 height=30  onClick='eff("148cc90a0b393072039a3fe128c61138");'></td><td class="info">Winklered</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Winklered&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Winklered effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=concert+Winklered&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Winklered"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/chorale.gif" width=30 height=30  onClick='eff("e9227c476b197f54d5fe6be5e52995b5");' oncontextmenu='return shrug(533, "Chorale of Companionship");'></td><td class="info">Chorale of Companionship</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Chorale+of+Companionship&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Chorale of Companionship effect">20</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+recording+of+Chorale+of+Companionship&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Chorale of Companionship"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/heart.gif" width=30 height=30  onClick='eff("12c7b88cf8ccdd388e7e6983bec5397d");'></td><td class="info">Cold Hearted</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Cold+Hearted&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Cold Hearted effect">29</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+love+song+of+icy+revenge&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Cold Hearted"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/dance1.gif" width=30 height=30  onClick='eff("15bdf07a543b55d176ef4c7dc7c8ddd0");'></td><td class="info">Dances with Tweedles</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Dances+with+Tweedles&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Dances with Tweedles effect">29</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=hatter+22&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Dances with Tweedles"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/confused.gif" width=30 height=30  onClick='eff("7a1d33bd3c697d55c26eb70a1845a5d5");'></td><td class="info">Je Ne Sais Porquoise</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Je+Ne+Sais+Porquoise&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Je Ne Sais Porquoise effect">49</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+either+1+jug+of+porquoise+juice%2C+1+flask+of+porquoise+juice%2C+1+vial+of+porquoise+juice&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Je Ne Sais Porquoise"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/buttrock.gif" width=30 height=30  onClick='eff("04bc18fe47f495a894774fa1bbb9713d");'></td><td class="info">Butt-Rock Hair</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Butt-Rock+Hair&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Butt-Rock Hair effect">115</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+5+hair+spray&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Butt-Rock Hair"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect" style="background-color:khaki"><td class="icon"><img src="/images/itemimages/fortune.gif"></td><td class="info">Fortune Cookie</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=counters+deletehash+22050145&pwd=11eaab782a2c45b411528fca7018a49c">175</a></td><td> </td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/urkels.gif" width=30 height=30  onClick='eff("59a1ac48440e1ea1f869f2b37753f9cc");' oncontextmenu='return shrug(164, "Ur-Kel's Aria of Annoyance");'></td><td class="info">Urkel's</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Ur-Kel%27s+Aria+of+Annoyance&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Ur-Kel's Aria of Annoyance effect">945</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Ur-Kel%27s+Aria+of+Annoyance&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Ur-Kel's Aria of Annoyance"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/superiority.gif" width=30 height=30  onClick='eff("2e5a803cf1be5b3d2aaa897e60f29138");' oncontextmenu='return shrug(70, "Stevedave's Shanty of Superiority");'></td><td class="info">Shanty of Superiority</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Stevedave%27s+Shanty+of+Superiority&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Stevedave's Shanty of Superiority effect">1173</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Stevedave%27s+Shanty+of+Superiority&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Stevedave's Shanty of Superiority"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/scharm.gif" width=30 height=30  onClick='eff("6c7b4a5a3c6807d21493f1253bf8dfd9");' oncontextmenu='return shrug(19, "Reptilian Fortitude");'></td><td class="info">Reptilian Fortitude</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Reptilian+Fortitude&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Reptilian Fortitude effect">1184</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Reptilian+Fortitude&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Reptilian Fortitude"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/snapper.gif" width=30 height=30  onClick='eff("c05dc4b01f6f2826be599f07620979f7");' oncontextmenu='return shrug(51, "Tenacity of the Snapper");'></td><td class="info">Tenacity of the Snapper</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Tenacity+of+the+Snapper&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Tenacity of the Snapper effect">1187</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Tenacity+of+the+Snapper&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Tenacity of the Snapper"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/blackshell.gif" width=30 height=30  onClick='eff("4e66acac6b908fb6f70b49092dcff375");' oncontextmenu='return shrug(52, "Astral Shell");'></td><td class="info">Astral Shell</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Astral+Shell&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Astral Shell effect">1187</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Astral+Shell&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Astral Shell"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/elesphere.gif" width=30 height=30  onClick='eff("e3d1d1099648703e192a55a9aea17a1e");' oncontextmenu='return shrug(53, "Elemental Saucesphere");'></td><td class="info">Elemental Sauce</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Elemental+Saucesphere&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Elemental Saucesphere effect">1193</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Elemental+Saucesphere&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Elemental Saucesphere"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/ghosturtle.gif" width=30 height=30  onClick='eff("9d5cb67507556bb105664b1dc9e8bf9a");' oncontextmenu='return shrug(18, "Ghostly Shell");'></td><td class="info">Ghostly Shell</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Ghostly+Shell&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Ghostly Shell effect">1196</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Ghostly+Shell&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Ghostly Shell"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/jinglebells.gif" width=30 height=30  onClick='eff("a32acc4a5de83386ae3417140d09bf43");' oncontextmenu='return shrug(699, "Jingle Jangle Jingle");'></td><td class="info">Jingle Bells</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Jingle+Jangle+Jingle&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Jingle Jangle Jingle effect">1208</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Jingle+Bells&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Jingle Jangle Jingle"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/empathy.gif" width=30 height=30  onClick='eff("ac32e95f470a7e0999863fa0db58d808");' oncontextmenu='return shrug(50, "Empathy");'></td><td class="info">Empathy</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Empathy&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Empathy effect">1295</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Empathy+of+the+Newt&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Empathy"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/string.gif" width=30 height=30  onClick='eff("2d6d3ab04b40e1523aa9c716a04b3aab");'></td><td class="info">Leash of Linguini</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Leash+of+Linguini&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Leash of Linguini effect">1756</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Leash+of+Linguini&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Leash of Linguini"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr></tbody><tbody class="intrinsics"><tr class="effect" style="color:red;font-style:italic"><td class="icon"><img src="/images/itemimages/flame.gif" onClick='eff("050dd88888b1ac9a2192cd71fd175a45");'></td><td class="info" colspan="2">Spirit of Cayenne</td><td class="infinity">∞</td></tr></tbody></table></div><div id="chit_floor" class="chit_chamber"><table id="chit_toolbar"><tr><th><ul style="float:left"><li><a href="charpane.php" title="Reload"><img src="/images/relayimages/chit/refresh.png"></a></li></ul><ul style="float:right"><li><a title="Save as Mood" href="/KoLmafia/sideCommand?cmd=save+as+mood&pwd=11eaab782a2c45b411528fca7018a49c"><img src="/images/relayimages/chit/moodsave.png"></a></li></ul><ul><li><a class="tool_launcher" title="Modifiers" href="#" rel="modifiers"><img src="/images/relayimages/chit/modifiers.png"></a></li><li><a class="tool_launcher" title="Recent Adventures" href="#" rel="trail"><img src="/images/relayimages/chit/trail.png"></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 Thine Familiar Well</th></tr><tr class="pickitem"><td class="remove"><a class="change" href="/KoLmafia/sideCommand?cmd=remove+familiar&pwd=11eaab782a2c45b411528fca7018a49c" title="Unequip Snow Suit">Remove equipment<br /><span style='color:#707070'>Weight: +20<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=remove+familiar&pwd=11eaab782a2c45b411528fca7018a49c" title="Unequip Snow Suit"><img src="/images/itemimages/snowsuit.gif"></a></td></tr><tr class="pickloader" style="display:none"><td class="info">Changing Equipment...</td><td class="icon"><img src="/images/itemimages/karma.gif"></td></tr><tr class="pickitem"><td class="fold"><a target=mainpane class="change" href="inventory.php?pwd=11eaab782a2c45b411528fca7018a49c&action=decorate" title="Decorate your Snow Suit's face">Decorate Snow Suit<br /><span style="color:#707070">Choose a Face</span></a></td><td class="icon"><a target=mainpane class="change" href="inventory.php?pwd=11eaab782a2c45b411528fca7018a49c&action=decorate" title="Decorate your Snow Suit's face"><img src="/images/itemimages/snowface3.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+little+box+of+fireworks&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip little box of fireworks">little box of fireworks<br /><span style='color:#707070'>Fam Exp: +1.5, Item (sporadic): +12.5<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+little+box+of+fireworks&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip little box of fireworks"><img src="/images/itemimages/fireworksbox.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+plastic+pumpkin+bucket&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip plastic pumpkin bucket">plastic pumpkin bucket<br /><span style='color:#707070'>Item: +13<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+plastic+pumpkin+bucket&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip plastic pumpkin bucket"><img src="/images/itemimages/punkin.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+lucky+Tam+O%27Shanter&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip lucky Tam O'Shanter">lucky Tam O'Shanter<br /><span style='color:#707070'>Meat: +50<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+lucky+Tam+O%27Shanter&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip lucky Tam O'Shanter"><img src="/images/itemimages/tamo.gif"></a></td></tr><tr class="pickitem"><td class="retrieve"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+Mayflower+bouquet&pwd=11eaab782a2c45b411528fca7018a49c" title="Retrieve and equip Mayflower bouquet">Mayflower bouquet<br /><span style='color:#707070'>Fam Exp: +0.625, Meat (sporadic): +5, Item (sporadic): +2.5, Fam Exp: +0.375<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+Mayflower+bouquet&pwd=11eaab782a2c45b411528fca7018a49c" title="Retrieve and equip Mayflower bouquet"><img src="/images/itemimages/maybouquet.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+miniature+gravy-covered+maypole&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip miniature gravy-covered maypole">miniature gravy-covered maypole<br /><span style='color:#707070'>Item: +25<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+miniature+gravy-covered+maypole&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip miniature gravy-covered maypole"><img src="/images/itemimages/maypole.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+wax+lips&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip wax lips">wax lips<br /><span style='color:#707070'>Fam Exp: +3<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+wax+lips&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip wax lips"><img src="/images/itemimages/waxlips.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+tiny+costume+wardrobe&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip tiny costume wardrobe">tiny costume wardrobe<br /><span style='color:#707070'>Doppelshifter<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+tiny+costume+wardrobe&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip tiny costume wardrobe"><img src="/images/itemimages/wardrobe.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+flaming+familiar+doppelg%26auml%3Bnger&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip flaming familiar doppelgänger">flaming familiar doppelgänger<br /><span style='color:#707070'>ML: +5, Fam Exp: +1.5<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+flaming+familiar+doppelg%26auml%3Bnger&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip flaming familiar doppelgänger"><img src="/images/itemimages/ffdop.gif"></a></td></tr><tr class="pickitem"><td class="fold"><a class="change" href="/KoLmafia/sideCommand?cmd=fold+origami+%26quot%3Bgentlemen%27s%26quot%3B+magazine;equip+familiar+origami+%26quot%3Bgentlemen%27s%26quot%3B+magazine&pwd=11eaab782a2c45b411528fca7018a49c" title="Fold and equip origami "gentlemen's" magazine">origami "gentlemen's" magazine</a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=fold+origami+%26quot%3Bgentlemen%27s%26quot%3B+magazine;equip+familiar+origami+%26quot%3Bgentlemen%27s%26quot%3B+magazine&pwd=11eaab782a2c45b411528fca7018a49c" title="Fold and equip origami "gentlemen's" magazine"><img src="/images/itemimages/origamimag.gif"></a></td></tr><tr class="pickitem"><td class="fold"><a class="change" href="/KoLmafia/sideCommand?cmd=fold+Loathing+Legion+helicopter;equip+familiar+Loathing+Legion+helicopter&pwd=11eaab782a2c45b411528fca7018a49c" title="Fold and equip Loathing Legion helicopter">Legion Helicopter<br /><span style='color:#707070'>Familiar acts more often<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=fold+Loathing+Legion+helicopter;equip+familiar+Loathing+Legion+helicopter&pwd=11eaab782a2c45b411528fca7018a49c" title="Fold and equip Loathing Legion helicopter"><img src="/images/itemimages/llhelicopter.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+Li%27l+Businessman+Kit&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip Li'l Businessman Kit">Li'l Businessman Kit<br /><span style='color:#707070'>Meat: +5, Item: +5<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+Li%27l+Businessman+Kit&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip Li'l Businessman Kit"><img src="/images/itemimages/businesskit.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+little+bitty+bathysphere&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip little bitty bathysphere">little bitty bathysphere<br /><span style='color:#707070'>Weight: -20, Underwater Familiar "adventure underwater"<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+little+bitty+bathysphere&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip little bitty bathysphere"><img src="/images/itemimages/bathysphere.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+sugar+shield&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip sugar shield">sugar shield<br /><span style='color:#707070'>Weight: +10<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+sugar+shield&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip sugar shield"><img src="/images/itemimages/sugshield.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+das+boot&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip das boot">das boot<br /><span style='color:#707070'>Weight: -10, Underwater<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+das+boot&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip das boot"><img src="/images/itemimages/dasboot.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+lead+necklace&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip lead necklace">lead necklace<br /><span style='color:#707070'>Weight: +3<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+lead+necklace&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip lead necklace"><img src="/images/itemimages/lnecklace.gif"></a></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="/images/itemimages/karma.gif"></td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+0&pwd=11eaab782a2c45b411528fca7018a49c">Turn it off</a></td><td class="level">0</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+1&pwd=11eaab782a2c45b411528fca7018a49c">Turn it mostly off</a></td><td class="level">1</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+2&pwd=11eaab782a2c45b411528fca7018a49c">Ratsworth's money clip</a></td><td class="level">2</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+3&pwd=11eaab782a2c45b411528fca7018a49c">Glass Balls of the King</a></td><td class="level">3</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+4&pwd=11eaab782a2c45b411528fca7018a49c">Boss Bat britches</a></td><td class="level">4</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+5&pwd=11eaab782a2c45b411528fca7018a49c">Rib of the Bonerdagon</a></td><td class="level">5</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+6&pwd=11eaab782a2c45b411528fca7018a49c">Horoscope of the Hermit</a></td><td class="level">6</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+7&pwd=11eaab782a2c45b411528fca7018a49c">Codpiece of the Goblin King</a></td><td class="level">7</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+8&pwd=11eaab782a2c45b411528fca7018a49c">Boss Bat bling</a></td><td class="level">8</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+9&pwd=11eaab782a2c45b411528fca7018a49c">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_toolmodifiers" class="chit_skeleton" style="display:none"><table id="chit_modifiers" class="chit_brick nospace"><thead><tr><th colspan="2">Modifiers</th></tr></thead><tbody><tr><td class="label">Meat Drop</td><td class="info">+979,71%</td></tr><tr><td class="label">Item Drop</td><td class="info">+185,%</td></tr><tr><td class="label">  Forced Drop @</td><td class="info">36%</td></tr></tbody><tbody><tr><td class="label">Monster Level</td><td class="info">+80</td></tr><tr><td class="label">Initiative</td><td class="info">+80%</td></tr><tr><td class="label">Modified Init</td><td class="info">-10%</tr><tr><td class="label">Combat Rate</td><td class="info">+0%</td></tr></tbody><tbody><tr><td class="label">Damage Absorp</td><td class="info">90% (1 120)</td></tr><tr><td class="label">Damage Red</td><td class="info">18</td></tr></tbody><tbody><tr><td class="label">Spell Damage</td><td class="info">+20 </td></tr><tr><td class="label">Weapon Damage</td><td class="info">+30 / +70%</td></tr><tr><td class="label">Ranged Damage</td><td class="info">+15 </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="place.php?whichplace=junggate_6">Last Adventure</a></th></tr><tr><td class="last"><a class="visit" target="mainpane" href="adventure.php?snarfblat=305">The Nightmare Meatrealm</a></td></tr><tr><td><a class="visit" target="mainpane" href="adventure.php?snarfblat=267">Hamburglaris Shield Generator</a></td></tr></table></div></div></div></body></html>
Just in case you'd like it for when there's nothing in the walls as well, here it is:
HTML:
<html><head> <meta http-equiv="X-UA-Compatible" content="IE=8" />  <link rel="stylesheet" type="text/css" href="/images/styles.css"> <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="/basics.js"></script><link rel="stylesheet" href="/basics.css" /> <link rel="stylesheet" href="chit.css"> </head> <script src="/images/scripts/window.js"></script> <script type="text/javascript" src="/images/scripts/jquery-1.3.1.min.js"></script> <script language=Javascript src="/images/scripts/keybinds.min.2.js"></script> <script language=Javascript src="/images/scripts/window.20111231.js"></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="/images/scripts/jquery-1.3.1.min.js"></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) {     $.ajax({         type: 'GET', url: dourl, cache: false,         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(); }                 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(); }         }     }); }      var CURFAM = 166;     var FAMILIARFAVES = [["Fenrir","Pair of Stomping Boots","stompboots",150],["Fenrir","Green Pixie","pictsie",70],["Fenrir","Rogue Program","tronguy",135],["Fenrir","Stocking Mimic","smimic",120],["Fenrir","Fancypants Scarecrow","pantscrow2",152],["Fenrir","Mini-Hipster","minihipster",136],["Fenrir","Obtuse Angel","obtuseangel",146],["Fenrir","He-Boulder","heboulder",113],["Fenrir","Frumious Bandersnatch","bandersnatch",105],["snÃ;Ã","Baby Bugged Bugbear","babybugbug",124] ]; </script>      <script type="text/javascript">     var turnsplayed = 488308; var turnsthisrun = 29516; var rollover = 1362626998; var rightnow = 1362609504; var playerid = 352230; var pwdhash = "11eaab782a2c45b411528fca7018a49c"; 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());     });     if (hide_nudges) $('#nudges td div').hover(         function () {             if (!hide_nudges) return;             var ht = '<a href="#" class="close"><img alt="Hide" title="Hide"  src="/images/closebutton.gif" /></a>';             var c = $(ht);             $(this).append(c);             c.click(function () {                 var key = $(this).parents('tr:first').attr('rel');                 $(this).parents('tr:first').remove();                 setCookie(key, 1);             });         },             function () {                 if (!hide_nudges) return;                 $(this).find('.close').remove();             }     ); }); </script> <script language=Javascript src="/images/scripts/charpane.4.js"></script> <script type="text/javascript" src="/images/scripts/cookie.20121112.js"></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="chit.js"></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="3"><a target="mainpane" href="charsheet.php">Ereinion</a> (<span style='cursor: hand; cursor: pointer;' onClick='outfit("47");'>Hodgman's Regal Frippery</span>)</th></th></tr><tr><td rowspan="4" class="avatar"><a target="mainpane" href="charsheet.php"><img src="/images/otherimages/customavatars/352230.gif"></a></td><td class="label"><a target="mainpane" href="guild.php?guild=m" title="Visit your guild">Mad Wizard of Ee</a></td><td class="level" rowspan="2"><a target="mainpane" href="council.php" title="Visit the Council">35</a></td></tr><tr><td class="info">Aftercore</td></tr><tr><td class="info">No Restrictions</td></tr><tr><td colspan="2"><div class="chit_resource"><div title="Meat" style="float:left"><span>284 329 888</span><img src="/images/itemimages/meat.gif"></div><div title="262 Adventures remaining" style="float:right"><span>262</span><img src="/images/itemimages/slimhourglass.gif"></div></div><div style="clear:both"></div></td></tr><tr><td class="progress" colspan="3" title="8 mysticality until level 36  (17 183 substats needed)" ><div class="progressbar" style="width:89.57601567571174%"></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">1 646</span>  (888)</td><td class="progress"><div class="progressbox" title="1254 / 1777 (523 needed)"><div class="progressbar" style="width:70.56837366347777%"></div></div></td></tr><tr><td class="label">Myst</td><td class="info"><span style="color:blue">2 262</span>  (1221)</td><td class="progress"><div class="progressbox" title="2417 / 2443 (26 needed)"><div class="progressbar" style="width:98.93573475235367%"></div></div></td></tr><tr><td class="label">Moxie</td><td class="info"><span style="color:blue">2 318</span>  (866)</td><td class="progress"><div class="progressbox" title="54 / 1733 (1679 needed)"><div class="progressbar" style="width:3.11598384304674%"></div></div></td></tr></tbody><tbody><tr><td class="label">Spleen</td><td class="info">15 / 15</td><td class="progress"><div class="progressbox" title="Your spleen can't take any more abuse today"><div class="progressbar" style="width:100.0%;background-color:#707070"></div></div></td></tr><tr><td class="label">Stomach</td><td class="info">19 / 20</td><td class="progress"><div class="progressbox" title="Hmmm... pies"><div class="progressbar" style="width:95.0%;background-color:green"></div></div></td></tr><tr><td class="label">Liver</td><td class="info">14 / 14</td><td class="progress"><div class="progressbox" title="You can't handle any more booze today"><div class="progressbar" style="width:100.0%;background-color:#707070"></div></div></td></tr></tbody><tbody><tr><td class="label">HP</td><td class="info"><a title="Restore HP" href="/KoLmafia/sideCommand?cmd=restore+hp&pwd=11eaab782a2c45b411528fca7018a49c">1833 / 2359</a></td><td class="progress"><a href="/KoLmafia/sideCommand?cmd=restore+hp&pwd=11eaab782a2c45b411528fca7018a49c"><div class="progressbox" title="Restore your HP"><div class="progressbar" style="width:77.70241627808393%;background-color:orange"></div></div></a></td></tr><tr><td class="label">MP</td><td class="info">3184 / 4914</td><td class="progress"><a href="/KoLmafia/sideCommand?cmd=restore+mp&pwd=11eaab782a2c45b411528fca7018a49c"><div class="progressbox" title="Restore your MP"><div class="progressbar" style="width:64.7944647944648%;background-color:orange"></div></div></a></td></tr></tbody><tbody><tr><td class="label"><a href="inv_use.php?pwd=11eaab782a2c45b411528fca7018a49c&which=3&whichitem=2682" target="mainpane" title="Detuned Radio">Radio</a></td><td class="info"><span style="color:blue" title="Total ML">+80</span>  (<a href="#" class="chit_launcher" rel="chit_pickermcd" title="Turn it up or down, man">10</a>)</td><td class="progress"><a href="#" id="chit_mcdlauncher" class="chit_launcher" rel="chit_pickermcd"><div class="progressbox" title="Turn it up or down, man"><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">106</th><th><a target=mainpane href="familiar.php" class="familiarpick" title="Visit your terrarium">Tot</a></th><th width="30"> </th></tr><tr><td class="icon" title="Visit your terrarium"><a target=mainpane href="familiar.php" class="familiarpick"><img src="/images/itemimages/uc.gif"></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">(1/5, 0/3 carrots)</span></td><td class="icon"><a class="chit_launcher" rel="chit_pickerfam" href="#"><img title="Snow Suit" src="/images/itemimages/snowface3.gif"></a></td></tr></table><center id='rollover' class=tiny style='color: red; cursor: pointer;' onClick='doc("maintenance");'></center><table id="chit_effects" class="chit_brick nospace"><thead><tr><th colspan="4">Effects</th></tr></thead><tbody class="buffs"><tr class="effect"><td class="icon"><img src="/images/itemimages/snowcarrot.gif" width=30 height=30  onClick='eff("7788b095166a425339a98d9bb8c7cf2e");'></td><td class="info">Pla-see-bo</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Pla-see-bo&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Pla-see-bo effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=chew+1+carrot+juice&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Pla-see-bo"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/lasagna.gif" width=30 height=30  onClick='eff("a5afe11e9b9bf333b04548d0abf6e975");'></td><td class="info">Gar-ish</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Gar-ish&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Gar-ish effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+potion+of+the+field+gar&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Gar-ish"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/accordion.gif" width=30 height=30  onClick='eff("273149593cef0f682ac9ca7d2483d977");'></td><td class="info">Polka Face</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Polka+Face&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Polka Face effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+Polka+Pop&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Polka Face"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/pep_twist.gif" width=30 height=30  onClick='eff("30032941dd4926cf0905d5d7f683e70d");'></td><td class="info">Peppermint Twisted</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Peppermint+Twisted&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Peppermint Twisted effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+peppermint+twist&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Peppermint Twisted"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/pupils.gif" width=30 height=30  onClick='eff("c9cd2df50d6fb5a9d8d7544892c7e5b2");'></td><td class="info">Wasabi Sinuses</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Wasabi+Sinuses&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Wasabi Sinuses effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+Knob+Goblin+nasal+spray&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Wasabi Sinuses"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/meat.gif" width=30 height=30  onClick='eff("76a0c3b8b2ddd3cffbbb2c1de01fd41f");'></td><td class="info">Can't Be a Chooser</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Can%27t+Be+a+Chooser&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Can't Be a Chooser effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+begpwnia&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Can't Be a Chooser"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/happy.gif" width=30 height=30  onClick='eff("0bbb62f04a5dd69a88b608fe656a7752");'></td><td class="info">Heavy Petting</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Heavy+Petting&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Heavy Petting effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+Knob+Goblin+pet-buffing+spray&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Heavy Petting"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/2ball.gif" width=30 height=30  onClick='eff("0bc328cead1daf748aeee4b4d5d4545a");'></td><td class="info">Billiards Belligerence</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Billiards+Belligerence&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Billiards Belligerence effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=pool+1&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Billiards Belligerence"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/candyheart.gif" width=30 height=30  onClick='eff("c5981aab5e82b8b7acaa03836f2b8207");'></td><td class="info">Heart of Green</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Heart+of+Green&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Heart of Green effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+green+candy+heart&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Heart of Green"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/teeth.gif" width=30 height=30  onClick='eff("0acfb47ada804935ca1acf6ee1ae6dd7");'></td><td class="info">Bestial Sympathy</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Bestial+Sympathy&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Bestial Sympathy effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+half-orchid&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Bestial Sympathy"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/baggie.gif" width=30 height=30  onClick='eff("d3d104d1eba82fa3f564c2967461f122");'></td><td class="info">So You Can Work More...</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+So+You+Can+Work+More...&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the So You Can Work More... effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+baggie+of+powdered+sugar&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of So You Can Work More..."><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/teeth.gif" width=30 height=30  onClick='eff("2842a345ac05d148c862015d1fcc4e4b");'></td><td class="info">Man's Worst Enemy</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Man%27s+Worst+Enemy&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Man's Worst Enemy effect">9</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+disintegrating+spiky+collar&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Man's Worst Enemy"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/cran.gif" width=30 height=30  onClick='eff("f3f908946ea0a80e40d92e7db920e77d");'></td><td class="info">Cranberry Cordiality</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Cranberry+Cordiality&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Cranberry Cordiality effect">14</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+cranberry+cordial&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Cranberry Cordiality"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/blackberry.gif" width=30 height=30  onClick='eff("192d4ba46ffe2402b2ff321bafa2db43");'></td><td class="info">Blackberry Politeness</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Blackberry+Politeness&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Blackberry Politeness effect">14</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+blackberry+polite&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Blackberry Politeness"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/resolve_greedy.gif" width=30 height=30  onClick='eff("d8a4db321361fbfb6b4b51f9860d3210");'></td><td class="info">Greedy Resolve</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Greedy+Resolve&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Greedy Resolve effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+resolution%3A+be+wealthier&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Greedy Resolve"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/cupcake.gif" width=30 height=30  onClick='eff("09e15a3419f7729ab6d732654c9a01a2");'></td><td class="info">Your Cupcake Senses Are Tingling</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Your+Cupcake+Senses+Are+Tingling&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Your Cupcake Senses Are Tingling effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+pink-frosted+astral+cupcake&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Your Cupcake Senses Are Tingling"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/tongue.gif" width=30 height=30  onClick='eff("94e112e9d9e9899f283bbd1ddde77396");'></td><td class="info">Green Tongue</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Green+Tongue&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Green Tongue effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+green+snowcone&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Green Tongue"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/resolve_kind.gif" width=30 height=30  onClick='eff("853f46db06b5ac93411a309e4df63104");'></td><td class="info">Kindly Resolve</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Kindly+Resolve&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Kindly Resolve effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+resolution%3A+be+kinder&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Kindly Resolve"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/hare.gif" width=30 height=30  onClick='eff("907cb5ad2ab24111f4cc83b0609ad087");'></td><td class="info"><a href="rabbithole.php" target=mainpane>Down the Rabbit Hole</a></td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Down+the+Rabbit+Hole&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Down the Rabbit Hole effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+DRINK+ME+potion&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Down the Rabbit Hole"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/winking.gif" width=30 height=30  onClick='eff("148cc90a0b393072039a3fe128c61138");'></td><td class="info">Winklered</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Winklered&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Winklered effect">19</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=concert+Winklered&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Winklered"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/chorale.gif" width=30 height=30  onClick='eff("e9227c476b197f54d5fe6be5e52995b5");' oncontextmenu='return shrug(533, "Chorale of Companionship");'></td><td class="info">Chorale of Companionship</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Chorale+of+Companionship&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Chorale of Companionship effect">20</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+recording+of+Chorale+of+Companionship&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Chorale of Companionship"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/heart.gif" width=30 height=30  onClick='eff("12c7b88cf8ccdd388e7e6983bec5397d");'></td><td class="info">Cold Hearted</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Cold+Hearted&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Cold Hearted effect">29</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+1+love+song+of+icy+revenge&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Cold Hearted"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/dance1.gif" width=30 height=30  onClick='eff("15bdf07a543b55d176ef4c7dc7c8ddd0");'></td><td class="info">Dances with Tweedles</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Dances+with+Tweedles&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Dances with Tweedles effect">29</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=hatter+22&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Dances with Tweedles"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/confused.gif" width=30 height=30  onClick='eff("7a1d33bd3c697d55c26eb70a1845a5d5");'></td><td class="info">Je Ne Sais Porquoise</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Je+Ne+Sais+Porquoise&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Je Ne Sais Porquoise effect">49</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+either+1+jug+of+porquoise+juice%2C+1+flask+of+porquoise+juice%2C+1+vial+of+porquoise+juice&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Je Ne Sais Porquoise"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/buttrock.gif" width=30 height=30  onClick='eff("04bc18fe47f495a894774fa1bbb9713d");'></td><td class="info">Butt-Rock Hair</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Butt-Rock+Hair&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Butt-Rock Hair effect">115</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=use+5+hair+spray&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Butt-Rock Hair"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect" style="background-color:khaki"><td class="icon"><img src="/images/itemimages/fortune.gif"></td><td class="info">Fortune Cookie</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=counters+deletehash+22050145&pwd=11eaab782a2c45b411528fca7018a49c">175</a></td><td> </td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/urkels.gif" width=30 height=30  onClick='eff("59a1ac48440e1ea1f869f2b37753f9cc");' oncontextmenu='return shrug(164, "Ur-Kel's Aria of Annoyance");'></td><td class="info">Urkel's</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Ur-Kel%27s+Aria+of+Annoyance&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Ur-Kel's Aria of Annoyance effect">945</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Ur-Kel%27s+Aria+of+Annoyance&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Ur-Kel's Aria of Annoyance"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/superiority.gif" width=30 height=30  onClick='eff("2e5a803cf1be5b3d2aaa897e60f29138");' oncontextmenu='return shrug(70, "Stevedave's Shanty of Superiority");'></td><td class="info">Shanty of Superiority</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Stevedave%27s+Shanty+of+Superiority&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Stevedave's Shanty of Superiority effect">1173</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Stevedave%27s+Shanty+of+Superiority&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Stevedave's Shanty of Superiority"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/scharm.gif" width=30 height=30  onClick='eff("6c7b4a5a3c6807d21493f1253bf8dfd9");' oncontextmenu='return shrug(19, "Reptilian Fortitude");'></td><td class="info">Reptilian Fortitude</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Reptilian+Fortitude&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Reptilian Fortitude effect">1184</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Reptilian+Fortitude&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Reptilian Fortitude"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/snapper.gif" width=30 height=30  onClick='eff("c05dc4b01f6f2826be599f07620979f7");' oncontextmenu='return shrug(51, "Tenacity of the Snapper");'></td><td class="info">Tenacity of the Snapper</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Tenacity+of+the+Snapper&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Tenacity of the Snapper effect">1187</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Tenacity+of+the+Snapper&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Tenacity of the Snapper"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/blackshell.gif" width=30 height=30  onClick='eff("4e66acac6b908fb6f70b49092dcff375");' oncontextmenu='return shrug(52, "Astral Shell");'></td><td class="info">Astral Shell</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Astral+Shell&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Astral Shell effect">1187</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Astral+Shell&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Astral Shell"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/elesphere.gif" width=30 height=30  onClick='eff("e3d1d1099648703e192a55a9aea17a1e");' oncontextmenu='return shrug(53, "Elemental Saucesphere");'></td><td class="info">Elemental Sauce</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Elemental+Saucesphere&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Elemental Saucesphere effect">1193</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Elemental+Saucesphere&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Elemental Saucesphere"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/ghosturtle.gif" width=30 height=30  onClick='eff("9d5cb67507556bb105664b1dc9e8bf9a");' oncontextmenu='return shrug(18, "Ghostly Shell");'></td><td class="info">Ghostly Shell</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Ghostly+Shell&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Ghostly Shell effect">1196</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Ghostly+Shell&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Ghostly Shell"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/jinglebells.gif" width=30 height=30  onClick='eff("a32acc4a5de83386ae3417140d09bf43");' oncontextmenu='return shrug(699, "Jingle Jangle Jingle");'></td><td class="info">Jingle Bells</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Jingle+Jangle+Jingle&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Jingle Jangle Jingle effect">1208</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Jingle+Bells&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Jingle Jangle Jingle"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/empathy.gif" width=30 height=30  onClick='eff("ac32e95f470a7e0999863fa0db58d808");' oncontextmenu='return shrug(50, "Empathy");'></td><td class="info">Empathy</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Empathy&pwd=11eaab782a2c45b411528fca7018a49c" title="Shrug off the Empathy effect">1295</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Empathy+of+the+Newt&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Empathy"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr><tr class="effect"><td class="icon"><img src="/images/itemimages/string.gif" width=30 height=30  onClick='eff("2d6d3ab04b40e1523aa9c716a04b3aab");'></td><td class="info">Leash of Linguini</td><td class="shrug"><a href="/KoLmafia/sideCommand?cmd=uneffect+Leash+of+Linguini&pwd=11eaab782a2c45b411528fca7018a49c" title="Use a remedy to remove the Leash of Linguini effect">1756</a></td><td class="powerup"><a href="/KoLmafia/sideCommand?cmd=cast+1+Leash+of+Linguini&pwd=11eaab782a2c45b411528fca7018a49c" title="Increase rounds of Leash of Linguini"><img src="/images/relayimages/chit/up.png" border=0></a></td></tr></tbody><tbody class="intrinsics"><tr class="effect" style="color:red;font-style:italic"><td class="icon"><img src="/images/itemimages/flame.gif" onClick='eff("050dd88888b1ac9a2192cd71fd175a45");'></td><td class="info" colspan="2">Spirit of Cayenne</td><td class="infinity">∞</td></tr></tbody></table></div><div id="chit_walls" class="chit_chamber"></div><div id="chit_floor" class="chit_chamber"><table id="chit_toolbar"><tr><th><ul style="float:left"><li><a href="charpane.php" title="Reload"><img src="/images/relayimages/chit/refresh.png"></a></li></ul><ul style="float:right"><li><a title="Save as Mood" href="/KoLmafia/sideCommand?cmd=save+as+mood&pwd=11eaab782a2c45b411528fca7018a49c"><img src="/images/relayimages/chit/moodsave.png"></a></li></ul><ul><li><a class="tool_launcher" title="Modifiers" href="#" rel="modifiers"><img src="/images/relayimages/chit/modifiers.png"></a></li><li><a class="tool_launcher" title="Recent Adventures" href="#" rel="trail"><img src="/images/relayimages/chit/trail.png"></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 Thine Familiar Well</th></tr><tr class="pickitem"><td class="remove"><a class="change" href="/KoLmafia/sideCommand?cmd=remove+familiar&pwd=11eaab782a2c45b411528fca7018a49c" title="Unequip Snow Suit">Remove equipment<br /><span style='color:#707070'>Weight: +20<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=remove+familiar&pwd=11eaab782a2c45b411528fca7018a49c" title="Unequip Snow Suit"><img src="/images/itemimages/snowsuit.gif"></a></td></tr><tr class="pickloader" style="display:none"><td class="info">Changing Equipment...</td><td class="icon"><img src="/images/itemimages/karma.gif"></td></tr><tr class="pickitem"><td class="fold"><a target=mainpane class="change" href="inventory.php?pwd=11eaab782a2c45b411528fca7018a49c&action=decorate" title="Decorate your Snow Suit's face">Decorate Snow Suit<br /><span style="color:#707070">Choose a Face</span></a></td><td class="icon"><a target=mainpane class="change" href="inventory.php?pwd=11eaab782a2c45b411528fca7018a49c&action=decorate" title="Decorate your Snow Suit's face"><img src="/images/itemimages/snowface3.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+little+box+of+fireworks&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip little box of fireworks">little box of fireworks<br /><span style='color:#707070'>Fam Exp: +1.5, Item (sporadic): +12.5<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+little+box+of+fireworks&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip little box of fireworks"><img src="/images/itemimages/fireworksbox.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+plastic+pumpkin+bucket&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip plastic pumpkin bucket">plastic pumpkin bucket<br /><span style='color:#707070'>Item: +13<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+plastic+pumpkin+bucket&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip plastic pumpkin bucket"><img src="/images/itemimages/punkin.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+lucky+Tam+O%27Shanter&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip lucky Tam O'Shanter">lucky Tam O'Shanter<br /><span style='color:#707070'>Meat: +50<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+lucky+Tam+O%27Shanter&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip lucky Tam O'Shanter"><img src="/images/itemimages/tamo.gif"></a></td></tr><tr class="pickitem"><td class="retrieve"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+Mayflower+bouquet&pwd=11eaab782a2c45b411528fca7018a49c" title="Retrieve and equip Mayflower bouquet">Mayflower bouquet<br /><span style='color:#707070'>Fam Exp: +0.625, Meat (sporadic): +5, Item (sporadic): +2.5, Fam Exp: +0.375<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+Mayflower+bouquet&pwd=11eaab782a2c45b411528fca7018a49c" title="Retrieve and equip Mayflower bouquet"><img src="/images/itemimages/maybouquet.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+miniature+gravy-covered+maypole&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip miniature gravy-covered maypole">miniature gravy-covered maypole<br /><span style='color:#707070'>Item: +25<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+miniature+gravy-covered+maypole&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip miniature gravy-covered maypole"><img src="/images/itemimages/maypole.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+wax+lips&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip wax lips">wax lips<br /><span style='color:#707070'>Fam Exp: +3<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+wax+lips&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip wax lips"><img src="/images/itemimages/waxlips.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+tiny+costume+wardrobe&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip tiny costume wardrobe">tiny costume wardrobe<br /><span style='color:#707070'>Doppelshifter<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+tiny+costume+wardrobe&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip tiny costume wardrobe"><img src="/images/itemimages/wardrobe.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+flaming+familiar+doppelg%26auml%3Bnger&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip flaming familiar doppelgänger">flaming familiar doppelgänger<br /><span style='color:#707070'>ML: +5, Fam Exp: +1.5<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+flaming+familiar+doppelg%26auml%3Bnger&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip flaming familiar doppelgänger"><img src="/images/itemimages/ffdop.gif"></a></td></tr><tr class="pickitem"><td class="fold"><a class="change" href="/KoLmafia/sideCommand?cmd=fold+origami+%26quot%3Bgentlemen%27s%26quot%3B+magazine;equip+familiar+origami+%26quot%3Bgentlemen%27s%26quot%3B+magazine&pwd=11eaab782a2c45b411528fca7018a49c" title="Fold and equip origami "gentlemen's" magazine">origami "gentlemen's" magazine</a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=fold+origami+%26quot%3Bgentlemen%27s%26quot%3B+magazine;equip+familiar+origami+%26quot%3Bgentlemen%27s%26quot%3B+magazine&pwd=11eaab782a2c45b411528fca7018a49c" title="Fold and equip origami "gentlemen's" magazine"><img src="/images/itemimages/origamimag.gif"></a></td></tr><tr class="pickitem"><td class="fold"><a class="change" href="/KoLmafia/sideCommand?cmd=fold+Loathing+Legion+helicopter;equip+familiar+Loathing+Legion+helicopter&pwd=11eaab782a2c45b411528fca7018a49c" title="Fold and equip Loathing Legion helicopter">Legion Helicopter<br /><span style='color:#707070'>Familiar acts more often<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=fold+Loathing+Legion+helicopter;equip+familiar+Loathing+Legion+helicopter&pwd=11eaab782a2c45b411528fca7018a49c" title="Fold and equip Loathing Legion helicopter"><img src="/images/itemimages/llhelicopter.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+Li%27l+Businessman+Kit&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip Li'l Businessman Kit">Li'l Businessman Kit<br /><span style='color:#707070'>Meat: +5, Item: +5<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+Li%27l+Businessman+Kit&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip Li'l Businessman Kit"><img src="/images/itemimages/businesskit.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+little+bitty+bathysphere&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip little bitty bathysphere">little bitty bathysphere<br /><span style='color:#707070'>Weight: -20, Underwater Familiar "adventure underwater"<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+little+bitty+bathysphere&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip little bitty bathysphere"><img src="/images/itemimages/bathysphere.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+sugar+shield&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip sugar shield">sugar shield<br /><span style='color:#707070'>Weight: +10<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+sugar+shield&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip sugar shield"><img src="/images/itemimages/sugshield.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+das+boot&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip das boot">das boot<br /><span style='color:#707070'>Weight: -10, Underwater<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+das+boot&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip das boot"><img src="/images/itemimages/dasboot.gif"></a></td></tr><tr class="pickitem"><td class="inventory"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+lead+necklace&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip lead necklace">lead necklace<br /><span style='color:#707070'>Weight: +3<span></a></td><td class="icon"><a class="change" href="/KoLmafia/sideCommand?cmd=equip+familiar+lead+necklace&pwd=11eaab782a2c45b411528fca7018a49c" title="Equip lead necklace"><img src="/images/itemimages/lnecklace.gif"></a></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="/images/itemimages/karma.gif"></td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+0&pwd=11eaab782a2c45b411528fca7018a49c">Turn it off</a></td><td class="level">0</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+1&pwd=11eaab782a2c45b411528fca7018a49c">Turn it mostly off</a></td><td class="level">1</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+2&pwd=11eaab782a2c45b411528fca7018a49c">Ratsworth's money clip</a></td><td class="level">2</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+3&pwd=11eaab782a2c45b411528fca7018a49c">Glass Balls of the King</a></td><td class="level">3</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+4&pwd=11eaab782a2c45b411528fca7018a49c">Boss Bat britches</a></td><td class="level">4</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+5&pwd=11eaab782a2c45b411528fca7018a49c">Rib of the Bonerdagon</a></td><td class="level">5</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+6&pwd=11eaab782a2c45b411528fca7018a49c">Horoscope of the Hermit</a></td><td class="level">6</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+7&pwd=11eaab782a2c45b411528fca7018a49c">Codpiece of the Goblin King</a></td><td class="level">7</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+8&pwd=11eaab782a2c45b411528fca7018a49c">Boss Bat bling</a></td><td class="level">8</td></tr><tr class="pickitem "><td class="info"><a class="change"  href="/KoLmafia/sideCommand?cmd=mcd+9&pwd=11eaab782a2c45b411528fca7018a49c">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_toolmodifiers" class="chit_skeleton" style="display:none"><table id="chit_modifiers" class="chit_brick nospace"><thead><tr><th colspan="2">Modifiers</th></tr></thead><tbody><tr><td class="label">Meat Drop</td><td class="info">+979,71%</td></tr><tr><td class="label">Item Drop</td><td class="info">+185,%</td></tr><tr><td class="label">  Forced Drop @</td><td class="info">36%</td></tr></tbody><tbody><tr><td class="label">Monster Level</td><td class="info">+80</td></tr><tr><td class="label">Initiative</td><td class="info">+80%</td></tr><tr><td class="label">Modified Init</td><td class="info">-10%</tr><tr><td class="label">Combat Rate</td><td class="info">+0%</td></tr></tbody><tbody><tr><td class="label">Damage Absorp</td><td class="info">90% (1 120)</td></tr><tr><td class="label">Damage Red</td><td class="info">18</td></tr></tbody><tbody><tr><td class="label">Spell Damage</td><td class="info">+20 </td></tr><tr><td class="label">Weapon Damage</td><td class="info">+30 / +70%</td></tr><tr><td class="label">Ranged Damage</td><td class="info">+15 </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="place.php?whichplace=junggate_6">Last Adventure</a></th></tr><tr><td class="last"><a class="visit" target="mainpane" href="adventure.php?snarfblat=305">The Nightmare Meatrealm</a></td></tr><tr><td><a class="visit" target="mainpane" href="adventure.php?snarfblat=267">Hamburglaris Shield Generator</a></td></tr></table></div></div></div></body></html>
Again, thanks a ton for putting in the effort :)
 

AlbinoRhino

Active member
For some reason, your browser is assigning height to that empty <center> tag when ours are not. There is an associated onclick event with the tag, which might be why it is giving it height (so you can click it). Do you get the maintenance documentation if you click that empty space ?
 
Last edited:

AlbinoRhino

Active member
ereinion, I see that you have chit.floor.layout = toolbar. Could you set that = "" (blank) and see if it makes any difference with your blank space ?
 

AlbinoRhino

Active member
Bale,

I have noticed that, when in aftercore, and I have a great deal of generic familiar equipment available to me, that the picker list for the familiar equipment is actually taller than the frame and the top of the list is unreachable. I am attaching a modified copy of chit.css which limits the height of this list and adds a scrollbar when the list content exceeds that height. Could you please include this change in a future version ? Thanks.
 

Attachments

  • chit.css
    10.4 KB · Views: 25

AlbinoRhino

Active member
ereinion, One more thing we could try (if you are not totally annoyed with me yet). If you could start in your familiar box somewhere, perhaps somewhere in the text that gives the type of familiar and select from there, past the blank spot, until the word "Effects" is also highlighted. Right-click on the selected text somewhere and click "View selection source", FF should open a window in which a portion of html will be highlighted. If you could copy that portion of html and post it here, it could possibly be helpful.
 

Bale

Minion
I have noticed that, when in aftercore, and I have a great deal of generic familiar equipment available to me, that the picker list for the familiar equipment is actually taller than the frame and the top of the list is unreachable. I am attaching a modified copy of chit.css which limits the height of this list and adds a scrollbar when the list content exceeds that height. Could you please include this change in a future version ? Thanks.

I deeply appreciate the request. Please feel free to suggest other improvements. Once you finish solving ereinion's problem I'll release a new version containing the change.
 

AlbinoRhino

Active member
Chit-settings:
Code:
chit.character.avatar    true
chit.character.customtitle    true
chit.character.title    true
chit.checkversion    true
chit.disable    false
chit.effects.classicons    none
chit.effects.layout    buffs,intrinsics
chit.effects.modicons    false
chit.effects.showicons    true
chit.effects.usermap    false[COLOR=#ff0000]
chit.effects.wrapCookie    false[/COLOR]
chit.familiar.hats    spangly sombrero,sugar chapeau
chit.familiar.pants    spangly mariachi pants
chit.familiar.protect    false
chit.familiar.showlock    false
chit.familiar.weapons    time sword,velcro broadsword,velcro paddleball
chit.floor.layout    toolbar
chit.helpers.dancecard    true
chit.helpers.semirare    true
chit.helpers.wormwood    mainstat5,stats5
chit.kol.coolimages    true
chit.quests.hide    true
chit.roof.layout    character,stats,familiar,effects
chit.stats.layout    muscle,myst,moxie|spleen,stomach,liver|hp,mp,axel|mcd
chit.stats.showbars    true
chit.toolbar.layout    quests,helpers,modifiers,trail
chit.toolbar.moods    true
chit.walls.layout


Does anyone know what the setting in red is for ? I don't think I've ever seen it.
 
Top