Advertisement
Guest User

Untitled

a guest
Sep 26th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 38.22 KB | None | 0 0
  1. <html><head>
  2. <link rel="stylesheet" type="text/css" href="/images/styles.css">
  3. <style type="text/css">
  4.     #nudges div { position: relative; padding: 0px; }
  5.     #nudges div .close { position: absolute; top: -2px; right: -10px; border: 1px solid black; }
  6. </style>
  7. <script language="Javascript" src="/basics.js"></script><link rel="stylesheet" href="/basics.1.css" /></head>
  8. <script language=Javascript src="/images/scripts/keybinds.min.2.js"></script>
  9. <script language=Javascript src="/images/scripts/window.20111231.js"></script>
  10. <script language="javascript">function chatFocus(){if(top.chatpane.document.chatform.graf) top.chatpane.document.chatform.graf.focus();}
  11. 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>
  12. <script type="text/javascript" src="/images/scripts/pop_query.20130705.js"></script>
  13. <script type="text/javascript">
  14.  
  15.     var CURFAM = 112;
  16.     var FAMILIARFAVES = [["Fenrir","Jumpsuited Hound Dog","hounddog",69],["Fenrir","Fancypants Scarecrow","pantscrow2",152],["Fenrir","Reagnimated Gnome","frankengnome",162],["Fenrir","Baby Sandworm","babyworm",111],["Fenrir","Hovering Sombrero","hat2",18],["Fenrir","Pair of Stomping Boots","stompboots",150],["Fenrir","Gluttonous Green Ghost","ggg",74],["Fenrir","Bloovian Groose","groose",154],["Fenrir","Obtuse Angel","obtuseangel",146],["Nano-Fenrir","Nanorhino","nanorhino",167],["Fenrir","Stocking Mimic","smimic",120],["Fenrir","Hobo Monkey","hobomonkey",89],["Fenrir","Frumious Bandersnatch","bandersnatch",105],["Fenrir","Baby Bugged Bugbear","babybugbug",124],["Fenrir","Mini-Hipster","minihipster",136],["Fenrir","Rogue Program","tronguy",135],["Fenrira","Happy Medium","medium_0",159],["Fenrir","Angry Jung Man","jungman",165],["Fenrir","Artistic Goth Kid","crayongoth",160],["Fenrir","He-Boulder","heboulder",113],["Fenrir","Slimeling","slimeling",112] ];
  17. </script>
  18. <script type="text/javascript" src="/images/scripts/familiarfaves.20120307.js"></script>
  19.     <script type="text/javascript">
  20. var todo = [];
  21. function nextAction() {
  22.     var next_todo = todo.shift();
  23.     if (next_todo) {
  24.         eval(next_todo);
  25.     }
  26. }
  27. function dojax(dourl, afterFunc, hoverCaller, failureFunc, method, params) {
  28.     $.ajax({
  29.         type: method || 'GET', url: dourl, cache: false,
  30.         data: params || null,
  31.         global: false,
  32.         success: function (out) {
  33.             nextAction();
  34.             if (out.match(/no\|/)) {
  35.                 var parts = out.split(/\|/);
  36.                 if (failureFunc) failureFunc(parts[1]);
  37.                 else $('#ChatWindow').append('<font color="green">Oops!  Sorry, Dave, you appear to be ' + parts[1] + '.</font><br />' + "\n");
  38.                 return;
  39.             }
  40.  
  41.             if (hoverCaller)  {
  42.                 float_results(hoverCaller, out);
  43.                 if (afterFunc) { afterFunc(out); }
  44.                 return;
  45.             }           var $eff = $(top.mainpane.document).find('#effdiv');
  46.             if ($eff.length == 0) {
  47.                 var d = top.mainpane.document.createElement('DIV');
  48.                 d.id = 'effdiv';
  49.                 var b = top.mainpane.document.body;
  50.                 if ($('#content_').length > 0) {
  51.                     b = $('#content_ div:first')[0];
  52.                 }
  53.                 b.insertBefore(d, b.firstChild);
  54.                 $eff = $(d);
  55.             }
  56.             $eff.find('a[name="effdivtop"]').remove().end()
  57.                 .prepend('<a name="effdivtop"></a><center>' + out + '</center>').css('display','block');
  58.             if (!window.dontscroll || (window.dontscroll && dontscroll==0)) {
  59.                 top.mainpane.document.location = top.mainpane.document.location + "#effdivtop";
  60.             }
  61.             if (afterFunc) { afterFunc(out); }
  62.         }
  63.     });
  64. }
  65.     var turnsplayed = 543010;
  66. var turnsthisrun = 18980;
  67. var rollover = 1380252598;
  68. var rightnow = 1380229952;
  69. var playerid = 352230;
  70. var pwdhash = "cf4df6000b1a3d3f179092458e8c23d9";
  71. var hide_nudges = true;
  72. $(document).ready(function () {
  73.     $('.showall').live('click',function () {
  74.         var hidden = $(this).attr('rel');
  75.         var hd = hidden.split(/,/);
  76.         for (var i=0; i< hd.length; i++) {
  77.             deleteCookie(hd[i], '');
  78.         }
  79.         document.location = 'charpane.php?foo=' + escape(Math.random());
  80.     });
  81.     var multi = function  (e) {
  82.         e.preventDefault();
  83.         var link = this;
  84.         pop_query($(this), 'How many times?', 'Do It!', function (res) {
  85.             dojax(($(link).attr('href')+'&ajax=1').replace('qty=1', 'qty='+res));
  86.         });
  87.     };
  88.     $('.upeffect').click(function (e) {
  89.         e.preventDefault();
  90.         if (e.shiftKey) multi.apply(this, [e]);
  91.         else dojax($(this).attr('href')+'&ajax=1');
  92.     });
  93.     $('.upeffect').bind('contextmenu', multi);
  94.  
  95.     /*
  96.     try {
  97.         var $ue = $('.upeffect');
  98.         if (localStorage.getItem('showing-efarrows') != 1)
  99.             $ue.hide()
  100.         $ue.parents('td').css('width', '15');
  101.         $ue.parents('table').hover(function (e) {
  102.             $ue.show();
  103.             localStorage.setItem('showing-efarrows', 1);
  104.         }, function (e) {
  105.             $ue.hide();
  106.             localStorage.removeItem('showing-efarrows');
  107.         });
  108.     } catch (e) { }
  109.      */
  110.  
  111.     if (hide_nudges) $('#nudges td div').hover(
  112.         function () {
  113.             if (!hide_nudges) return;
  114.             var ht = '<a href="#" class="close"><img alt="Hide" title="Hide"  src="/images/closebutton.gif" /></a>';
  115.             var c = $(ht);
  116.             $(this).append(c);
  117.             c.click(function () {
  118.                 var key = $(this).parents('tr:first').attr('rel');
  119.                 $(this).parents('tr:first').remove();
  120.                 setCookie(key, 1);
  121.             });
  122.         },
  123.             function () {
  124.                 if (!hide_nudges) return;
  125.                 $(this).find('.close').remove();
  126.             }
  127.     );
  128. });
  129. </script>
  130. <script language=Javascript src="/images/scripts/charpane.20130711.js"></script>
  131. <script type="text/javascript" src="/images/scripts/cookie.20121112.js"></script>
  132. <script type="text/javascript">
  133. jQuery(function ($) {
  134.     $(window).resize(function () {
  135.         var winW = 300;
  136.         if (document.body && document.body.offsetWidth) { winW = document.body.offsetWidth; }
  137.         if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) { winW = document.documentElement.offsetWidth; }
  138.         if (window.innerWidth && window.innerHeight) { winW = window.innerWidth; }
  139.         setCookie('charpwd', winW, 365, true);
  140.     });
  141. })
  142. </script>
  143. <body onload="updateSafetyText();" bgcolor=white text=black link=black alink=black vlink=black onload='startup();'>
  144. <center id='rollover' class=tiny style='color: red; cursor: pointer;' onClick='doc("maintenance");'></center><center><table align=center><tr><td><a class=nounder target=mainpane href="charsheet.php"><img src="/images/otherimages/customavatars/352230.gif" width=60 height=100 border=0></a></td><td valign=center><center><a class=nounder target=mainpane href="charsheet.php"><b>Ereinion</b></a><br>Mad Wizard of Ee<br>(Level 35)<table title='49 / 69' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=5 width=71 bgcolor=#5A5A5A></td><td width=29 bgcolor=white></td></tr></table></td></tr></table><table align=center><tr><td align=right>Muscle:</td><td align=left><b><font color=blue>816</font>&nbsp;(888)</b><table title='25 / 1,777' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=0 bgcolor=#5A5A5A></td><td width=50 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Mysticality:</td><td align=left><b><font color=blue>1105</font>&nbsp;(1209)</b><table title='770 / 2,419' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=15 bgcolor=#5A5A5A></td><td width=35 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Moxie:</td><td align=left><b><font color=blue>1159</font>&nbsp;(846)</b><table title='1,663 / 1,693' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=49 bgcolor=#5A5A5A></td><td width=1 bgcolor=white></td></tr></table></td></tr><Tr><td align=right>Fullness:</td><td><b>20</b></td></tr><tr><td align=right>Drunkenness:</td><td><b>14</b></td></tr><tr><td colspan=2><center>You'd better keep an eye on your drinking...</center></td></tr></table><table cellpadding=3 align=center><tr><td align=center><img src="/images/itemimages/hp.gif" class=hand onclick='doc("hp");' title="Hit Points" alt="Hit Points"><br><span class=black>1197&nbsp;/&nbsp;1197</span></td><td align=center><img src="/images/itemimages/mp.gif" class=hand onclick='doc("mp");' title="Mana Points" alt="Mana Points"><br><span class=black><a style="color:black" title="Restore your MP" href="/KoLmafia/sideCommand?cmd=restore+MP&pwd=cf4df6000b1a3d3f179092458e8c23d9">1089</a>&nbsp;/&nbsp;2386</span></td></tr><tr><td align=center><img src="/images/itemimages/meat.gif" class=hand onclick='doc("meat");' title="Meat" alt="Meat"><br><span class=black>120,535,425</span></td><td align=center><img src="/images/itemimages/hourglass.gif" class=hand onclick='doc("adventures");' title="Adventures Remaining" alt="Adventures Remaining"><br><span class=black>166</span></td></tr></table><br><font size=2><a target=mainpane href="inv_use.php?pwd=cf4df6000b1a3d3f179092458e8c23d9&whichitem=2682">Detuned Radio</a>: <b>10</b></font><br><br><center id="nudgeblock"><font size=2><a class=nounder href=questlog.php target=mainpane><b>Current Quest:</b></a></font><br><table id="nudges"><tr rel="qn_ca3ebbb7bc1d4bdcb7bb932c9d9034a8"><td class="small" colspan="2"><div>Use the black glass to explore the <a class=nounder target=mainpane href=seafloor.php><b>Caliginous Abyss</b></a>.</div></td></tr></table><p></center><script type="text/javascript">hide_nudges = false;</script><center><font size=2><b><a onclick='if (top.mainpane.focus) top.mainpane.focus();' class=nounder href="mountains.php" target=mainpane>Last Adventure:</a></b></font><br><table cellspacing=0 cellpadding=0><tr><td><font size=2><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="adventure.php?snarfblat=360">A Freezing Abyssal Portal</a><br></font></td></tr></table><font size=1><nobr><a onclick='if (top.mainpane.focus) top.mainpane.focus();' target=mainpane href="adventure.php?snarfblat=340">Dreadsylvanian Castle</a></nobr></font></center><center><p><b><font size=2>Effects:</font></b><br><font size=2 color=gray>[<a title="I'm feeling moody" href="/KoLmafia/sideCommand?cmd=mood+execute&pwd=cf4df6000b1a3d3f179092458e8c23d9" style="color:gray">mood dreadsylvania</a>]</font><br><table><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/accordion.gif" width=30 height=30  onClick='eff("273149593cef0f682ac9ca7d2483d977");' oncontextmenu='return hardshrug(696, "Polka Face");'></td><td valign=center><font size=2>Polka Face (<a href="/KoLmafia/sideCommand?cmd=uneffect+Polka+Face&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Polka Face effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+Polka+Pop&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Polka Face"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/celesteyes.gif" width=30 height=30  onClick='eff("d650ad971bf6c21a87dd67ab829b2c1c");' oncontextmenu='return hardshrug(1205, "Celestial Vision");'></td><td valign=center><font size=2>Celestial Vision (<a href="/KoLmafia/sideCommand?cmd=uneffect+Celestial+Vision&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Celestial Vision effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+celestial+carrot+juice&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Celestial Vision"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/oneeye.gif" width=30 height=30  onClick='eff("25fcac6c285396f710bc74057f6f3ba9");' oncontextmenu='return hardshrug(309, "One Very Clear Eye");'></td><td valign=center><font size=2>One Very Clear Eye (<a href="/KoLmafia/sideCommand?cmd=uneffect+One+Very+Clear+Eye&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the One Very Clear Eye effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+cyclops+eyedrops&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of One Very Clear Eye"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/resolve_kind.gif" width=30 height=30  onClick='eff("853f46db06b5ac93411a309e4df63104");' oncontextmenu='return hardshrug(984, "Kindly Resolve");'></td><td valign=center><font size=2>Kindly Resolve (<a href="/KoLmafia/sideCommand?cmd=uneffect+Kindly+Resolve&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Kindly Resolve effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+resolution%3A+be+kinder&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Kindly Resolve"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/resolve_happy.gif" width=30 height=30  onClick='eff("dcae28866f7dbb0a82440948f8c46ae6");' oncontextmenu='return hardshrug(979, "Joyful Resolve");'></td><td valign=center><font size=2>Joyful Resolve (<a href="/KoLmafia/sideCommand?cmd=uneffect+Joyful+Resolve&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Joyful Resolve effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+resolution%3A+be+happier&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Joyful Resolve"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=789&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Juiced and Jacked"><span style="font-weight: bold"><img  alt="Click to use a pumpkin juice.  Right-click to use multiple." title="Click to use a pumpkin juice.  Right-click to use multiple." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/pumpkin.gif" width=30 height=30  onClick='eff("d36138a4b9525404d0592a676794e10b");' oncontextmenu='return hardshrug(789, "Juiced and Jacked");'></td><td valign=center><font size=2>Juiced and Jacked (<a href="/KoLmafia/sideCommand?cmd=uneffect+Juiced+and+Jacked&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Juiced and Jacked effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+pumpkin+juice&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Juiced and Jacked"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/bseye.gif" width=30 height=30  onClick='eff("76a38896d00f40442e3741d7e94bb5df");' oncontextmenu='return hardshrug(174, "Peeled Eyeballs");'></td><td valign=center><font size=2>Peeled Eyeballs (<a href="/KoLmafia/sideCommand?cmd=uneffect+Peeled+Eyeballs&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Peeled Eyeballs effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+Knob+Goblin+eyedrops&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Peeled Eyeballs"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/teeth.gif" width=30 height=30  onClick='eff("0acfb47ada804935ca1acf6ee1ae6dd7");' oncontextmenu='return hardshrug(342, "Bestial Sympathy");'></td><td valign=center><font size=2>Bestial Sympathy (<a href="/KoLmafia/sideCommand?cmd=uneffect+Bestial+Sympathy&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Bestial Sympathy effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+half-orchid&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Bestial Sympathy"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/candyheart.gif" width=30 height=30  onClick='eff("c5981aab5e82b8b7acaa03836f2b8207");' oncontextmenu='return hardshrug(274, "Heart of Green");'></td><td valign=center><font size=2>Heart of Green (<a href="/KoLmafia/sideCommand?cmd=uneffect+Heart+of+Green&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Heart of Green effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+green+candy+heart&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Heart of Green"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/exclam.gif" width=30 height=30  onClick='eff("d8857a40fb6a9b575a9c8d4449db9d39");' oncontextmenu='return hardshrug(145, "Object Detection");'></td><td valign=center><font size=2>Object Detection (<a href="/KoLmafia/sideCommand?cmd=uneffect+Object+Detection&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Object Detection effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+potion+of+detection&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Object Detection"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/happy.gif" width=30 height=30  onClick='eff("0bbb62f04a5dd69a88b608fe656a7752");' oncontextmenu='return hardshrug(176, "Heavy Petting");'></td><td valign=center><font size=2>Heavy Petting (<a href="/KoLmafia/sideCommand?cmd=uneffect+Heavy+Petting&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Heavy Petting effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+Knob+Goblin+pet-buffing+spray&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Heavy Petting"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=272&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Heart of Lavender"><span style="font-weight: bold"><img  alt="Click to use a lavender candy heart.  Right-click to use multiple." title="Click to use a lavender candy heart.  Right-click to use multiple." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/candyheart.gif" width=30 height=30  onClick='eff("280ae237b5bb6ba02d9b1cd17719b84e");' oncontextmenu='return hardshrug(272, "Heart of Lavender");'></td><td valign=center><font size=2>Heart of Lavender (<a href="/KoLmafia/sideCommand?cmd=uneffect+Heart+of+Lavender&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Heart of Lavender effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+lavender+candy+heart&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Heart of Lavender"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/cupcake.gif" width=30 height=30  onClick='eff("606df8164432029da3468eee90911ca3");' oncontextmenu='return hardshrug(184, "Cupcake of Choice");'></td><td valign=center><font size=2>Cupcake of Choice (<a href="/KoLmafia/sideCommand?cmd=uneffect+Cupcake+of+Choice&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Cupcake of Choice effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+blue-frosted+astral+cupcake&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Cupcake of Choice"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/tongue.gif" width=30 height=30  onClick='eff("ec5873195c3e3b217cc8124e1ac211cf");' oncontextmenu='return hardshrug(143, "Blue Tongue");'></td><td valign=center><font size=2>Blue Tongue (<a href="/KoLmafia/sideCommand?cmd=uneffect+Blue+Tongue&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Blue Tongue effect">2</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+blue+snowcone&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Blue Tongue"><img src="/images/redup.gif" border=0></a></font><br></td></tr><tr><td></td><td><img src="/images/itemimages/lparen.gif"></td><td valign=center><font size=2>Romantic Monster window begin (<a href="/KoLmafia/sideCommand?cmd=counters+deletehash+19995695&pwd=cf4df6000b1a3d3f179092458e8c23d9">9</a>)</td></tr><tr><td></td><td><img src="/images/itemimages/rparen.gif"></td><td valign=center><font size=2>Romantic Monster window end (<a href="/KoLmafia/sideCommand?cmd=counters+deletehash+20024247&pwd=cf4df6000b1a3d3f179092458e8c23d9">19</a>)</td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/machetoothpicks.gif" width=30 height=30  onClick='eff("471d1af8ce58cd6214fa35ea7e73c2c3");' oncontextmenu='return hardshrug(1121, "Eyes Wide Propped");'></td><td valign=center><font size=2>Eyes Wide Propped (<a href="/KoLmafia/sideCommand?cmd=uneffect+Eyes+Wide+Propped&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Eyes Wide Propped effect">22</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+papier-m%C3%A2ch%C3%A9+toothpicks&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Eyes Wide Propped"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/bubbles.gif" width=30 height=30  onClick='eff("ab322ad0ab4035f000f4b303cb483415");' oncontextmenu='return hardshrug(974, "Bubble Vision");'></td><td valign=center><font size=2>Bubble Vision (<a href="/KoLmafia/sideCommand?cmd=uneffect+Bubble+Vision&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Bubble Vision effect">82</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=use+1+bottle+of+bubbles&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Bubble Vision"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=710&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Curiosity of Br'er Tarrypin"><span style="font-weight: bold"><img  alt="Click to cast Curiosity of Br'er Tarrypin.  Right-click to cast multiple times." title="Click to cast Curiosity of Br'er Tarrypin.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/turtle.gif" width=30 height=30  onClick='eff("ff106696b8db85dd702434fed5f54274");' oncontextmenu='return shrug(710, "Curiosity of Br&#039;er Tarrypin");'></td><td valign=center><font size=2>Curiosity of Br'er Tarrypin (<a href="/KoLmafia/sideCommand?cmd=uneffect+Curiosity+of+Br%27er+Tarrypin&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Curiosity of Br'er Tarrypin effect">180</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Curiosity+of+Br%27er+Tarrypin&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Curiosity of Br'er Tarrypin"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=16&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Leash of Linguini"><span style="font-weight: bold"><img  alt="Click to cast Leash of Linguini.  Right-click to cast multiple times." title="Click to cast Leash of Linguini.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/string.gif" width=30 height=30  onClick='eff("2d6d3ab04b40e1523aa9c716a04b3aab");' oncontextmenu='return hardshrug(16, "Leash of Linguini");'></td><td valign=center><font size=2>Leash of Linguini (<a href="/KoLmafia/sideCommand?cmd=uneffect+Leash+of+Linguini&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Use a remedy to remove the Leash of Linguini effect">251</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+5+Leash+of+Linguini&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Leash of Linguini"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=63&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Polka of Plenty"><span style="font-weight: bold"><img  alt="Click to cast The Polka of Plenty.  Right-click to cast multiple times." title="Click to cast The Polka of Plenty.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/plenty.gif" width=30 height=30  onClick='eff("c26a911b8ec2c57f7eef57f9ff5fdc24");' oncontextmenu='return shrug(63, "Polka of Plenty");'></td><td valign=center><font size=2>Polka of Plenty (<a href="/KoLmafia/sideCommand?cmd=uneffect+Polka+of+Plenty&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Polka of Plenty effect">858</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+The+Polka+of+Plenty&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Polka of Plenty"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=19&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Reptilian Fortitude"><span style="font-weight: bold"><img  alt="Click to cast Reptilian Fortitude.  Right-click to cast multiple times." title="Click to cast Reptilian Fortitude.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/scharm.gif" width=30 height=30  onClick='eff("6c7b4a5a3c6807d21493f1253bf8dfd9");' oncontextmenu='return shrug(19, "Reptilian Fortitude");'></td><td valign=center><font size=2>Reptilian Fortitude (<a href="/KoLmafia/sideCommand?cmd=uneffect+Reptilian+Fortitude&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Reptilian Fortitude effect">3376</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Reptilian+Fortitude&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Reptilian Fortitude"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=18&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Ghostly Shell"><span style="font-weight: bold"><img  alt="Click to cast Ghostly Shell.  Right-click to cast multiple times." title="Click to cast Ghostly Shell.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/ghosturtle.gif" width=30 height=30  onClick='eff("9d5cb67507556bb105664b1dc9e8bf9a");' oncontextmenu='return shrug(18, "Ghostly Shell");'></td><td valign=center><font size=2>Ghostly Shell (<a href="/KoLmafia/sideCommand?cmd=uneffect+Ghostly+Shell&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Ghostly Shell effect">3391</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Ghostly+Shell&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Ghostly Shell"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=50&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Empathy"><span style="font-weight: bold"><img  alt="Click to cast Empathy of the Newt.  Right-click to cast multiple times." title="Click to cast Empathy of the Newt.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/empathy.gif" width=30 height=30  onClick='eff("ac32e95f470a7e0999863fa0db58d808");' oncontextmenu='return shrug(50, "Empathy");'></td><td valign=center><font size=2>Empathy (<a href="/KoLmafia/sideCommand?cmd=uneffect+Empathy&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Empathy effect">3397</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Empathy+of+the+Newt&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Empathy"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=52&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Astral Shell"><span style="font-weight: bold"><img  alt="Click to cast Astral Shell.  Right-click to cast multiple times." title="Click to cast Astral Shell.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/blackshell.gif" width=30 height=30  onClick='eff("4e66acac6b908fb6f70b49092dcff375");' oncontextmenu='return shrug(52, "Astral Shell");'></td><td valign=center><font size=2>Astral Shell (<a href="/KoLmafia/sideCommand?cmd=uneffect+Astral+Shell&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Astral Shell effect">3438</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Astral+Shell&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Astral Shell"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=699&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Jingle Jangle Jingle"><span style="font-weight: bold"><img  alt="Click to cast Jingle Bells.  Right-click to cast multiple times." title="Click to cast Jingle Bells.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/jinglebells.gif" width=30 height=30  onClick='eff("a32acc4a5de83386ae3417140d09bf43");' oncontextmenu='return shrug(699, "Jingle Jangle Jingle");'></td><td valign=center><font size=2>Jingle Jangle Jingle (<a href="/KoLmafia/sideCommand?cmd=uneffect+Jingle+Jangle+Jingle&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Jingle Jangle Jingle effect">3468</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Jingle+Bells&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Jingle Jangle Jingle"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=51&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Tenacity of the Snapper"><span style="font-weight: bold"><img  alt="Click to cast Tenacity of the Snapper.  Right-click to cast multiple times." title="Click to cast Tenacity of the Snapper.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/snapper.gif" width=30 height=30  onClick='eff("c05dc4b01f6f2826be599f07620979f7");' oncontextmenu='return shrug(51, "Tenacity of the Snapper");'></td><td valign=center><font size=2>Tenacity of the Snapper (<a href="/KoLmafia/sideCommand?cmd=uneffect+Tenacity+of+the+Snapper&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Tenacity of the Snapper effect">3636</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Tenacity+of+the+Snapper&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Tenacity of the Snapper"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=53&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Elemental Saucesphere"><span style="font-weight: bold"><img  alt="Click to cast Elemental Saucesphere.  Right-click to cast multiple times." title="Click to cast Elemental Saucesphere.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/elesphere.gif" width=30 height=30  onClick='eff("e3d1d1099648703e192a55a9aea17a1e");' oncontextmenu='return shrug(53, "Elemental Saucesphere");'></td><td valign=center><font size=2>Elemental Saucesphere (<a href="/KoLmafia/sideCommand?cmd=uneffect+Elemental+Saucesphere&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Elemental Saucesphere effect">3647</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Elemental+Saucesphere&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Elemental Saucesphere"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=164&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Ur-Kel's Aria of Annoyance"><span style="font-weight: bold"><img  alt="Click to cast Ur-Kel's Aria of Annoyance.  Right-click to cast multiple times." title="Click to cast Ur-Kel's Aria of Annoyance.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/urkels.gif" width=30 height=30  onClick='eff("59a1ac48440e1ea1f869f2b37753f9cc");' oncontextmenu='return shrug(164, "Ur-Kel&#039;s Aria of Annoyance");'></td><td valign=center><font size=2>Ur-Kel's Aria of Annoyance (<a href="/KoLmafia/sideCommand?cmd=uneffect+Ur-Kel%27s+Aria+of+Annoyance&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Ur-Kel's Aria of Annoyance effect">3647</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Ur-Kel%27s+Aria+of+Annoyance&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Ur-Kel's Aria of Annoyance"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=54&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Jalape&amp;ntilde;o Saucesphere"><span style="font-weight: bold"><img  alt="Click to cast Jalape&amp;ntilde;o Saucesphere.  Right-click to cast multiple times." title="Click to cast Jalape&amp;ntilde;o Saucesphere.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/pepsphere.gif" width=30 height=30  onClick='eff("432fc725db5720e9237438147bc6516e");' oncontextmenu='return shrug(54, "Jalape&amp;ntilde;o Saucesphere");'></td><td valign=center><font size=2>Jalape&ntilde;o Saucesphere (<a href="/KoLmafia/sideCommand?cmd=uneffect+Jalape%C3%B1o+Saucesphere&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Jalape&ntilde;o Saucesphere effect">3661</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Jalape%C3%B1o+Saucesphere&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Jalape&ntilde;o Saucesphere"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=55&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Jaba&amp;ntilde;ero Saucesphere"><span style="font-weight: bold"><img  alt="Click to cast Jaba&amp;ntilde;ero Saucesphere.  Right-click to cast multiple times." title="Click to cast Jaba&amp;ntilde;ero Saucesphere.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/pepsphere2.gif" width=30 height=30  onClick='eff("bf3c7c4fa0642b582ad55a36f1105b82");' oncontextmenu='return shrug(55, "Jaba&amp;ntilde;ero Saucesphere");'></td><td valign=center><font size=2>Jaba&ntilde;ero Saucesphere (<a href="/KoLmafia/sideCommand?cmd=uneffect+Jaba%C3%B1ero+Saucesphere&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Jaba&ntilde;ero Saucesphere effect">3661</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Jaba%C3%B1ero+Saucesphere&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Jaba&ntilde;ero Saucesphere"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=224&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Scarysauce"><span style="font-weight: bold"><img  alt="Click to cast Scarysauce.  Right-click to cast multiple times." title="Click to cast Scarysauce.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/skullshld.gif" width=30 height=30  onClick='eff("f7551a889b9c61510fc3f73f96ecc98e");' oncontextmenu='return shrug(224, "Scarysauce");'></td><td valign=center><font size=2>Scarysauce (<a href="/KoLmafia/sideCommand?cmd=uneffect+Scarysauce&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Scarysauce effect">3701</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Scarysauce&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Scarysauce"><img src="/images/up.gif" border=0></a></font><br></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=67&qty=1&pwd=cf4df6000b1a3d3f179092458e8c23d9" target="mainpane" class="upeffect" rel="Fat Leon's Phat Loot Lyric"><span style="font-weight: bold"><img  alt="Click to cast Fat Leon's Phat Loot Lyric.  Right-click to cast multiple times." title="Click to cast Fat Leon's Phat Loot Lyric.  Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/fatleons.gif" width=30 height=30  onClick='eff("63e73adb3ecfb0cbf544db435eeeaf00");' oncontextmenu='return shrug(67, "Fat Leon&#039;s Phat Loot Lyric");'></td><td valign=center><font size=2>Fat Leon's Phat Loot Lyric (<a href="/KoLmafia/sideCommand?cmd=uneffect+Fat+Leon%27s+Phat+Loot+Lyric&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Shrug off the Fat Leon's Phat Loot Lyric effect">3844</a>)&nbsp;<a href="/KoLmafia/sideCommand?cmd=cast+1+Fat+Leon%27s+Phat+Loot+Lyric&pwd=cf4df6000b1a3d3f179092458e8c23d9" title="Increase rounds of Fat Leon's Phat Loot Lyric"><img src="/images/up.gif" border=0></a></font><br></td></tr></table><center><b><font size=2>Intrinsics:</font></b></center><center><table><tr><td width="15"></td><td><img height=30 width=30 src="/images/itemimages/flame.gif" onClick='eff("050dd88888b1ac9a2192cd71fd175a45");'></td><td valign=center><font size=2>Spirit of Cayenne (&infin;)</font><br></td></tr></table><p><table width=90%><tr><td colspan=2 align=center><font size=2><b>Familiar:</b><br>(~0.0 full)</font></td></tr><tr><td align=center valign=center><a target=mainpane href="familiar.php" class="familiarpick"><img src="/images/itemimages/snowface3.gif" width=30 height=30 border=0></a></td><td valign=center align=left><a target=mainpane href="familiar.php" class="familiarpick"><b><font size=2>Fenrir</a></b>, the  <b>68</b> pound Slimeling</font></td></tr></table></center></center><center><font size=1>[<a href="/KoLmafia/sideCommand?cmd=zlib+chit.disable+%3D+false&pwd=cf4df6000b1a3d3f179092458e8c23d9">Enable ChIT</a>] &nbsp; [<a href="charpane.php">refresh</a>]</font></center></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement