<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.kolmafia.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fluxxdog</id>
	<title>Kolmafia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kolmafia.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fluxxdog"/>
	<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Special:Contributions/Fluxxdog"/>
	<updated>2026-04-24T18:12:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Mood&amp;diff=8478</id>
		<title>Mood</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Mood&amp;diff=8478"/>
		<updated>2015-12-10T14:19:17Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Narrow when mood fires&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A mood is a set of triggers that are executed after any BeforeBattleScript and before an adventure.&lt;br /&gt;
&lt;br /&gt;
== Interface ==&lt;br /&gt;
&lt;br /&gt;
=== Buttons ===&lt;br /&gt;
; Settings&lt;br /&gt;
* Trigger On: The trigger to check the mood for an action.&lt;br /&gt;
* Check For: The condition required to take an action.&lt;br /&gt;
* Command: The [[CLI Reference|CLI]] command to execute.&lt;br /&gt;
&lt;br /&gt;
; Controls&lt;br /&gt;
* add entry - Add an entry to the mood with the current settings.&lt;br /&gt;
* auto-fill&lt;br /&gt;
** minimal set - Adds all current active effects on the player. Users will find this function extremely useful.&lt;br /&gt;
** maximal set - Adds the castable buffs available to the player. This only includes buffs available from skills.&lt;br /&gt;
&lt;br /&gt;
; Management&lt;br /&gt;
* Active mood - A drop-list of moods with the current active mood. The scroll box lists all triggers for the active mood.&lt;br /&gt;
* new list - Create a new mood. Entering the name of an existing mood will set it as active.&lt;br /&gt;
* delete list - Deletes the current active mood selected.&lt;br /&gt;
* copy list - Copy the current triggers of the active mood into a new mood. This will replace the mood if it exists.&lt;br /&gt;
* execute - Execute the current mood.&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
There are three types of triggers in the drop-down list. A trigger is checked upon the completion of an adventure or prompt from the user.&lt;br /&gt;
* When an effect is lost - An effect is no longer active on the character.&lt;br /&gt;
* When an effect is gained - An effect is active on the character.&lt;br /&gt;
* Unconditional trigger - Trigger command is executed every time.&lt;br /&gt;
&lt;br /&gt;
=== Condition ===&lt;br /&gt;
If the trigger is for an effect, the field is a drop-down list of all the effects in the game. The interface will fuzzy match to what the user types in. In addition, the interface will match common abbreviations such as &amp;quot;sss&amp;quot; matching to &amp;quot;Shortie Shaman Shurprise&amp;quot; and &amp;quot;Stevedave&#039;s Shanty of Superiority&amp;quot;. The filtering is quite robust. For example, the interface will accept &amp;quot;2020&amp;quot; as matching to 20/20 Vision.&lt;br /&gt;
&lt;br /&gt;
Unconditional triggers will always execute the command and does not allow the user to add a condition.&lt;br /&gt;
&lt;br /&gt;
=== Command ===&lt;br /&gt;
The command is a [[CLI Reference|CLI]] command. The command will be executed if the condition for the trigger is true. Unconditional triggers are primarily for advanced users as it requires familiarity with the CLI and scripting. Typical usage is to use an if statement to check for the condition and then execute a command. See [[CLI Reference#Scripting|CLI scripting]] for control structures available for scripting.&lt;br /&gt;
&lt;br /&gt;
== Using the CLI ==&lt;br /&gt;
Moods are can be managed through the CLI using &amp;quot;mood&amp;quot; and &amp;quot;trigger&amp;quot; commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood* list | listall | clear | autofill | execute | repeat [numTimes] | moodName [numTimes] - mood management.&lt;br /&gt;
trigger* list | clear | autofill | [type,] effect [, action] - edit current mood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;mood&lt;br /&gt;
* &amp;lt;code&amp;gt;mood&amp;lt;/code&amp;gt; - List all triggers for current mood. Equivalent to &amp;lt;code&amp;gt;trigger list&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood list&amp;lt;/code&amp;gt; - List all saved moods including active mood.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood clear&amp;lt;/code&amp;gt; - Remove all triggers from the current mood. Ignores composable moods.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood autofill&amp;lt;/code&amp;gt; - List current moods available.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood repeat [numTimes]&amp;lt;/code&amp;gt; - Execute current mood number of times. Default to 1.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood &amp;lt;mood&amp;gt; [numTimes]&amp;lt;/code&amp;gt; - Execute the given mood number of times. Default to 1. If mood doesn&#039;t exist, does nothing.&lt;br /&gt;
&lt;br /&gt;
;[[trigger]]&lt;br /&gt;
See the page for information.&lt;br /&gt;
&lt;br /&gt;
== Composable moods ==&lt;br /&gt;
Composable moods can be used to combine a set of moods together. Composable moods are handled through the CLI as the interface doesn&#039;t have equivalent functionality.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mood&amp;gt; extends &amp;lt;mood&amp;gt;[, mood] &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A composable mood is treated just like a normal mood but multiple moods. In addition, triggers can be added and removed from the mood itself. If you want to clear all the moods the composable mood is referencing without removing triggers specific to the mood, you can extend the &amp;quot;apathetic&amp;quot; mood.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood default extends apathetic&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anonymous composable moods can be created by using a list of existing moods. Anonymous moods are temporary and will disappear when the mood is changed or the session ends. This is useful when you don&#039;t want to create a new mood every time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood combat, item, sea&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
A common example is a player making a farming mood. Instead of creating a mood for effects that increase item and meat in a single list, the player creates a &amp;quot;item&amp;quot; and &amp;quot;meat&amp;quot; mood. The player then defines a &amp;quot;farm&amp;quot; mood consisting of the item and meat moods.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood farm extends item, meat&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Automation]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Mood&amp;diff=8477</id>
		<title>Mood</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Mood&amp;diff=8477"/>
		<updated>2015-12-10T14:10:48Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Moods happen before, not after, also some typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A mood is a set of triggers that are executed before an adventure.&lt;br /&gt;
&lt;br /&gt;
== Interface ==&lt;br /&gt;
&lt;br /&gt;
=== Buttons ===&lt;br /&gt;
; Settings&lt;br /&gt;
* Trigger On: The trigger to check the mood for an action.&lt;br /&gt;
* Check For: The condition required to take an action.&lt;br /&gt;
* Command: The [[CLI Reference|CLI]] command to execute.&lt;br /&gt;
&lt;br /&gt;
; Controls&lt;br /&gt;
* add entry - Add an entry to the mood with the current settings.&lt;br /&gt;
* auto-fill&lt;br /&gt;
** minimal set - Adds all current active effects on the player. Users will find this function extremely useful.&lt;br /&gt;
** maximal set - Adds the castable buffs available to the player. This only includes buffs available from skills.&lt;br /&gt;
&lt;br /&gt;
; Management&lt;br /&gt;
* Active mood - A drop-list of moods with the current active mood. The scroll box lists all triggers for the active mood.&lt;br /&gt;
* new list - Create a new mood. Entering the name of an existing mood will set it as active.&lt;br /&gt;
* delete list - Deletes the current active mood selected.&lt;br /&gt;
* copy list - Copy the current triggers of the active mood into a new mood. This will replace the mood if it exists.&lt;br /&gt;
* execute - Execute the current mood.&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
There are three types of triggers in the drop-down list. A trigger is checked upon the completion of an adventure or prompt from the user.&lt;br /&gt;
* When an effect is lost - An effect is no longer active on the character.&lt;br /&gt;
* When an effect is gained - An effect is active on the character.&lt;br /&gt;
* Unconditional trigger - Trigger command is executed every time.&lt;br /&gt;
&lt;br /&gt;
=== Condition ===&lt;br /&gt;
If the trigger is for an effect, the field is a drop-down list of all the effects in the game. The interface will fuzzy match to what the user types in. In addition, the interface will match common abbreviations such as &amp;quot;sss&amp;quot; matching to &amp;quot;Shortie Shaman Shurprise&amp;quot; and &amp;quot;Stevedave&#039;s Shanty of Superiority&amp;quot;. The filtering is quite robust. For example, the interface will accept &amp;quot;2020&amp;quot; as matching to 20/20 Vision.&lt;br /&gt;
&lt;br /&gt;
Unconditional triggers will always execute the command and does not allow the user to add a condition.&lt;br /&gt;
&lt;br /&gt;
=== Command ===&lt;br /&gt;
The command is a [[CLI Reference|CLI]] command. The command will be executed if the condition for the trigger is true. Unconditional triggers are primarily for advanced users as it requires familiarity with the CLI and scripting. Typical usage is to use an if statement to check for the condition and then execute a command. See [[CLI Reference#Scripting|CLI scripting]] for control structures available for scripting.&lt;br /&gt;
&lt;br /&gt;
== Using the CLI ==&lt;br /&gt;
Moods are can be managed through the CLI using &amp;quot;mood&amp;quot; and &amp;quot;trigger&amp;quot; commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood* list | listall | clear | autofill | execute | repeat [numTimes] | moodName [numTimes] - mood management.&lt;br /&gt;
trigger* list | clear | autofill | [type,] effect [, action] - edit current mood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;mood&lt;br /&gt;
* &amp;lt;code&amp;gt;mood&amp;lt;/code&amp;gt; - List all triggers for current mood. Equivalent to &amp;lt;code&amp;gt;trigger list&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood list&amp;lt;/code&amp;gt; - List all saved moods including active mood.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood clear&amp;lt;/code&amp;gt; - Remove all triggers from the current mood. Ignores composable moods.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood autofill&amp;lt;/code&amp;gt; - List current moods available.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood repeat [numTimes]&amp;lt;/code&amp;gt; - Execute current mood number of times. Default to 1.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood &amp;lt;mood&amp;gt; [numTimes]&amp;lt;/code&amp;gt; - Execute the given mood number of times. Default to 1. If mood doesn&#039;t exist, does nothing.&lt;br /&gt;
&lt;br /&gt;
;[[trigger]]&lt;br /&gt;
See the page for information.&lt;br /&gt;
&lt;br /&gt;
== Composable moods ==&lt;br /&gt;
Composable moods can be used to combine a set of moods together. Composable moods are handled through the CLI as the interface doesn&#039;t have equivalent functionality.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mood&amp;gt; extends &amp;lt;mood&amp;gt;[, mood] &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A composable mood is treated just like a normal mood but multiple moods. In addition, triggers can be added and removed from the mood itself. If you want to clear all the moods the composable mood is referencing without removing triggers specific to the mood, you can extend the &amp;quot;apathetic&amp;quot; mood.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood default extends apathetic&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anonymous composable moods can be created by using a list of existing moods. Anonymous moods are temporary and will disappear when the mood is changed or the session ends. This is useful when you don&#039;t want to create a new mood every time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood combat, item, sea&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
A common example is a player making a farming mood. Instead of creating a mood for effects that increase item and meat in a single list, the player creates a &amp;quot;item&amp;quot; and &amp;quot;meat&amp;quot; mood. The player then defines a &amp;quot;farm&amp;quot; mood consisting of the item and meat moods.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood farm extends item, meat&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Automation]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Mood&amp;diff=8476</id>
		<title>Mood</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Mood&amp;diff=8476"/>
		<updated>2015-12-10T14:08:42Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Moods happen before, not after&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A mood is a set of triggers that are executed before an adventure.&lt;br /&gt;
&lt;br /&gt;
== Interface ==&lt;br /&gt;
&lt;br /&gt;
=== Buttons ===&lt;br /&gt;
; Settings&lt;br /&gt;
* Trigger On: The trigger to check the mood for an action.&lt;br /&gt;
* Check For: The condition required to take an action.&lt;br /&gt;
* Command: The [[CLI Reference|CLI]] command to execute.&lt;br /&gt;
&lt;br /&gt;
; Controls&lt;br /&gt;
* add entry - Add an entry to the mood with the current settings.&lt;br /&gt;
* auto-fill&lt;br /&gt;
** minimal set - Adds all current active effects on the player. Users will find this function extremely useful.&lt;br /&gt;
** maximal set - Adds the castable buffs availabe to the player. This only includes buffs available from skills.&lt;br /&gt;
&lt;br /&gt;
; Management&lt;br /&gt;
* Active mood - A drop-list of moods with the curent active mood. The scroll box lists all triggers for the active mood.&lt;br /&gt;
* new list - Create a new mood. Entering the name of an existing mood will set it as active.&lt;br /&gt;
* delete list - Deletes the current active mood selected.&lt;br /&gt;
* copy list - Copy the current triggers of the active mood into a new mood. This will replace the mood if it exists.&lt;br /&gt;
* execute - Execute the current mood.&lt;br /&gt;
&lt;br /&gt;
=== Triggers ===&lt;br /&gt;
There are three types of triggers in the drop-down list. A trigger is checked upon the completion of an adventure or prompt from the user.&lt;br /&gt;
* When an effect is lost - An effect is no longer active on the character.&lt;br /&gt;
* When an effect is gained - An effect is active on the character.&lt;br /&gt;
* Unconditional trigger - Trigger command is executed every time.&lt;br /&gt;
&lt;br /&gt;
=== Condition ===&lt;br /&gt;
If the trigger is for an effect, the field is a drop-down list of all the effects in the game. The interface will fuzzy match to what the user types in. In addition, the interface will match common abbreviations such as &amp;quot;sss&amp;quot; matching to &amp;quot;Shortie Shaman Shurprise&amp;quot; and &amp;quot;Stevedave&#039;s Shanty of Superiority&amp;quot;. The filtering is quite robust. For example, the interface will accept &amp;quot;2020&amp;quot; as matching to 20/20 Vision.&lt;br /&gt;
&lt;br /&gt;
Unconditional triggers will always execute the command and does not allow the user to add a condition.&lt;br /&gt;
&lt;br /&gt;
=== Command ===&lt;br /&gt;
The command is a [[CLI Reference|CLI]] command. The command will be executed if the condition for the trigger is true. Unconditional triggers are primarily for advanced users as it requires familiarity with the CLI and scripting. Typical usage is to use an if statement to check for the condition and then excute a command. See [[CLI Reference#Scripting|CLI scripting]] for control structures avaialble for scripting.&lt;br /&gt;
&lt;br /&gt;
== Using the CLI ==&lt;br /&gt;
Moods are can be managed through the CLI using &amp;quot;mood&amp;quot; and &amp;quot;trigger&amp;quot; commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood* list | listall | clear | autofill | execute | repeat [numTimes] | moodName [numTimes] - mood management.&lt;br /&gt;
trigger* list | clear | autofill | [type,] effect [, action] - edit current mood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;mood&lt;br /&gt;
* &amp;lt;code&amp;gt;mood&amp;lt;/code&amp;gt; - List all triggers for current mood. Equivalent to &amp;lt;code&amp;gt;trigger list&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood list&amp;lt;/code&amp;gt; - List all saved moods including active mood.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood clear&amp;lt;/code&amp;gt; - Remove all triggers from the current mood. Ignores composable moods.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood autofill&amp;lt;/code&amp;gt; - List current moods available.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood repeat [numTimes]&amp;lt;/code&amp;gt; - Execute current mood number of times. Default to 1.&lt;br /&gt;
* &amp;lt;code&amp;gt;mood &amp;lt;mood&amp;gt; [numTimes]&amp;lt;/code&amp;gt; - Execute the given mood number of times. Default to 1. If mood doesn&#039;t exist, does nothing.&lt;br /&gt;
&lt;br /&gt;
;[[trigger]]&lt;br /&gt;
See the page for information.&lt;br /&gt;
&lt;br /&gt;
== Composable moods ==&lt;br /&gt;
Composable moods can be used to combine a set of moods together. Composable moods are handled through the CLI as the interface doesn&#039;t have equivalent functionality.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mood&amp;gt; extends &amp;lt;mood&amp;gt;[, mood] &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A composable mood is treated just like a normal mood but multiple moods. In addition, triggers can be added and removed from the mood itself. If you want to clear all the moods the composable mood is referencing without removing triggers specific to the mood, you can extend the &amp;quot;apathetic&amp;quot; mood.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood default extends apathetic&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anonymous composable moods can be created by using a list of existing moods. Anonymous moods are temporary and will disappear when the mood is changed or the session ends. This is useful when you don&#039;t want to create a new mood every time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood combat, item, sea&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
A common example is a player making a farming mood. Instead of creating a mood for effects that increase item and meat in a single list, the player creates a &amp;quot;item&amp;quot; and &amp;quot;meat&amp;quot; mood. The player then defines a &amp;quot;farm&amp;quot; mood consisting of the item and meat moods.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mood farm extends item, meat&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Automation]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Control_Structures&amp;diff=3168</id>
		<title>Control Structures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Control_Structures&amp;diff=3168"/>
		<updated>2015-05-13T15:56:42Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* static */ Add import implications&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
==Conditional==&lt;br /&gt;
===if===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
if ( boolean )&lt;br /&gt;
{&lt;br /&gt;
   // any statements here&lt;br /&gt;
   // are only going to be executed&lt;br /&gt;
   // if the boolean returns true&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
description=Single-statement conditionals may omit the curly braces.|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
if ( boolean )&lt;br /&gt;
   // curly braces aren&#039;t required if only one statement follows the conditional&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
===else===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
if ( boolean )&lt;br /&gt;
{&lt;br /&gt;
   // statements if true&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
   // the statements here&lt;br /&gt;
   // are only going to be executed&lt;br /&gt;
   // if the boolean returns false&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
===else if===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
if ( boolean 1 )&lt;br /&gt;
{&lt;br /&gt;
   // statements if true&lt;br /&gt;
}&lt;br /&gt;
else if ( boolean 2 )&lt;br /&gt;
{&lt;br /&gt;
   // the statements here&lt;br /&gt;
   // are only going to be executed&lt;br /&gt;
   // if boolean 1 returns false&lt;br /&gt;
   // &amp;amp; boolean 2 returns true&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
===switch===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
switch ( variable )&lt;br /&gt;
{&lt;br /&gt;
   case value:&lt;br /&gt;
      // statements if variable == value&lt;br /&gt;
      // more such statements&lt;br /&gt;
      break;&lt;br /&gt;
   //repeat above for as many values as desired&lt;br /&gt;
   default:&lt;br /&gt;
      // statements executed if&lt;br /&gt;
      // none of the cases were true&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Note that each &amp;quot;case&amp;quot; can only test against a single value; that value can be a variable itself, but not a test expression.&lt;br /&gt;
&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
description=If switch has no parameter, then each case is evaluated as a boolean expression, like a string of if-then statements.|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
switch&lt;br /&gt;
{&lt;br /&gt;
   case boolean expression:&lt;br /&gt;
      // if the expression is true, this statement is executed&lt;br /&gt;
      // more such statements&lt;br /&gt;
      break;&lt;br /&gt;
   //repeat above for as many conditionals as desired&lt;br /&gt;
   default:&lt;br /&gt;
      // statements executed if&lt;br /&gt;
      // none of the cases were true&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
==Unconditional==&lt;br /&gt;
===try / finally===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
description=Block1 is executed as normal, and then block2 is executed regardless of whether&lt;br /&gt;
block1 finished normally, generated an error, or encountered a &#039;return&#039;,&lt;br /&gt;
&#039;break&#039;, or &#039;continue&#039; statement.|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
try&lt;br /&gt;
{&lt;br /&gt;
   // block1&lt;br /&gt;
}&lt;br /&gt;
finally&lt;br /&gt;
{&lt;br /&gt;
   // block2&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
===static===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
static&lt;br /&gt;
{&lt;br /&gt;
   // any statements here&lt;br /&gt;
   // are only going to be executed once at the&lt;br /&gt;
   // first time the script executes in a session.&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
description=Single-statement static declarations may omit the curly braces.|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
static&lt;br /&gt;
   // curly braces aren&#039;t required if only one statement follows the static keyword.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
Keep in mind that when using imports, a static call will only apply to the script that imports it.&lt;br /&gt;
*If foo.ash has a static variable, but bar.ash imports foo.ash, KoLmafia will keep separate values for both foo.ash and bar.ash.&lt;br /&gt;
*If bar.ash is changed, its static variable is reset, but not foo.ash&#039;s.&lt;br /&gt;
*If foo.ash is changed, both scripts&#039; variables are reset.&lt;br /&gt;
&lt;br /&gt;
==Loops==&lt;br /&gt;
===while===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
while ( boolean )&lt;br /&gt;
{&lt;br /&gt;
   // as with an if statement&lt;br /&gt;
   // this area is only entered&lt;br /&gt;
   // if the boolean tests true&lt;br /&gt;
   // once all this is done&lt;br /&gt;
   // it goes back to the begining&lt;br /&gt;
   // and will keep executing&lt;br /&gt;
   // as long as the boolean remains true&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
===repeat until===&lt;br /&gt;
&lt;br /&gt;
This is similar to the [http://en.wikipedia.org/wiki/Do_while_loop do...while loop], but only ends the loop when the &amp;lt;code&amp;gt;boolean&amp;lt;/code&amp;gt; expression evaluates to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
repeat&lt;br /&gt;
{&lt;br /&gt;
   // this is the same&lt;br /&gt;
   // as the while loop above&lt;br /&gt;
   // with one exception:&lt;br /&gt;
   // all of this code will&lt;br /&gt;
   // execute at least once&lt;br /&gt;
   // as the test doesn&#039;t occur&lt;br /&gt;
   // until the very end&lt;br /&gt;
} until ( boolean );&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
===for===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
for x from a to b by c {&lt;br /&gt;
   //do stuff&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
Above is the general case. You don&#039;t need to specify whether it&#039;s going up or down - although doing so by using upto or downto does allow a runtime check to make sure you didn&#039;t screw up.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t specify &amp;quot;c&amp;quot;, it defaults to incrementing/decrementing by 1.  The first iteration is at a and the last is at b (that is to say, it goes from a to b, inclusive).&lt;br /&gt;
&lt;br /&gt;
===foreach===&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
foreach key in aggregate {&lt;br /&gt;
   //do stuff&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
Assigns each key in the supplied map or slice to &amp;quot;&amp;lt;code&amp;gt;key&amp;lt;/code&amp;gt;&amp;quot; and iterates through the map. Due to how maps are handled, &amp;lt;code&amp;gt;foreach&amp;lt;/code&amp;gt; is guaranteed to iterate through the map in sorted order.&lt;br /&gt;
&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
description=For example:|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
boolean [int][string] map;&lt;br /&gt;
map[15][&amp;quot;test&amp;quot;] = true;&lt;br /&gt;
foreach int_index in map {&lt;br /&gt;
   print(int_index); //this will print &#039;15&#039; once, since there is only one valid value for this index&lt;br /&gt;
   foreach string_index in map[int_index] //this iterates over the &amp;quot;slice&amp;quot; of the map where 1 is fixed as the index&lt;br /&gt;
   { &lt;br /&gt;
      print(string_index); //This will print &amp;quot;test&amp;quot; once, since there is only one valid value for this index&lt;br /&gt;
      print(map[int_index][string_index]); //this will print &amp;quot;true&amp;quot;&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;|&lt;br /&gt;
moreinfo=&lt;br /&gt;
So the output is&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
15&lt;br /&gt;
test&lt;br /&gt;
true&lt;br /&gt;
&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
description=For a multidimensional map, instead of nesting &amp;lt;code&amp;gt;foreach&amp;lt;/code&amp;gt; statements two iterators can be used inline.|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
foreach x, y in map {&lt;br /&gt;
   //do stuff&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
{{&lt;br /&gt;
CodeSample|&lt;br /&gt;
description=This is identical to:|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
foreach x in map {&lt;br /&gt;
   foreach y in map[x] {&lt;br /&gt;
      //do stuff&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{CodeSample|&lt;br /&gt;
description=You can also directly specify the value stored in the map by specifying one more variable than the number of keys in the map:|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
//string [string, int, item] my_map;&lt;br /&gt;
foreach s, i, m, value in my_map {&lt;br /&gt;
    print( s + &amp;quot;, &amp;quot; + i + &amp;quot;, &amp;quot; + m + &amp;quot; =&amp;gt; &amp;quot; + value );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
See the page for [[Data Structures]] for more information on aggregates.&lt;br /&gt;
&lt;br /&gt;
==Continuation &amp;amp; Exiting==&lt;br /&gt;
Like many languages with looping structures, ASH supports the break and continue statements.  All looping structures (for, while, repeat until, and foreach) support these statements.&lt;br /&gt;
&lt;br /&gt;
===break===&lt;br /&gt;
Breaks out of the smallest enclosing loop.  In a switch statement, breaks out of the switch statement.  Execution resumes at the first statement after the end of the loop/switch statement.&lt;br /&gt;
&lt;br /&gt;
===continue===&lt;br /&gt;
Continues on to the next iteration of the loop (skipping any statements in this iteration that occur after the continue statement).  In a switch statement, continue is allowed iff the switch is inside a loop, and acts as any other continue.&lt;br /&gt;
&lt;br /&gt;
===return===&lt;br /&gt;
Exits the function and returns the value following the return statement, if specified. Note that the value&#039;s datatype must match that of the function itself (void functions can only use return by itself).&lt;br /&gt;
&lt;br /&gt;
===exit===&lt;br /&gt;
Exits the script. Using return when in main() achieves the same effect. Note that while this will end the current script, it will not stop automation.&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Total_free_rests&amp;diff=8449</id>
		<title>Total free rests</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Total_free_rests&amp;diff=8449"/>
		<updated>2014-11-26T18:24:20Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{&lt;br /&gt;
#vardefine:name|total_free_rests}}{{&lt;br /&gt;
#vardefine:return_type|int}}&lt;br /&gt;
&lt;br /&gt;
==Function Syntax==&lt;br /&gt;
{{Function|&lt;br /&gt;
name=total_free_rests|&lt;br /&gt;
return_type=int|&lt;br /&gt;
}}This function will the total number of free rests available to your character. These rest can come from multiple sourses, such as skills or familiars.&amp;lt;br&amp;gt;&lt;br /&gt;
This can be compared against the preference &#039;&#039;timesRested&#039;&#039; to see how many free rests you have remaining.|&lt;br /&gt;
&lt;br /&gt;
{{CodeSample|&lt;br /&gt;
title=Code Sample|&lt;br /&gt;
description=Show how many free rests you have remaining.|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
int rests_used=get_property(&amp;quot;timesRested&amp;quot;).to_int();&lt;br /&gt;
int rests_left=total_free_rests()-rests_used;&lt;br /&gt;
print(&amp;quot;You have &amp;quot;+rests_left+&amp;quot; remaining&amp;quot;);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Since&amp;diff=8343</id>
		<title>Since</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Since&amp;diff=8343"/>
		<updated>2014-11-03T15:50:20Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:since}}&lt;br /&gt;
&#039;&#039;&#039;since xx.y&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;since rzzzzz&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It works with or without a semi-colon and you can use either angle brackets or quotes around the version if desired. You can only use one form or the other. It must go after any [[script]] or [[notify]] lines you have and before any [[import]] lines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;since&#039;&#039;&#039; allows scripts to require a minimum version of KoLmafia before executing. Without it, the script will not run, showing an error message along with the minimum version needed. This can be used to make sure people have a current version that may include new features. There are 2 forms of versioning, point release and revision.&lt;br /&gt;
&lt;br /&gt;
Point releases use the format &#039;&#039;xx.y&#039;&#039; and correspond to a full version release, such as 16.5. This form is preferred if your script does not change on a regular basis. For example, you have a script which works with the familiar Baby Z-Rex. Since version 16.5 contains the information for it, you&#039;ll only need to make sure people have that version and use &#039;&#039;&#039;since 16.5&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Revisions use the format &#039;&#039;rzzzzz&#039;&#039; and correspond to changes made after a point release, such as r14922. This form is preferred if your script requires information not available in the latest point release, such as a new IotM. For example, the familiar Fist Turkey is not included in 16.5 but your script needs information on it. The latest release with up-to-date information is r14921. In that case, you&#039;ll want to use &#039;&#039;&#039;since r14921&#039;&#039;&#039; in your script. When information on the Fist Turkey is updated further, you&#039;ll want to use that revision.&lt;br /&gt;
&lt;br /&gt;
Keep in mind this is different than what your version of your script may be. You may update your script daily, but unless you use new data or ASH functions, you generally don&#039;t need to touch your &#039;&#039;&#039;since&#039;&#039;&#039; value. When in doubt, use the version you are currently using. If you only use point releases, use the point release version. If you use daily or hourly builds, use the revision version.&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
The following will run if your version is at least point release 16.5:&lt;br /&gt;
&lt;br /&gt;
{{CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
since 16.5;  &lt;br /&gt;
import &amp;lt;zlib.ash&amp;gt;;&lt;br /&gt;
&lt;br /&gt;
familiar test_subject=$familiar[Baby Z-Rex];&lt;br /&gt;
if(have_familiar(test_subject))&lt;br /&gt;
     print(&amp;quot;Your &amp;quot;+test_subject+&amp;quot;&#039;s name is &amp;quot;+test_subject.name);&lt;br /&gt;
else print(&amp;quot;You don&#039;t have a &amp;quot;+test_subject);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
The following will run if your version is at least revision r14921:&lt;br /&gt;
&lt;br /&gt;
{{CodeSample|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
since r14921;  &lt;br /&gt;
import &amp;lt;zlib.ash&amp;gt;;&lt;br /&gt;
&lt;br /&gt;
familiar test_subject=$familiar[Fist Turkey];&lt;br /&gt;
if(have_familiar(test_subject))&lt;br /&gt;
     print(&amp;quot;Your &amp;quot;+test_subject+&amp;quot;&#039;s name is &amp;quot;+test_subject.name);&lt;br /&gt;
else print(&amp;quot;You don&#039;t have a &amp;quot;+test_subject);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Miscellaneous ASH Features]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Format_date_time&amp;diff=7869</id>
		<title>Format date time</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Format_date_time&amp;diff=7869"/>
		<updated>2014-10-20T14:13:24Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Update broken link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{&lt;br /&gt;
#vardefine:name|format_date_time}}{{&lt;br /&gt;
#vardefine:return_type|string}}{{&lt;br /&gt;
&lt;br /&gt;
FunctionPage|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
&lt;br /&gt;
function1={{Function|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
aggregate={{#var:aggregate}}|&lt;br /&gt;
return_type={{#var:return_type}}|&lt;br /&gt;
return_also={{#var:return_also}}|&lt;br /&gt;
parameter1={{Param|string|inFormat}}|&lt;br /&gt;
parameter2={{Param|string|dtg}}|&lt;br /&gt;
parameter3={{Param|string|outFormat}}|&lt;br /&gt;
p1desc={{pspan|inFormat}} is how the input string is formatted.|&lt;br /&gt;
p2desc={{pspan|dtg}} is the time to reformat.|&lt;br /&gt;
p3desc={{pspan|outFormat}} is how the output string should be formatted.|&lt;br /&gt;
}}|&lt;br /&gt;
&lt;br /&gt;
function_description=Full information on [http://docs.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html SimpleDateFormat] here.|&lt;br /&gt;
&lt;br /&gt;
code1={{CodeSample|&lt;br /&gt;
title=Code Sample|&lt;br /&gt;
description=Examples of using format_date_time().|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
string input;&lt;br /&gt;
string format;&lt;br /&gt;
string informat;&lt;br /&gt;
&lt;br /&gt;
input = today_to_string();&lt;br /&gt;
informat = &amp;quot;yyyyMMdd&amp;quot;;&lt;br /&gt;
format = &amp;quot;yyyy MM dd&amp;quot;;&lt;br /&gt;
print(input+&amp;quot; * &amp;quot;+format_date_time(informat, input, format));&lt;br /&gt;
format = &amp;quot;yyyy MM dd hh:mm:ss&amp;quot;;&lt;br /&gt;
print(input+&amp;quot; * &amp;quot;+format_date_time(informat, input, format));&lt;br /&gt;
input = time_to_string();&lt;br /&gt;
print(input+&amp;quot; * &amp;quot;+format_date_time(informat, input, format));&lt;br /&gt;
informat = &amp;quot;hh:mm:ss z&amp;quot;;&lt;br /&gt;
print(input+&amp;quot; * &amp;quot;+format_date_time(informat, input, format));&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;|&lt;br /&gt;
moreinfo=&lt;br /&gt;
This is the output:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
20111206 * 2011 12 06&lt;br /&gt;
20111206 * 2011 12 06 12:00:00&lt;br /&gt;
11:43:35 EST * Bad parameter(s) passed to format_date_time&lt;br /&gt;
11:43:35 EST * 1970 01 01 11:43:35&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}|&lt;br /&gt;
}}&lt;br /&gt;
{{SeeAlso|gameday_to_string|gameday_to_int|now_to_string|time_to_string}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Miscellaneous Functions]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8060</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8060"/>
		<updated>2014-09-15T14:56:02Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 600-699 */ Corrected link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song. You can see which choice was pick by typing in the gcli &amp;quot;get lastQuartetRequest&amp;quot; or in ash &amp;quot;get_property( &amp;quot;lastQuartetRequest&amp;quot; )&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;445&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;446&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;447&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;448&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br&amp;gt;(Pastamancer)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br&amp;gt;(Sauceror)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br&amp;gt;620&amp;lt;br&amp;gt;621&amp;lt;br&amp;gt;623&amp;lt;br&amp;gt;624&lt;br /&gt;
|{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br&amp;gt;A Blow Is Struck!&amp;lt;br&amp;gt;Hold the Line!&amp;lt;br&amp;gt;Return To the Fray!&amp;lt;br&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|636&amp;lt;br&amp;gt;637&amp;lt;br&amp;gt;638&amp;lt;br&amp;gt;639&amp;lt;br&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Snakes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|650&lt;br /&gt;
|{{kolwiki|This Is Your Life. Your Horrible, Horrible Life.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#651|The Wall of Wailing]]&lt;br /&gt;
2-flickering pixel (available with at least 1000 MP)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|651}}651&lt;br /&gt;
|{{kolwiki|The Wall of Wailing}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#652|A Door. Too Soon...]]&lt;br /&gt;
2-flickering pixel (available with at 60 prismatic damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|652}}652&lt;br /&gt;
|{{kolwiki|A Door. Too Soon...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Regret Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|652&lt;br /&gt;
|{{kolwiki|You Grind 16 Rats, and Whaddya Get?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlocks [[#658|Debasement (Chinatown)|Debasement]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|If you choose option 1 without 30 gold pieces, it just skips the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|653}}653&lt;br /&gt;
|{{kolwiki|Debasement (Chinatown)|Debasement}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Server&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|669&lt;br /&gt;
|{{kolwiki|The Fast and the Furry-ous}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With titanium assault umbrella equipped, unlock Ground Floor. Else, [[#671|Out in the Open Source]]&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure and return next time&lt;br /&gt;
|Oddly, option 4 is not a typo. Option 3 does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|670}}670&lt;br /&gt;
|{{kolwiki|You Don&#039;t Mess Around with Gym}}&lt;br /&gt;
|0&lt;br /&gt;
|1-massive dumbbell then skip adventure&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-random goodies&lt;br /&gt;
&lt;br /&gt;
4-With an amulet of extreme plot significance equipped, unlock Ground Floor. Else, skip adventure.&lt;br /&gt;
&lt;br /&gt;
5-skip adventure and return next time&lt;br /&gt;
|Option 5 is not listed in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|671}}671&lt;br /&gt;
|{{kolwiki|Out in the Open Source}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With a massive dumbbell, unlock Ground Floor. Else, waste adventure.&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-O&#039;RLY manual and open sauce&lt;br /&gt;
&lt;br /&gt;
4-[[#670|You Don&#039;t Mess Around with Gym]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|672&lt;br /&gt;
|{{kolwiki|There&#039;s No Ability Like Possibility}}&lt;br /&gt;
|0&lt;br /&gt;
|1-3 random goodies&lt;br /&gt;
2-Gain Nothing is Impossible&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|673&lt;br /&gt;
|{{kolwiki|Putting Off Is Off-Putting}}&lt;br /&gt;
|0&lt;br /&gt;
|1-very overdue library book then skip adventure&lt;br /&gt;
2-Gain Trash-Wrapped&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|674&lt;br /&gt;
|{{kolwiki|Huzzah!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-pewter claymore&lt;br /&gt;
2-Gain Pretending to Pretend&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br&amp;gt;303&amp;lt;br&amp;gt;306&amp;lt;br&amp;gt;307&amp;lt;br&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br&amp;gt;388&amp;lt;br&amp;gt;389&amp;lt;br&amp;gt;390&amp;lt;br&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br&amp;gt;543&amp;lt;br&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br&amp;gt;572&amp;lt;br&amp;gt;573&amp;lt;br&amp;gt;574&amp;lt;br&amp;gt;576&amp;lt;br&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br&amp;gt;Your Minstrel Clamps&amp;lt;br&amp;gt;Your Minstrel Stamps&amp;lt;br&amp;gt;The Minstrel Cycle Begins&amp;lt;br&amp;gt;Your Minstrel Camps&amp;lt;br&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br&amp;gt;592&amp;lt;br&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br&amp;gt;608&amp;lt;br&amp;gt;609&amp;lt;br&amp;gt;610&amp;lt;br&amp;gt;616&amp;lt;br&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|655&amp;lt;br&amp;gt;656&amp;lt;br&amp;gt;657&lt;br /&gt;
|Courier? I don&#039;t even...&lt;br /&gt;
They Have a Fight, Triangle Loses&lt;br /&gt;
&lt;br /&gt;
Wheels Within Wheels&lt;br /&gt;
&lt;br /&gt;
|These occur in The Suspicious-Looking Guy&#039;s Shady Past.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8059</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8059"/>
		<updated>2014-09-15T14:47:20Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Clean up br tags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song. You can see which choice was pick by typing in the gcli &amp;quot;get lastQuartetRequest&amp;quot; or in ash &amp;quot;get_property( &amp;quot;lastQuartetRequest&amp;quot; )&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;445&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;446&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;447&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;448&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br&amp;gt;(Pastamancer)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br&amp;gt;(Sauceror)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br&amp;gt;620&amp;lt;br&amp;gt;621&amp;lt;br&amp;gt;623&amp;lt;br&amp;gt;624&lt;br /&gt;
|{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br&amp;gt;A Blow Is Struck!&amp;lt;br&amp;gt;Hold the Line!&amp;lt;br&amp;gt;Return To the Fray!&amp;lt;br&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|636&amp;lt;br&amp;gt;637&amp;lt;br&amp;gt;638&amp;lt;br&amp;gt;639&amp;lt;br&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|650&lt;br /&gt;
|{{kolwiki|This Is Your Life. Your Horrible, Horrible Life.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#651|The Wall of Wailing]]&lt;br /&gt;
2-flickering pixel (available with at least 1000 MP)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|651}}651&lt;br /&gt;
|{{kolwiki|The Wall of Wailing}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#652|A Door. Too Soon...]]&lt;br /&gt;
2-flickering pixel (available with at 60 prismatic damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|652}}652&lt;br /&gt;
|{{kolwiki|A Door. Too Soon...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Regret Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|652&lt;br /&gt;
|{{kolwiki|You Grind 16 Rats, and Whaddya Get?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlocks [[#658|Debasement (Chinatown)|Debasement]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|If you choose option 1 without 30 gold pieces, it just skips the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|653}}653&lt;br /&gt;
|{{kolwiki|Debasement (Chinatown)|Debasement}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Server&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|669&lt;br /&gt;
|{{kolwiki|The Fast and the Furry-ous}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With titanium assault umbrella equipped, unlock Ground Floor. Else, [[#671|Out in the Open Source]]&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure and return next time&lt;br /&gt;
|Oddly, option 4 is not a typo. Option 3 does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|670}}670&lt;br /&gt;
|{{kolwiki|You Don&#039;t Mess Around with Gym}}&lt;br /&gt;
|0&lt;br /&gt;
|1-massive dumbbell then skip adventure&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-random goodies&lt;br /&gt;
&lt;br /&gt;
4-With an amulet of extreme plot significance equipped, unlock Ground Floor. Else, skip adventure.&lt;br /&gt;
&lt;br /&gt;
5-skip adventure and return next time&lt;br /&gt;
|Option 5 is not listed in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|671}}671&lt;br /&gt;
|{{kolwiki|Out in the Open Source}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With a massive dumbbell, unlock Ground Floor. Else, waste adventure.&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-O&#039;RLY manual and open sauce&lt;br /&gt;
&lt;br /&gt;
4-[[#670|You Don&#039;t Mess Around with Gym]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|672&lt;br /&gt;
|{{kolwiki|There&#039;s No Ability Like Possibility}}&lt;br /&gt;
|0&lt;br /&gt;
|1-3 random goodies&lt;br /&gt;
2-Gain Nothing is Impossible&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|673&lt;br /&gt;
|{{kolwiki|Putting Off Is Off-Putting}}&lt;br /&gt;
|0&lt;br /&gt;
|1-very overdue library book then skip adventure&lt;br /&gt;
2-Gain Trash-Wrapped&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|674&lt;br /&gt;
|{{kolwiki|Huzzah!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-pewter claymore&lt;br /&gt;
2-Gain Pretending to Pretend&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br&amp;gt;303&amp;lt;br&amp;gt;306&amp;lt;br&amp;gt;307&amp;lt;br&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br&amp;gt;388&amp;lt;br&amp;gt;389&amp;lt;br&amp;gt;390&amp;lt;br&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br&amp;gt;543&amp;lt;br&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br&amp;gt;572&amp;lt;br&amp;gt;573&amp;lt;br&amp;gt;574&amp;lt;br&amp;gt;576&amp;lt;br&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br&amp;gt;Your Minstrel Clamps&amp;lt;br&amp;gt;Your Minstrel Stamps&amp;lt;br&amp;gt;The Minstrel Cycle Begins&amp;lt;br&amp;gt;Your Minstrel Camps&amp;lt;br&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br&amp;gt;592&amp;lt;br&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br&amp;gt;608&amp;lt;br&amp;gt;609&amp;lt;br&amp;gt;610&amp;lt;br&amp;gt;616&amp;lt;br&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|655&amp;lt;br&amp;gt;656&amp;lt;br&amp;gt;657&lt;br /&gt;
|Courier? I don&#039;t even...&lt;br /&gt;
They Have a Fight, Triangle Loses&lt;br /&gt;
&lt;br /&gt;
Wheels Within Wheels&lt;br /&gt;
&lt;br /&gt;
|These occur in The Suspicious-Looking Guy&#039;s Shady Past.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Maximize&amp;diff=7213</id>
		<title>Maximize</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Maximize&amp;diff=7213"/>
		<updated>2014-02-22T11:19:50Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Add 5 parameter version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{&lt;br /&gt;
#vardefine:name|maximize}}{{&lt;br /&gt;
#vardefine:return_type|boolean}}{{&lt;br /&gt;
#vardefine:return_type2|record}}{{&lt;br /&gt;
&lt;br /&gt;
FunctionPage|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
&lt;br /&gt;
function1={{Function|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
aggregate={{#var:aggregate}}|&lt;br /&gt;
return_type={{#var:return_type}}|&lt;br /&gt;
return_also={{#var:return_also}}|&lt;br /&gt;
parameter1={{Param|string|expression}}|&lt;br /&gt;
parameter2={{Param|boolean|simulate}}|&lt;br /&gt;
}}|&lt;br /&gt;
&lt;br /&gt;
function2={{Function|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
aggregate={{#var:aggregate}}|&lt;br /&gt;
return_type={{#var:return_type}}|&lt;br /&gt;
return_also={{#var:return_also}}|&lt;br /&gt;
parameter1={{Param|string|expression}}|&lt;br /&gt;
parameter2={{Param|int|max_price}}|&lt;br /&gt;
parameter3={{Param|int|price_level}}|&lt;br /&gt;
parameter4={{Param|boolean|simulate}}|&lt;br /&gt;
}}|&lt;br /&gt;
&lt;br /&gt;
function3={{Function|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
aggregate=yes|&lt;br /&gt;
return_type=record [int]|&lt;br /&gt;
return_also={{#var:return_also}}|&lt;br /&gt;
parameter1={{Param|string|expression}}|&lt;br /&gt;
parameter2={{Param|int|max_price}}|&lt;br /&gt;
parameter3={{Param|int|price_level}}|&lt;br /&gt;
parameter4={{Param|boolean|simulate}}|&lt;br /&gt;
parameter5={{Param|boolean|include_equip}}|&lt;br /&gt;
p1desc={{Pspan|expression}} is the list of modifiers to maximize for.|&lt;br /&gt;
p2desc={{Pspan|max_price}} limits how much meat will be spent on maximization.|&lt;br /&gt;
p3desc={{Pspan|price_level}} controls checking the mall and affects return value.|&lt;br /&gt;
p4desc={{Pspan|simulate}} will not equip gear if true.|&lt;br /&gt;
p5desc={{Pspan|include_equip}} will return a record including equipment and effects if true, otherwise only effects|&lt;br /&gt;
}}|&lt;br /&gt;
&lt;br /&gt;
function_description=This command will run the [[modifier maximizer]] and return true if successful. If a minimum is applied to a modifier and that minimum could not be accomplished (such as 4 clownosity) then it will return false.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This function will set _spec so that it can be checked with {{f|numeric_modifier}}. That is the main purpose of using a true value for {{Pspan|simulate}}.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;If {{Pspan|max_price}} is &amp;lt;= 0, it will use the preference autoBuyPriceLimit, or available meat, whichever is lower. Otherwise, that&#039;s the value it&#039;s considering as the max value for new items.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
If {{Pspan|price_level}} is greater than 0, Mall price is considered. If {{Pspan|price_level}} is 2, always consider mall price. If {{Pspan|price_level}} is 1, only consider it if there isn&#039;t another way.&lt;br /&gt;
Also, if {{Pspan|price_level}} is 0 or less, validateItem always returns true.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When using the 5-parameter version, a record will be returned of the format:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
record {&lt;br /&gt;
   string display; //What would be shown in the Modifier Maximizer tab&lt;br /&gt;
   string command; //The CLI command the Maximizer would execute&lt;br /&gt;
   float score;    //The score added from equipping the item or gaining 1 turn of the effect&lt;br /&gt;
   effect effect;  //The effect you would gain&lt;br /&gt;
   item item;      //The item being used or equipped&lt;br /&gt;
   skill skill;    //The skill you need to cast&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
When {{Pspan|include_equip}} is true, the first items in the record array are equipment. If you are only looking for effects that you can combine with maximized equipment, a better set of parameters might be (using Prismatic Damage as an example):&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;maximize(&amp;quot;Prismatic Damage&amp;quot;,0,0,false,false);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
...which would equip items giving you bonus Prismatic Damage and return an array that can boost your score higher with certain effects. Keep in mind, these effects only count 1 turn of the effect, so effects that vary with more turns will likely no be represented properly.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
needscode=yes|&lt;br /&gt;
&lt;br /&gt;
cli_equiv=The CLI command command &amp;quot;maximize&amp;quot; will automatically change equipment as if the final parameter was false.|&lt;br /&gt;
more_info=See the page on the [[Modifier Maximizer]] for more information on how to use this, especially to create a meaningful expression.|&lt;br /&gt;
}}&lt;br /&gt;
{{RFI|What exactly is validateItem? What does it mean to us?}}&lt;br /&gt;
[[Category:Equipment]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8057</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8057"/>
		<updated>2013-08-12T00:04:46Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 600-699 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br\&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br\&amp;gt;620&amp;lt;br\&amp;gt;621&amp;lt;br\&amp;gt;623&amp;lt;br\&amp;gt;624&lt;br /&gt;
|{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br\&amp;gt;A Blow Is Struck!&amp;lt;br\&amp;gt;Hold the Line!&amp;lt;br\&amp;gt;Return To the Fray!&amp;lt;br\&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|636&amp;lt;br\&amp;gt;637&amp;lt;br\&amp;gt;638&amp;lt;br\&amp;gt;639&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|650&lt;br /&gt;
|{{kolwiki|This Is Your Life. Your Horrible, Horrible Life.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#651|The Wall of Wailing]]&lt;br /&gt;
2-flickering pixel (available with at least 1000 MP)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|651}}651&lt;br /&gt;
|{{kolwiki|The Wall of Wailing}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#652|A Door. Too Soon...]]&lt;br /&gt;
2-flickering pixel (available with at 60 prismatic damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|652}}652&lt;br /&gt;
|{{kolwiki|A Door. Too Soon...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Regret Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|652&lt;br /&gt;
|{{kolwiki|You Grind 16 Rats, and Whaddya Get?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlocks [[#658|Debasement (Chinatown)|Debasement]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|If you choose option 1 without 30 gold pieces, it just skips the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|653}}653&lt;br /&gt;
|{{kolwiki|Debasement (Chinatown)|Debasement}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Server&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|669&lt;br /&gt;
|{{kolwiki|The Fast and the Furry-ous}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With titanium assault umbrella equipped, unlock Ground Floor. Else, [[#671|Out in the Open Source]]&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure and return next time&lt;br /&gt;
|Oddly, option 4 is not a typo. Option 3 does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|670}}670&lt;br /&gt;
|{{kolwiki|You Don&#039;t Mess Around with Gym}}&lt;br /&gt;
|0&lt;br /&gt;
|1-massive dumbbell then skip adventure&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-random goodies&lt;br /&gt;
&lt;br /&gt;
4-With an amulet of extreme plot significance equipped, unlock Ground Floor. Else, skip adventure.&lt;br /&gt;
&lt;br /&gt;
5-skip adventure and return next time&lt;br /&gt;
|Option 5 is not listed in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|671}}671&lt;br /&gt;
|{{kolwiki|Out in the Open Source}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With a massive dumbbell, unlock Ground Floor. Else, waste adventure.&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-O&#039;RLY manual and open sauce&lt;br /&gt;
&lt;br /&gt;
4-[[#670|You Don&#039;t Mess Around with Gym]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|672&lt;br /&gt;
|{{kolwiki|There&#039;s No Ability Like Possibility}}&lt;br /&gt;
|0&lt;br /&gt;
|1-3 random goodies&lt;br /&gt;
2-Gain Nothing is Impossible&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|673&lt;br /&gt;
|{{kolwiki|Putting Off Is Off-Putting}}&lt;br /&gt;
|0&lt;br /&gt;
|1-very overdue library book then skip adventure&lt;br /&gt;
2-Gain Trash-Wrapped&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|674&lt;br /&gt;
|{{kolwiki|Huzzah!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-pewter claymore&lt;br /&gt;
2-Gain Pretending to Pretend&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br\&amp;gt;608&amp;lt;br\&amp;gt;609&amp;lt;br\&amp;gt;610&amp;lt;br\&amp;gt;616&amp;lt;br\&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|655&amp;lt;br\&amp;gt;656&amp;lt;br\&amp;gt;657&lt;br /&gt;
|Courier? I don&#039;t even...&lt;br /&gt;
They Have a Fight, Triangle Loses&lt;br /&gt;
&lt;br /&gt;
Wheels Within Wheels&lt;br /&gt;
&lt;br /&gt;
|These occur in The Suspicious-Looking Guy&#039;s Shady Past.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8056</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8056"/>
		<updated>2013-08-12T00:03:44Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 600-699 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br\&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br\&amp;gt;620&amp;lt;br\&amp;gt;621&amp;lt;br\&amp;gt;623&amp;lt;br\&amp;gt;624&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br\&amp;gt;A Blow Is Struck!&amp;lt;br\&amp;gt;Hold the Line!&amp;lt;br\&amp;gt;Return To the Fray!&amp;lt;br\&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|636&amp;lt;br\&amp;gt;637&amp;lt;br\&amp;gt;638&amp;lt;br\&amp;gt;639&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|650&lt;br /&gt;
|{{kolwiki|This Is Your Life. Your Horrible, Horrible Life.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#651|The Wall of Wailing]]&lt;br /&gt;
2-flickering pixel (available with at least 1000 MP)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|651}}651&lt;br /&gt;
|{{kolwiki|The Wall of Wailing}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#652|A Door. Too Soon...]]&lt;br /&gt;
2-flickering pixel (available with at 60 prismatic damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|652}}652&lt;br /&gt;
|{{kolwiki|A Door. Too Soon...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Regret Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|652&lt;br /&gt;
|{{kolwiki|You Grind 16 Rats, and Whaddya Get?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlocks [[#658|Debasement (Chinatown)|Debasement]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|If you choose option 1 without 30 gold pieces, it just skips the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|653}}653&lt;br /&gt;
|{{kolwiki|Debasement (Chinatown)|Debasement}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Server&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|669&lt;br /&gt;
|{{kolwiki|The Fast and the Furry-ous}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With titanium assault umbrella equipped, unlock Ground Floor. Else, [[#671|Out in the Open Source]]&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure and return next time&lt;br /&gt;
|Oddly, option 4 is not a typo. Option 3 does not exist.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|670}}670&lt;br /&gt;
|{{kolwiki|You Don&#039;t Mess Around with Gym}}&lt;br /&gt;
|0&lt;br /&gt;
|1-massive dumbbell then skip adventure&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-random goodies&lt;br /&gt;
&lt;br /&gt;
4-With an amulet of extreme plot significance equipped, unlock Ground Floor. Else, skip adventure.&lt;br /&gt;
&lt;br /&gt;
5-skip adventure and return next time&lt;br /&gt;
|Option 5 is not listed in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|671}}671&lt;br /&gt;
|{{kolwiki|Out in the Open Source}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With a massive dumbbell, unlock Ground Floor. Else, waste adventure.&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-O&#039;RLY manual and open sauce&lt;br /&gt;
&lt;br /&gt;
4-[[#670|You Don&#039;t Mess Around with Gym]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|672&lt;br /&gt;
|{{kolwiki|There&#039;s No Ability Like Possibility}}&lt;br /&gt;
|0&lt;br /&gt;
|1-3 random goodies&lt;br /&gt;
2-Gain Nothing is Impossible&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|673&lt;br /&gt;
|{{kolwiki|Putting Off Is Off-Putting}}&lt;br /&gt;
|0&lt;br /&gt;
|1-very overdue library book then skip adventure&lt;br /&gt;
2-Gain Trash-Wrapped&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|674&lt;br /&gt;
|{{kolwiki|Huzzah!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-pewter claymore&lt;br /&gt;
2-Gain Pretending to Pretend&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br\&amp;gt;608&amp;lt;br\&amp;gt;609&amp;lt;br\&amp;gt;610&amp;lt;br\&amp;gt;616&amp;lt;br\&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|655&amp;lt;br\&amp;gt;656&amp;lt;br\&amp;gt;657&lt;br /&gt;
|Courier? I don&#039;t even...&lt;br /&gt;
They Have a Fight, Triangle Loses&lt;br /&gt;
&lt;br /&gt;
Wheels Within Wheels&lt;br /&gt;
&lt;br /&gt;
|These occur in The Suspicious-Looking Guy&#039;s Shady Past.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8055</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8055"/>
		<updated>2013-08-11T23:14:17Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 600-699 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br\&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br\&amp;gt;620&amp;lt;br\&amp;gt;621&amp;lt;br\&amp;gt;623&amp;lt;br\&amp;gt;624&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br\&amp;gt;A Blow Is Struck!&amp;lt;br\&amp;gt;Hold the Line!&amp;lt;br\&amp;gt;Return To the Fray!&amp;lt;br\&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|636&amp;lt;br\&amp;gt;637&amp;lt;br\&amp;gt;638&amp;lt;br\&amp;gt;639&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|650&lt;br /&gt;
|{{kolwiki|This Is Your Life. Your Horrible, Horrible Life.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#651|The Wall of Wailing]]&lt;br /&gt;
2-flickering pixel (available with at least 1000 MP)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|651}}651&lt;br /&gt;
|{{kolwiki|The Wall of Wailing}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#652|A Door. Too Soon...]]&lt;br /&gt;
2-flickering pixel (available with at 60 prismatic damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|652}}652&lt;br /&gt;
|{{kolwiki|A Door. Too Soon...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Regret Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|652&lt;br /&gt;
|{{kolwiki|You Grind 16 Rats, and Whaddya Get?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlocks [[#658|Debasement (Chinatown)|Debasement]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|If you choose option 1 without 30 gold pieces, it just skips the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|653}}653&lt;br /&gt;
|{{kolwiki|Debasement (Chinatown)|Debasement}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Server&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br\&amp;gt;608&amp;lt;br\&amp;gt;609&amp;lt;br\&amp;gt;610&amp;lt;br\&amp;gt;616&amp;lt;br\&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|655&amp;lt;br\&amp;gt;656&amp;lt;br\&amp;gt;657&lt;br /&gt;
|Courier? I don&#039;t even...&lt;br /&gt;
They Have a Fight, Triangle Loses&lt;br /&gt;
&lt;br /&gt;
Wheels Within Wheels&lt;br /&gt;
&lt;br /&gt;
|These occur in The Suspicious-Looking Guy&#039;s Shady Past.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8054</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8054"/>
		<updated>2013-08-11T23:04:00Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* No Choice Adventures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br\&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br\&amp;gt;620&amp;lt;br\&amp;gt;621&amp;lt;br\&amp;gt;623&amp;lt;br\&amp;gt;624&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br\&amp;gt;A Blow Is Struck!&amp;lt;br\&amp;gt;Hold the Line!&amp;lt;br\&amp;gt;Return To the Fray!&amp;lt;br\&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|636&amp;lt;br\&amp;gt;637&amp;lt;br\&amp;gt;638&amp;lt;br\&amp;gt;639&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|650&lt;br /&gt;
|{{kolwiki|This Is Your Life. Your Horrible, Horrible Life.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#651|The Wall of Wailing]]&lt;br /&gt;
2-flickering pixel (available with at least 1000 MP)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|651}}651&lt;br /&gt;
|{{kolwiki|The Wall of Wailing}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#652|A Door. Too Soon...]]&lt;br /&gt;
2-flickering pixel (available with at 60 prismatic damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|652}}652&lt;br /&gt;
|{{kolwiki|A Door. Too Soon...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Regret Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br\&amp;gt;608&amp;lt;br\&amp;gt;609&amp;lt;br\&amp;gt;610&amp;lt;br\&amp;gt;616&amp;lt;br\&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|655&amp;lt;br\&amp;gt;656&amp;lt;br\&amp;gt;657&lt;br /&gt;
|Courier? I don&#039;t even...&lt;br /&gt;
They Have a Fight, Triangle Loses&lt;br /&gt;
&lt;br /&gt;
Wheels Within Wheels&lt;br /&gt;
&lt;br /&gt;
|These occur in The Suspicious-Looking Guy&#039;s Shady Past.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8053</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8053"/>
		<updated>2013-08-11T23:01:42Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 600-699 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br\&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br\&amp;gt;620&amp;lt;br\&amp;gt;621&amp;lt;br\&amp;gt;623&amp;lt;br\&amp;gt;624&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br\&amp;gt;A Blow Is Struck!&amp;lt;br\&amp;gt;Hold the Line!&amp;lt;br\&amp;gt;Return To the Fray!&amp;lt;br\&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|636&amp;lt;br\&amp;gt;637&amp;lt;br\&amp;gt;638&amp;lt;br\&amp;gt;639&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|650&lt;br /&gt;
|{{kolwiki|This Is Your Life. Your Horrible, Horrible Life.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#651|The Wall of Wailing]]&lt;br /&gt;
2-flickering pixel (available with at least 1000 MP)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|651}}651&lt;br /&gt;
|{{kolwiki|The Wall of Wailing}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#652|A Door. Too Soon...]]&lt;br /&gt;
2-flickering pixel (available with at 60 prismatic damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|652}}652&lt;br /&gt;
|{{kolwiki|A Door. Too Soon...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Regret Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br\&amp;gt;608&amp;lt;br\&amp;gt;609&amp;lt;br\&amp;gt;610&amp;lt;br\&amp;gt;616&amp;lt;br\&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8052</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8052"/>
		<updated>2013-08-11T22:43:21Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br\&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br\&amp;gt;620&amp;lt;br\&amp;gt;621&amp;lt;br\&amp;gt;623&amp;lt;br\&amp;gt;624&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br\&amp;gt;A Blow Is Struck!&amp;lt;br\&amp;gt;Hold the Line!&amp;lt;br\&amp;gt;Return To the Fray!&amp;lt;br\&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|636&amp;lt;br\&amp;gt;637&amp;lt;br\&amp;gt;638&amp;lt;br\&amp;gt;639&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br\&amp;gt;608&amp;lt;br\&amp;gt;609&amp;lt;br\&amp;gt;610&amp;lt;br\&amp;gt;616&amp;lt;br\&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8051</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8051"/>
		<updated>2013-08-11T22:07:39Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br\&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|603&lt;br /&gt;
|{{kolwiki|Skeletons and The Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain Skeletal Warrior&lt;br /&gt;
2-Gain Skeletal Cleric&lt;br /&gt;
&lt;br /&gt;
3-Gain Skeletal Wizard&lt;br /&gt;
&lt;br /&gt;
4-Gain Skeletal Rogue&lt;br /&gt;
&lt;br /&gt;
5-Gain Skeletal Buddy&lt;br /&gt;
&lt;br /&gt;
6-skip choice&lt;br /&gt;
|This occurs when you use a skeleton in your inventory.&lt;br /&gt;
|-&lt;br /&gt;
|606&lt;br /&gt;
|{{kolwiki|Lost in the Great Overlook Lodge}}&lt;br /&gt;
|&lt;br /&gt;
|1-Room 237&lt;br /&gt;
2-Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
3-There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
4-To Catch a Killer (available if first 3 are done successfully)&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|Option 1-4 lead to no-choice adventures. Oddly, option 6 is not a typo. Option 5 does not exist. Progress through these choice adventures are tracked in &#039;&#039;&#039;twinPeakProgress&#039;&#039;&#039; using a 4-bit &amp;quot;nibble bitmask&amp;quot;. See [[Quest Tracking]] for more details.&lt;br /&gt;
|-&lt;br /&gt;
|611&lt;br /&gt;
|{kolwiki|The Horror... (A-Boo Peak)|The Horror...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Reduce hauntedness&lt;br /&gt;
2-end adventure&lt;br /&gt;
|Progress through A-boo Peak is tracked in &#039;&#039;&#039;booPeakProgress&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|618&lt;br /&gt;
|{{kolwiki|Cabin Fever}}&lt;br /&gt;
|&lt;br /&gt;
|1-Continue in Twin Peak&lt;br /&gt;
2-Burn Twin Peak&lt;br /&gt;
|KoLmafia does not update &#039;&#039;&#039;twinPeakProgess&#039;&#039;&#039; if you choose option two. However, looking at your quest log will update it.&lt;br /&gt;
|-&lt;br /&gt;
|619&amp;lt;br\&amp;gt;620&amp;lt;br\&amp;gt;621&amp;lt;br\&amp;gt;623&amp;lt;br\&amp;gt;624&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The Gourd|To Meet a Gourd&amp;lt;br\&amp;gt;A Blow Is Struck!&amp;lt;br\&amp;gt;Hold the Line!&amp;lt;br\&amp;gt;Return To the Fray!&amp;lt;br\&amp;gt;Returning to Action}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight 6 conspirators&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|622&lt;br /&gt;
|{{kolwiki|The Moment of Truth}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fnord the Unspeakable&lt;br /&gt;
2-end adventure (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|625&lt;br /&gt;
|{{kolwiki|The Table}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is unclear which options appear and when.&lt;br /&gt;
|-&lt;br /&gt;
|638&amp;lt;br\&amp;gt;639&amp;lt;br\&amp;gt;640&amp;lt;br\&amp;gt;641&amp;lt;br\&amp;gt;&lt;br /&gt;
|{{kolwiki|First Mate&#039;s Log}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|There are 4 choice, but the choices can be different each time. Also, some choices will not be available depending on your bath toy inventory.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|640&lt;br /&gt;
|{{kolwiki|Tailor the Snow Suit}}&lt;br /&gt;
|&lt;br /&gt;
|1-Angry Eyebrows&lt;br /&gt;
2-Ice-Cold Smirk&lt;br /&gt;
&lt;br /&gt;
3-Sensitive Carrot Nose&lt;br /&gt;
&lt;br /&gt;
4-Entertaining Goatee&lt;br /&gt;
&lt;br /&gt;
5-Magical Hat&lt;br /&gt;
|Occurs by choosing to &amp;quot;decorate&amp;quot; your Snow Suit. KoLmafia track the 3 carrots that drop with &#039;&#039;&#039;_carrotNoseDrops&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|641&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take hot damage (succeeding unlocks [[#642|You&#039;re Freaking Kidding Me]])&lt;br /&gt;
2-flickering pixel (available with at least 25 hot resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|642}}642&lt;br /&gt;
|{{kolwiki|You&#039;re Freaking Kidding Me}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#643|You&#039;re Freaking Kidding Me]]&lt;br /&gt;
2-flickering pixel (available with at least 500 in all stats)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|643}}643&lt;br /&gt;
|{{kolwiki|Great. A Stupid Door. What Next?}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Anger Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|644&lt;br /&gt;
|{{kolwiki|Stupid Pipes.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#645|So... Many... Skulls...]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|645}}645&lt;br /&gt;
|{{kolwiki|So... Many... Skulls...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#646|Oh No... A Door...]])&lt;br /&gt;
2-flickering pixel (available with at least 25 spooky resistance)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|646}}646&lt;br /&gt;
|{{kolwiki|Oh No... A Door...}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Fear Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|647&lt;br /&gt;
|{{kolwiki|A Stupid Dummy. Also, a Straw Man.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Succeeding unlocks [[#648|Slings and Arrows]]&lt;br /&gt;
2-flickering pixel (available with at least 300 Moxie)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|648}}648&lt;br /&gt;
|{{kolwiki|Slings and Arrows}}&lt;br /&gt;
|&lt;br /&gt;
|1-Take spooky damage (succeeding unlocks [[#649|A Door. Figures.]])&lt;br /&gt;
2-flickering pixel (available with at least 200? total bonus weapon damage)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|KoLmafia does not track collecting flickering pixels. However, if you have Byte, you definitely got it.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|649}}649&lt;br /&gt;
|{{kolwiki|A Door. Figures.}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight Doubt Man&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
|602&lt;br /&gt;
|Behind the Gash&lt;br /&gt;
|This ends the Zombie Slayer path and let you choose your new path. It is recommended you not set this so you can choose your own path.&lt;br /&gt;
|-&lt;br /&gt;
|605&lt;br /&gt;
|Welcome to the Great Overlook Lodge&lt;br /&gt;
|Your first adventure in Twin Peaks.&lt;br /&gt;
|-&lt;br /&gt;
|607&amp;lt;br\&amp;gt;608&amp;lt;br\&amp;gt;609&amp;lt;br\&amp;gt;610&amp;lt;br\&amp;gt;616&amp;lt;br\&amp;gt;&lt;br /&gt;
|Room 237&lt;br /&gt;
Go Check It Out!&lt;br /&gt;
&lt;br /&gt;
There&#039;s Always Music In the Air&lt;br /&gt;
&lt;br /&gt;
To Catch a Killer&lt;br /&gt;
&lt;br /&gt;
He Is the Arm, and He Sounds Like This&lt;br /&gt;
&lt;br /&gt;
Now It&#039;s Dark&lt;br /&gt;
|These result from choices in Lost in the Great Overlook Lodge&lt;br /&gt;
|-&lt;br /&gt;
|634&lt;br /&gt;
|Goodbye Fnord&lt;br /&gt;
|The finishes The Gourd and gives you a fancy gourd potion.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=KoLmafia_Properties&amp;diff=1288</id>
		<title>KoLmafia Properties</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=KoLmafia_Properties&amp;diff=1288"/>
		<updated>2013-08-11T20:22:26Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
Inside your KoLmafia &amp;quot;settings&amp;quot; directory, you should find several files. KoLmafia properties are stored in the files that end with &amp;quot;_prefs.txt&amp;quot;. One of these files will start with &amp;quot;GLOBAL&amp;quot;; the settings inside are shared by all characters using the program (and some of these properties are needed by KoLmafia even when no character is logged in). The other files ending with &amp;quot;_prefs.txt&amp;quot; will start with the name of a character, one for each who has been logged in to date. (Note: the names will all be converted to lowercase.)&lt;br /&gt;
&lt;br /&gt;
==Global Variables==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Variable Name&lt;br /&gt;
!  scope=&amp;quot;col&amp;quot; width=&amp;quot;300&amp;quot; | Default Value&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|  addChatCommandLine&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  addCreationQueue&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  addStatusBarToFrames&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  allowCloseableDesktopTabs&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  allowNegativeTally&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  allowNonMoodBurning&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  alwaysGetBreakfast&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  autoLogin&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  allowSocketTimeout&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  autoHighlightOnFocus&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  autoPlantHardcore&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  autoPlantSoftcore&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  autoSatisfyWithCloset&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  autoSatisfyWithMall&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  autoSatisfyWithNPCs&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  autoSatisfyWithStash&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  breakfastHardcore&lt;br /&gt;
|  Advanced Saucecrafting,Pastamastery,Advanced Cocktailcrafting&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  breakfastSoftcore&lt;br /&gt;
|  Advanced Saucecrafting,Pastamastery,Advanced Cocktailcrafting&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  browserBookmarks&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  cacheMallSearches&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  charsheetDropdown&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  chatBeep&lt;br /&gt;
|  false&lt;br /&gt;
|  Beep on private message in chat&lt;br /&gt;
|-&lt;br /&gt;
|  chatFontSize&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  chatLinksUseRelay&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  chatStyle&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  cloverProtectActive&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey0&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey1&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey2&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey3&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey4&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey5&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey6&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey7&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey8&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  combatHotkey9&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  commandLineNamespace&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  connectViaAddress&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  cookies.inventory&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  copyAsHTML&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  createHackerSummons&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  customizedTabs&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  debugPathnames&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultBorderColor&lt;br /&gt;
|  blue&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultDropdown1&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultDropdown2&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultDropdownSplit&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultLimit&lt;br /&gt;
|  5&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultLoginServer&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  displayName&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  eSoluScriptType&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  getBreakfast&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  grabCloversHardcore&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  grabCloversSoftcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  greenScreenProtection&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  grimoireSkillsHardcore&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  grimoireSkillsSoftcore&lt;br /&gt;
|  Summon Hilarious Objects&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  guiUsesOneWindow&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  harvestGardenHardcore&lt;br /&gt;
|  none&lt;br /&gt;
|  The crop that breakfast will harvest, if in your garden.&lt;br /&gt;
|-&lt;br /&gt;
|  harvestGardenSoftcore&lt;br /&gt;
|  none&lt;br /&gt;
|  The crop that breakfast will harvest, if in your garden.&lt;br /&gt;
|-&lt;br /&gt;
|  hideServerDebugText&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  highlightList&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  http.proxyHost&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  http.proxyPassword&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  http.proxyPort&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  http.proxyUser&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  initialDesktop&lt;br /&gt;
|  AdventureFrame,CommandDisplayFrame,&amp;lt;br /&amp;gt;MallSearchFrame,GearChangeFrame,SkillBuffFrame &lt;br /&gt;
|  starting tab configuration&lt;br /&gt;
|-&lt;br /&gt;
|  initialFrames&lt;br /&gt;
|  RecentEventsFrame&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  innerChatColor&lt;br /&gt;
|  #ffa98c&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  innerTabColor&lt;br /&gt;
|  #8ca9ff&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  itemManagerIndex&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBuffRequestType&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastRelayUpdate&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastRssUpdate&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastRssVersion&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastUserAgent&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastUsername&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  libramSkillsHardcore&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  libramSkillsSoftcore&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logAcquiredItems&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logBattleAction&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logBrowserInteractions&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logChatMessages&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logDecoratedResponses&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logFamiliarActions&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logGainMessages&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logReadableHTML&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  loginRecoveryHardcore&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  loginRecoverySoftcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  loginScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  loginServerName&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  loginWindowLogo&lt;br /&gt;
|  lantern.jpg&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logMonsterHealth&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logoutScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logReverseOrder&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logStatGains&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logStatusEffects&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  logStatusOnLogin&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  mementoListActive&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  mergeHobopolisChat&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  outerChatColor&lt;br /&gt;
|  #b4460f&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  outerTabColor&lt;br /&gt;
|  #0f46b4&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  pathedSummonsHardcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  pathedSummonsSoftcore&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  preferredWebBrowser&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  previousNotifyList&lt;br /&gt;
|  &amp;lt;&amp;gt;&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  previousUpdateVersion&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  protectAgainstOverdrink&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  proxySet&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  readManualHardcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  readManualSoftcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsCustomCombat&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsGraphicalCLI&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsKoLSimulator&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsQuickScripts&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsRestoreLinks&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsRoundNumber&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsUpArrowLinks&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsUseLinks&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAddsWikiLinks&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayAllowsOverrides&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayBrowserOnly&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayBrowserOnly&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayFormatsChatText&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayHidesJunkMallItems&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayMaintainsEffects&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayMaintainsHealth&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayMaintainsMana&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayTextualizesEffects&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayTrimsZapList&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayUsesCachedImages&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayUsesInlineLinks&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayUsesIntegratedChat&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayViewsCustomItems&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  removeMalignantEffects&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  saveSettingsOnSet&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  saveState&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  saveStateActive&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  scriptButtonPosition&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  scriptList&lt;br /&gt;
|  restore hp | restore mp&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  showAllRequests&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  stealthLogin&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  swingLookAndFeel&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  switchEquipmentForBuffs&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  tomeSkillsHardcore&lt;br /&gt;
|  Summon Snowcone&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  tomeSkillsSoftcore&lt;br /&gt;
|  Summon Snowcone&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  toolbarPosition&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useChatMonitor&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useChatToolbar&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useContactsFrame&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useCrimboToysHardcore&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useCrimboToysSoftcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useDecoratedTabs&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useLastUserAgent&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useSeparateChannels&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useShinyTabbedChat&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useSystemTrayIcon&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useTabbedChatFrame&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useToolbars&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  useZoneComboBox&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  userAgent&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  visitLoungeHardcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  visitLoungeSoftcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  visitRumpusHardcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  visitRumpusSoftcore&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Per-Account Variables==&lt;br /&gt;
[[Daily Variables]] and [[Choice Adventures]] preferences have their own pages and are not listed here.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Variable Name&lt;br /&gt;
!  scope=&amp;quot;col&amp;quot; width=&amp;quot;300&amp;quot; | Default Value&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|  autoAbortThreshold&lt;br /&gt;
|  -0.05&lt;br /&gt;
|  Abort adventuring at this percentage of HP. (-0.05 means if HP restoration failed)&lt;br /&gt;
|-&lt;br /&gt;
|  autoAntidote&lt;br /&gt;
|  0&lt;br /&gt;
|  Use antidotes in combat&lt;br /&gt;
|-&lt;br /&gt;
|  autoBuyPriceLimit&lt;br /&gt;
|  20000&lt;br /&gt;
|  Don&#039;t auto purchase anything that costs more than this&lt;br /&gt;
|-&lt;br /&gt;
|  autoEntangle&lt;br /&gt;
|  false&lt;br /&gt;
|  Use Entangling Noodles at the beginning of combat&lt;br /&gt;
|-&lt;br /&gt;
|  autoManaRestore&lt;br /&gt;
|  true&lt;br /&gt;
|  Restore MP in combat&lt;br /&gt;
|-&lt;br /&gt;
|  autoOlfact&lt;br /&gt;
|  &lt;br /&gt;
|  Automatically cast Olfaction&lt;br /&gt;
|-&lt;br /&gt;
|  autoPotionID&lt;br /&gt;
|  false&lt;br /&gt;
|  Attempt to ID ! potions in combat&lt;br /&gt;
|-&lt;br /&gt;
|  autoPutty&lt;br /&gt;
|  &lt;br /&gt;
|  Automatically use Spooky Putty&lt;br /&gt;
|-&lt;br /&gt;
|  autoRepairBoxServants&lt;br /&gt;
|  true&lt;br /&gt;
|  Create in-a-boxen before cooking or mixing &lt;br /&gt;
|-&lt;br /&gt;
|  autoSphereID&lt;br /&gt;
|  false&lt;br /&gt;
|  Attempt to ID spheres from the Hidden City&lt;br /&gt;
|-&lt;br /&gt;
|  autoSteal&lt;br /&gt;
|  true&lt;br /&gt;
|  Attempt to pickpocket in combat&lt;br /&gt;
|-&lt;br /&gt;
|  autostartGalaktikQuest&lt;br /&gt;
|  true&lt;br /&gt;
|  Get Doc Galaktik&#039;s Quest at the start of ascension&lt;br /&gt;
|-&lt;br /&gt;
|  availableDimes&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  availableLucre&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  availableQuarters&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  availableSandDollars&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  barrelGoal&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  barrelLayout&lt;br /&gt;
|  ?????????&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  basementMallPrices&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  battleAction&lt;br /&gt;
|  attack with weapon&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  betweenBattleScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  birdformCold&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  birdformHot&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  birdformRoc&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  birdformSleaze&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  birdformSpooky&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  birdformStench&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  blackPuddingsDefeated&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  blankOutUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  Tracks current amount of active Blank-out&lt;br /&gt;
|-&lt;br /&gt;
|  bootsCharged&lt;br /&gt;
|  false&lt;br /&gt;
|  Are fairy worn boots currently ready to stomp&lt;br /&gt;
|-&lt;br /&gt;
|  breakfastCompleted&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  buffBotCasting&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  buffBotMessageDisposal&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  buffBotPhilanthropyType&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  burrowgrubHiveUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  burrowgrubSummonsRemaining&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  buyScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  cameraMonster&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  cellarLayout&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  chatbotScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  chatbotScriptExecuted&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  chosenTrip&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  clanAttacksEnabled&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  cocktailSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  concertVisited&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentBountyItem&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentFullness&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentHippyStore&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentJunkyardTool&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentJunkyardLocation&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentMojoFilters&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentMood&lt;br /&gt;
|  default&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentNunneryMeat&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentPvpVictories&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentSpleenUse&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  currentWheelPosition&lt;br /&gt;
|  muscle&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  customCombatScript&lt;br /&gt;
|  default&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  dailyDungeonDone&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultAutoAttack&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultFlowerLossMessage&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  defaultFlowerWinMessage&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  demonName1&lt;br /&gt;
|  &lt;br /&gt;
|  Name of demon that gives pies&lt;br /&gt;
|-&lt;br /&gt;
|  demonName2&lt;br /&gt;
|  &lt;br /&gt;
|  Name of demon that gives Preternatural Greed&lt;br /&gt;
|-&lt;br /&gt;
|  demonName3&lt;br /&gt;
|  &lt;br /&gt;
|  Name of demon that gives Fit To Be Tide&lt;br /&gt;
|-&lt;br /&gt;
|  demonName4&lt;br /&gt;
|  &lt;br /&gt;
|  Name of demon that gives Big Flaming Whip&lt;br /&gt;
|-&lt;br /&gt;
|  demonName5&lt;br /&gt;
|  &lt;br /&gt;
|  Name of demon that gives Demonic Taint&lt;br /&gt;
|-&lt;br /&gt;
|  demonName6&lt;br /&gt;
|  Tatter&lt;br /&gt;
|  Name of demon that gives pile of smoking rags&lt;br /&gt;
|-&lt;br /&gt;
|  demonName7&lt;br /&gt;
|  Ak&#039;gyxoth&lt;br /&gt;
|  Name of demon that gives drinks&lt;br /&gt;
|-&lt;br /&gt;
|  demonName8&lt;br /&gt;
|  &lt;br /&gt;
|  Name of demon found in the Nemesis&#039; Lair&lt;br /&gt;
|-&lt;br /&gt;
|  demonName9&lt;br /&gt;
|  &lt;br /&gt;
|  Name of demon that gives Burning, Man&lt;br /&gt;
|-&lt;br /&gt;
|  demonSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  expressCardUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  extraRolloverAdventures&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  flyeredML&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  fossilB&lt;br /&gt;
|  0&lt;br /&gt;
|  Number of bat teeth on the fossilized necklace&lt;br /&gt;
|-&lt;br /&gt;
|  fossilD&lt;br /&gt;
|  0&lt;br /&gt;
|  Number of demon teeth on the fossilized necklace&lt;br /&gt;
|-&lt;br /&gt;
|  fossilN&lt;br /&gt;
|  0&lt;br /&gt;
|  Number of baboon teeth on the fossilized necklace&lt;br /&gt;
|-&lt;br /&gt;
|  fossilP&lt;br /&gt;
|  0&lt;br /&gt;
|  Number of spider teeth on the fossilized necklace&lt;br /&gt;
|-&lt;br /&gt;
|  fossilS&lt;br /&gt;
|  0&lt;br /&gt;
|  Number of serpent teeth on the fossilized necklace&lt;br /&gt;
|-&lt;br /&gt;
|  fossilW&lt;br /&gt;
|  0&lt;br /&gt;
|  Number of wyrm teeth on the fossilized necklace&lt;br /&gt;
|-&lt;br /&gt;
|  fratboysDefeated&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  friarsBlessingReceived&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  gongPath&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  gourdItemCount&lt;br /&gt;
|  5&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  grimoire1Summons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  grimoire2Summons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  guardTurtlesFreed&lt;br /&gt;
|  0&lt;br /&gt;
|  Number of times that [http://kol.coldfront.net/thekolwiki/index.php/Cold-Blooded_Warm_Fuzzies guard turtles have been freed] this ascension.&lt;br /&gt;
|-&lt;br /&gt;
|  guyMadeOfBeesCount&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  guyMadeOfBeesDefeated&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  heroDonationBoris&lt;br /&gt;
|  0&lt;br /&gt;
|  Meat donated to Boris&lt;br /&gt;
|-&lt;br /&gt;
|  heroDonationJarlsberg&lt;br /&gt;
|  0&lt;br /&gt;
|  Meat donated to Jarlsberg&lt;br /&gt;
|-&lt;br /&gt;
|  heroDonationSneakyPete&lt;br /&gt;
|  0&lt;br /&gt;
|  Meat donated to Sneaky Pete&lt;br /&gt;
|-&lt;br /&gt;
|  [[hiddenCityLayout]]&lt;br /&gt;
|  0000000000000000000000000&lt;br /&gt;
|  The map of the Hidden City&lt;br /&gt;
|-&lt;br /&gt;
|  hiddenCitySquare&lt;br /&gt;
|  0&lt;br /&gt;
|  The last square explored in the Hidden City. This square will be auto-adventured.&lt;br /&gt;
|-&lt;br /&gt;
|  hippiesDefeated&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  hpAutoRecovery&lt;br /&gt;
|  -0.05&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  hpAutoRecoveryItems&lt;br /&gt;
|  cannelloni cocoon;scroll of drastic healing;tongue of the walrus;lasagna bandages;doc galaktik&#039;s ailment ointment&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  hpAutoRecoveryTarget&lt;br /&gt;
|  1.0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  invalidBuffMessage&lt;br /&gt;
|  You sent an amount which does not correspond to a valid buff amount.&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  kingLiberated&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  knownAscensions&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastAdventure&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBarrelSmashed&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion819&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion820&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion821&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion822&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion823&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion824&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion825&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion826&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotion827&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBangPotionReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBarrelSmashed&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBattlefieldReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastBreakfast&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastCellarReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastChanceBurn&lt;br /&gt;
|  &lt;br /&gt;
|  CLI command executed at lastChanceThreshold (&amp;quot;#&amp;quot; is replaced by the amount of MP to burn)&lt;br /&gt;
|-&lt;br /&gt;
|  lastChanceThreshold&lt;br /&gt;
|  100&lt;br /&gt;
|  amount of unburned MP at which alternatives to extending existing buffs will be considered&lt;br /&gt;
|-&lt;br /&gt;
|  lastCouncilVisit&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastCounterDay&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDustyBottle2271&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDustyBottle2272&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDustyBottle2273&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDustyBottle2274&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDustyBottle2275&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDustyBottle2276&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDustyBottleReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfDiceRolls&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfDigitRunes&lt;br /&gt;
|  -------&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfEquipmentRunes&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem118&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem119&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem120&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem360&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem361&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem362&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem363&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem364&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem365&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem910&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryItem3199&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfOfficeItem3208&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfOfficeItem3209&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfOfficeItem3210&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfOfficeItem3211&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfOfficeItem3212&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfOfficeItem3213&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfOfficeItem3214&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfOreRunes&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfFactoryReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfHopper1&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfHopper2&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfHopper3&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastDwarfHopper4&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastEVHelmetValue&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastEVHelmetReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastEmptiedStorage&lt;br /&gt;
|  -1&lt;br /&gt;
|  Number of the last ascension that Hangk&#039;s storage was emptied.&lt;br /&gt;
|-&lt;br /&gt;
|  lastFilthClearance&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastGalleryUnlock&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastGuildStoreOpen&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastGuyMadeOfBeesReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastHiddenCityAscension&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastFratboyCall&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastHippyCall&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastKingLiberation&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastLouvreMap&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastMessageId&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastMiningReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStripReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStrip3144&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStrip4138&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStrip4139&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStrip4140&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStrip4141&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStrip4142&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStrip4143&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPaperStrip4144&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPastamancerGhostReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateEphemera&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateEphemeraReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsult1&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsult2&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsult3&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsult4&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsult5&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsult6&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsult7&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsult8&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPirateInsultReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastPyramidReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastQuartetAscension&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastQuartetRequest&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastSecondFloorUnlock&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastSemirareReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastStoneSphere2174&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastStoneSphere2175&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastStoneSphere2176&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastStoneSphere2177&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastStoneSphereReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastTavernAscension&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastTavernSquare&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastTelescopeReset&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastTowerClimb&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastVioletFogMap&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  lastZapperWand&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  libramSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  libraryCardUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  louvreDesiredGoal&lt;br /&gt;
|  7&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  louvreGoal&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  louvreLayout&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  louvreOverride&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  luckySewerAdventure&lt;br /&gt;
|  stolen accordion&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  manaBurnSummonThreshold&lt;br /&gt;
|  10&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  manaBurningThreshold&lt;br /&gt;
|  -0.05&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  maxManaBurn&lt;br /&gt;
|  1000&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| mayflyExperience&lt;br /&gt;
| 0&lt;br /&gt;
| Uses of mayfly bait necklace. Reset each ascension.&lt;br /&gt;
|-&lt;br /&gt;
|  mineLayout1&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  mineLayout2&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  mineLayout3&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  moleTunnelLevel&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  mpAutoRecovery&lt;br /&gt;
|  0.0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  mpAutoRecoveryItems&lt;br /&gt;
|  phonics down;knob goblin superseltzer;mountain stream soda;magical mystery juice;knob goblin seltzer;cherry cloaca cola;soda water&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  mpAutoRecoveryTarget&lt;br /&gt;
|  0.3&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  munchiesPillsUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  noodleSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  nunsVisits&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  oceanAction&lt;br /&gt;
|  savecontinue&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  oceanDestination&lt;br /&gt;
|  manual&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  olfactedMonster&lt;br /&gt;
|  unknown&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  oscusSodaUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  outrageousSombreroUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  pastamancerGhostExperience&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  pastamancerGhostName&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  pastamancerGhostSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  pastamancerGhostType&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  plantingDate&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  plantingDay&lt;br /&gt;
|  -1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  plantingLength&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  plantingScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  postAscensionScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  preAscensionScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  preBlackbirdFamiliar&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  prismaticSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  pyramidPosition&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  pyramidBombUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  rageGlandVented&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  raveCombo1&lt;br /&gt;
|  &lt;br /&gt;
|  Rave Concentration&lt;br /&gt;
|-&lt;br /&gt;
|  raveCombo2&lt;br /&gt;
|  &lt;br /&gt;
|  Rave Nirvana&lt;br /&gt;
|-&lt;br /&gt;
|  raveCombo3&lt;br /&gt;
|  &lt;br /&gt;
|  Rave Knockout&lt;br /&gt;
|-&lt;br /&gt;
|  raveCombo4&lt;br /&gt;
|  &lt;br /&gt;
|  Rave Bleeding&lt;br /&gt;
|-&lt;br /&gt;
|  raveCombo5&lt;br /&gt;
|  &lt;br /&gt;
|  Rave Steal&lt;br /&gt;
|-&lt;br /&gt;
|  raveCombo6&lt;br /&gt;
|  &lt;br /&gt;
|  Rave Substats&lt;br /&gt;
|-&lt;br /&gt;
|  reagentSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  recentLocations&lt;br /&gt;
|  5&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  recoveryScript&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  relayCounters&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  requireBoxServants&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  requireSewerTestItems&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  retrieveContacts&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  seaodesFound&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  semirareCounter&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  semirareLocation&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  serverAddsCustomCombat&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  setAutoAttack&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  showGainsPerUnit&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  sideDefeated&lt;br /&gt;
|  neither&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  sidequestArenaCompleted&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  sidequestFarmCompleted&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  sidequestJunkyardCompleted&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  sidequestLighthouseCompleted&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  sidequestNunsCompleted&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  sidequestOrchardCompleted&lt;br /&gt;
|  none&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  skillLevel46&lt;br /&gt;
|  2&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  skillLevel47&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  skillLevel48&lt;br /&gt;
|  2&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  slimelingFullness&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  sortByRoom&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  spadingData&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  spiceMelangeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  spookyPuttyCopiesMade&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  spookyPuttyMonster&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  stationaryButton1&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  stationaryButton2&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  stationaryButton3&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  stationaryButton4&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  stationaryButton5&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  styxPixieVisited&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  [[tavernLayout]]&lt;br /&gt;
|  0000000000000000000000000&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescope1&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescope2&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescope3&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescope4&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescope5&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescope6&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescope7&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescopeLookedHigh&lt;br /&gt;
|  false&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  telescopeUpgrades&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  tempuraSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  thanksMessage&lt;br /&gt;
|  Thank you for the donation!&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  timesRested&lt;br /&gt;
|  99&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  tomeSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  trapperOre&lt;br /&gt;
|  chrome ore&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usable1HWeapons&lt;br /&gt;
|  3&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usable1xAccs&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usable2HWeapons&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usable3HWeapons&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usableAccessories&lt;br /&gt;
|  3&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usableHats&lt;br /&gt;
|  2&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usableOffhands&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usableOther&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usablePants&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  usableShirts&lt;br /&gt;
|  1&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  violetFogGoal&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  violetFogLayout&lt;br /&gt;
|  &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  warProgress&lt;br /&gt;
|  unstarted&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  welcomeBackAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3542&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3543&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3544&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3545&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3546&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3547&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3548&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3749&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe3751&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe4172&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe4173&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|  unknownRecipe4174&lt;br /&gt;
|  true&lt;br /&gt;
|  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Daily Variables==&lt;br /&gt;
See page [[Daily Variables]]&lt;br /&gt;
==Choice Adventures==&lt;br /&gt;
See page [[Choice Adventures]]&lt;br /&gt;
==Quest Tracking==&lt;br /&gt;
A page that handles the preferences will be done in the future.&lt;br /&gt;
&lt;br /&gt;
==User-defined variables==&lt;br /&gt;
In addition to setting the variables that KoLmafia predefines, you can also create any others to cover any information you wish.  As you do so, keep in mind that while you can clear a variable&amp;amp;#8217;s value to the null string, there is currently no way to delete a key (aside from editing the .txt file in the text processor of your choice and deleting the line that contains the key).&lt;br /&gt;
{{SeeAlso|get_property|set_property}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8050</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8050"/>
		<updated>2013-08-11T19:40:41Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 600-699 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|600&lt;br /&gt;
601&lt;br /&gt;
|{{kolwiki|Summon Minion}}&lt;br /&gt;
{{kolwiki|Summon Horde}}&lt;br /&gt;
|0&amp;lt;br\&amp;gt;&lt;br /&gt;
--&lt;br /&gt;
|See notes&lt;br /&gt;
|This skill allows you to sacrifice meat for a larger Zombie Horde. This is best done through the relay browser or the Skill Casting tab GUI.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8049</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8049"/>
		<updated>2013-08-10T16:26:06Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 508-599 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun)&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
|598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8048</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8048"/>
		<updated>2013-08-10T16:16:33Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 400-497 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun&lt;br /&gt;
&lt;br /&gt;
|3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8047</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8047"/>
		<updated>2013-08-10T16:14:19Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 304-399 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun&lt;br /&gt;
&lt;br /&gt;
|3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8046</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8046"/>
		<updated>2013-08-10T16:12:20Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* No Choice Adventures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun&lt;br /&gt;
&lt;br /&gt;
|3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8045</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8045"/>
		<updated>2013-08-10T16:09:47Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Update deboner&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will simply skip the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun&lt;br /&gt;
&lt;br /&gt;
|3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee. KoLmafia doesn&#039;t support the Sauceror version. It is safe to set choiceAdventure302 to 1.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8044</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8044"/>
		<updated>2013-08-09T18:02:44Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: To 599 and beyond!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to [[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|this post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other settings. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 304-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50. The GUI also has a &#039;&#039;chess&#039;&#039; command.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|575&lt;br /&gt;
|{{kolwiki|Duffel on the Double}}&lt;br /&gt;
|2&lt;br /&gt;
|1-get a piece of the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
2-jar of frostigkraut&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|If your preference is set to 2 and the jar of frostigkraut isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|578&lt;br /&gt;
|{{kolwiki|End of the Boris Road}}&lt;br /&gt;
|0&lt;br /&gt;
|See notes&lt;br /&gt;
|This is encountered after beating the last boss during an Avatar of Boris run. You choose which class you will then change in to. It is recommended you leave this set at 0 so that you can choose the class you want when the time is right.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|579}}579&lt;br /&gt;
|{{kolwiki|Such Great Heights}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-the Nostril of the Serpent then skip adventure&lt;br /&gt;
3-gain 3 adventures then skip adventure&lt;br /&gt;
|KoLmafia tracks you 3 free adventures for each ascension in &#039;&#039;&#039;lastTempleAdventures&#039;&#039;&#039;, which is equal to the last ascension you got them.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|580}}580&lt;br /&gt;
|{{kolwiki|The Hidden Heart of the Hidden Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-Go through the door&lt;br /&gt;
2-[[#583|Confusing Buttons]] or [[#584|Unconfusing Buttons]]&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and Somewhat Poisoned&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. Option 1 will go through the current door which can be set by using option 2. If you choose option 2 with the Nostril of the Serpent, you will lose the Nostril, unlock Unconfusing Buttons, Mafia will set &#039;&#039;&#039;lastTempleButtonsUnlock&#039;&#039;&#039; to your current ascension number, and, if automated, will continuously loop.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|581}}581&lt;br /&gt;
|{{kolwiki|Such Great Depths}}&lt;br /&gt;
|0&lt;br /&gt;
|1-glowing fungus&lt;br /&gt;
2-Gain Hidden Power then skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Fight a clan of cave bars&lt;br /&gt;
|When you gain your Hidden Power for the day, KoLmafia sets &#039;&#039;&#039;_templeHiddenPower&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|582&lt;br /&gt;
|{{kolwiki|Fitting In}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#579|Such Great Heights]]&lt;br /&gt;
2-[[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
&lt;br /&gt;
3-[[#581|Such Great Depths]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|584}}584&lt;br /&gt;
|{{kolwiki|Unconfusing Buttons}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Get the Stone door&lt;br /&gt;
2-Get the Sun door&lt;br /&gt;
&lt;br /&gt;
3-Get the Gargoyle door&lt;br /&gt;
&lt;br /&gt;
4-Access to The Hidden City&lt;br /&gt;
|Any of these choices will return you to [[#580|The Hidden Heart of the Hidden Temple]]&lt;br /&gt;
|-&lt;br /&gt;
|586&lt;br /&gt;
|{{kolwiki|Huggler Radio}}&lt;br /&gt;
|&lt;br /&gt;
|1-Listen to all Fights&lt;br /&gt;
2-Listen to Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Listen to Clanmates Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-Listen to Clanmates and Friends Fight&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5-Stop Listening&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|{{kolwiki|Machines!}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|This choice adventure is set up differently. You need to enter values and then click the button of your choice. KoLmafia does not currently support this.&lt;br /&gt;
|-&lt;br /&gt;
|590&lt;br /&gt;
|{{kolwiki|Not Alone In The Dark}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Black Ops Bugbear or waste adventure&lt;br /&gt;
2-Shoot a flare (available if you have a flaregun&lt;br /&gt;
&lt;br /&gt;
|3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|595&lt;br /&gt;
|{{kolmafia|Fire! I... have made... fire!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-HP &amp;amp; MP regen after combats&lt;br /&gt;
2-3 PvP fights&lt;br /&gt;
|If you have this preference set to 1 or 2, KoLmafia will use a CSA fire-starting kit as part of [[breakfast]]. When used, KoLmafia will also set the preference &#039;&#039;&#039;_fireStartingKitUsed&#039;&#039;&#039; to true.&lt;br /&gt;
|-&lt;br /&gt;
|597&lt;br /&gt;
|{{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gnomish swimmer&#039;s ears	&lt;br /&gt;
2-Gnomish coal miner&#039;s lung&lt;br /&gt;
&lt;br /&gt;
3-Gnomish tennis elbow&lt;br /&gt;
&lt;br /&gt;
4-Gnomish housemaid&#039;s kgnee&lt;br /&gt;
&lt;br /&gt;
5-Gnomish athlete&#039;s foot&lt;br /&gt;
|This occurs when you visit the Cake-Shaped Arena with your Reagnimated Gnome.&lt;br /&gt;
|-&lt;br /&gt;
598&lt;br /&gt;
|{{kolwiki|Recruit Zombie}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend a turn to recruit zombies&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This only occurs when you use the skill Recruit Zombie.&lt;br /&gt;
|-&lt;br /&gt;
|599&lt;br /&gt;
|{{kolwiki|Lure Minions}}&lt;br /&gt;
|0&lt;br /&gt;
|See note&lt;br /&gt;
|This skill allows you to sacrifice brains you&#039;ve collected for a larger Zombie Horde. This is best done through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
===Clan swimming pool===&lt;br /&gt;
When you visit {{kolwiki|An Olympic-Sized Swimming Pool}}, you can do a cannonball or you can do laps. KoLmafia will do a cannonball every day for [[breakfast]] and search for an item. Also, you can get the effects from doing laps or sprints through the Daily Deeds panel.&amp;lt;br\&amp;gt;&lt;br /&gt;
When you use a lost key, KoLmafia can automate what you get. Instead of the direct choices, you can set a goal by setting &#039;&#039;&#039;choiceAdventure594&#039;&#039;&#039; to your choice or through the GUI&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: The Lost Glasses&lt;br /&gt;
*2: The Lost Comb&lt;br /&gt;
*3: The Lost Pill Bottle&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|Stumped&lt;br /&gt;
|Occurs in The Arrrboretum. You recieve any reward you earned. KoLmafia does not set this by default.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee. KoLmafia doesn&#039;t support the Sauceror version. It is safe to set choiceAdventure302 to 1.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
|571&amp;lt;br\&amp;gt;572&amp;lt;br\&amp;gt;573&amp;lt;br\&amp;gt;574&amp;lt;br\&amp;gt;576&amp;lt;br\&amp;gt;577&lt;br /&gt;
|Your Minstrel Vamps&amp;lt;br\&amp;gt;Your Minstrel Clamps&amp;lt;br\&amp;gt;Your Minstrel Stamps&amp;lt;br\&amp;gt;The Minstrel Cycle Begins&amp;lt;br\&amp;gt;Your Minstrel Camps&amp;lt;br\&amp;gt;Your Minstrel Scamp&lt;br /&gt;
|These are encountered when CLancy gets a ! while adventuring as an Avatar of Boris.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|583}}583&lt;br /&gt;
|Confusing Buttons&lt;br /&gt;
|This is part of The Hidden Temple. It will change the door and end the adventure.&lt;br /&gt;
|-&lt;br /&gt;
|591&amp;lt;br\&amp;gt;592&amp;lt;br\&amp;gt;593&lt;br /&gt;
|The&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;Middle&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&amp;lt;br\&amp;gt;&lt;br /&gt;
The&amp;amp;nbsp;End&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;Beginning&amp;amp;nbsp;of&amp;amp;nbsp;the&amp;amp;nbsp;End&lt;br /&gt;
|These lead to the fight with the Bugbear Captain&lt;br /&gt;
|-&lt;br /&gt;
|596&lt;br /&gt;
|Dawn of the D&#039;oh&lt;br /&gt;
|This is your introduction to a Zombie Slayer path. You will receive your starting skill and gear at the end.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8043</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8043"/>
		<updated>2013-08-09T15:52:35Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* GameInformPowerDailyPro Dungeon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|538&lt;br /&gt;
|{{kolwiki|Big-Time Generator}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fix the generator&lt;br /&gt;
|This choice adventure has no choice. KoLmafia provides support for the descent through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|539&lt;br /&gt;
|{{kolwiki|An E.M.U. for Y.O.U.}}&lt;br /&gt;
|1&lt;br /&gt;
|1-E.M.U. Unit&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|542&lt;br /&gt;
|{{kolwiki|Now&#039;s Your Pants! I Mean... Your Chance!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unequip pants&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|543&lt;br /&gt;
|{{kolwiki|Up In Their Grill}}&lt;br /&gt;
|1&lt;br /&gt;
|1-11-inch knob sausage&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|544&lt;br /&gt;
|{{kolwiki|A Sandwich Appears!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-exorcised sandwich&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|{{kolwiki|GameInformPowerDailyPro Walkthru}}&lt;br /&gt;
|1&lt;br /&gt;
|1-GameInformPowerDailyPro walkthru and unlock The GameInformPowerDailyPro Dungeon&lt;br /&gt;
|This choice adventure has no choice&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, KoLmafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee. KoLmafia doesn&#039;t support the Sauceror version. It is safe to set choiceAdventure302 to 1.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8042</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8042"/>
		<updated>2013-08-09T15:52:02Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Vamping Out */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|538&lt;br /&gt;
|{{kolwiki|Big-Time Generator}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fix the generator&lt;br /&gt;
|This choice adventure has no choice. KoLmafia provides support for the descent through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|539&lt;br /&gt;
|{{kolwiki|An E.M.U. for Y.O.U.}}&lt;br /&gt;
|1&lt;br /&gt;
|1-E.M.U. Unit&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|542&lt;br /&gt;
|{{kolwiki|Now&#039;s Your Pants! I Mean... Your Chance!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unequip pants&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|543&lt;br /&gt;
|{{kolwiki|Up In Their Grill}}&lt;br /&gt;
|1&lt;br /&gt;
|1-11-inch knob sausage&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|544&lt;br /&gt;
|{{kolwiki|A Sandwich Appears!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-exorcised sandwich&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|{{kolwiki|GameInformPowerDailyPro Walkthru}}&lt;br /&gt;
|1&lt;br /&gt;
|1-GameInformPowerDailyPro walkthru and unlock The GameInformPowerDailyPro Dungeon&lt;br /&gt;
|This choice adventure has no choice&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
===GameInformPowerDailyPro Dungeon===&lt;br /&gt;
When you read a GameInformPowerDailyPro magazine, mafia will parse the walkthrough and set choices for your particular dungeon. When you come across non-combats that requires choice, such as the maze, it will have everything set up correctly. If you&#039;re playing through the relay browser, an arrow will indicate the correct choice. The maze itself will have a shortcut button to quickly go through the maze.&lt;br /&gt;
&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee. KoLmafia doesn&#039;t support the Sauceror version. It is safe to set choiceAdventure302 to 1.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8041</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8041"/>
		<updated>2013-08-09T15:29:54Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Vamping Out */  Add no choice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|538&lt;br /&gt;
|{{kolwiki|Big-Time Generator}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fix the generator&lt;br /&gt;
|This choice adventure has no choice. KoLmafia provides support for the descent through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|539&lt;br /&gt;
|{{kolwiki|An E.M.U. for Y.O.U.}}&lt;br /&gt;
|1&lt;br /&gt;
|1-E.M.U. Unit&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|542&lt;br /&gt;
|{{kolwiki|Now&#039;s Your Pants! I Mean... Your Chance!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unequip pants&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|543&lt;br /&gt;
|{{kolwiki|Up In Their Grill}}&lt;br /&gt;
|1&lt;br /&gt;
|1-11-inch knob sausage&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|544&lt;br /&gt;
|{{kolwiki|A Sandwich Appears!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-exorcised sandwich&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|{{kolwiki|GameInformPowerDailyPro Walkthru}}&lt;br /&gt;
|1&lt;br /&gt;
|1-GameInformPowerDailyPro walkthru and unlock The GameInformPowerDailyPro Dungeon&lt;br /&gt;
|This choice adventure has no choice&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;br /&gt;
==No Choice Adventures==&lt;br /&gt;
These choice adventures, while technically a choice adventure in that they use choice.php, have only one option. These are usually to continue a narrative or accept something. They generally have a default of 1.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|Pop!&lt;br /&gt;
|This occurs if you are in a non-combat while in any part of Hobopolis, such as being trapped in the cage or deciding to fight a boss.&lt;br /&gt;
|-&lt;br /&gt;
|302&amp;lt;br\&amp;gt;303&amp;lt;br\&amp;gt;306&amp;lt;br\&amp;gt;307&amp;lt;br\&amp;gt;308	&lt;br /&gt;
|You&#039;ve&amp;amp;nbsp;Hit&amp;amp;nbsp;Bottom&amp;lt;br\&amp;gt;&lt;br /&gt;
Not&amp;amp;nbsp;a&amp;amp;nbsp;Micro&amp;amp;nbsp;Fish&amp;lt;br\&amp;gt;&lt;br /&gt;
Salacious&amp;amp;nbsp;Cocktailcrafting&amp;lt;br\&amp;gt;&lt;br /&gt;
Boxing&amp;amp;nbsp;the&amp;amp;nbsp;Juke&lt;br /&gt;
|These occur when you get your reward for finding Grandpa Sea Monkee. KoLmafia doesn&#039;t support the Sauceror version. It is safe to set choiceAdventure302 to 1.&lt;br /&gt;
|-&lt;br /&gt;
|387&amp;lt;br\&amp;gt;388&amp;lt;br\&amp;gt;389&amp;lt;br\&amp;gt;390&amp;lt;br\&amp;gt;391	&lt;br /&gt;
|Time&amp;amp;nbsp;Isn&#039;t&amp;amp;nbsp;Holding&amp;amp;nbsp;Up;&amp;amp;nbsp;Time&amp;amp;nbsp;Is&amp;amp;nbsp;a&amp;amp;nbsp;Doughnut&amp;lt;br\&amp;gt;Extra&amp;amp;nbsp;Savior&amp;amp;nbsp;Faire&amp;lt;br\&amp;gt;The&amp;amp;nbsp;Unbearable&amp;amp;nbsp;Supremeness&amp;amp;nbsp;of&amp;amp;nbsp;Being&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Winning&amp;amp;nbsp;Pass&amp;lt;br\&amp;gt;OMG&amp;amp;nbsp;KAWAIII&lt;br /&gt;
|These occur in Seaside Megalpois. Some of them require you to have the Future quest active.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|Flying In Circles&lt;br /&gt;
|This leads to the final combat with your nemesis.&lt;br /&gt;
|-&lt;br /&gt;
|438&amp;lt;br\&amp;gt;458&lt;br /&gt;
|From Little Acorns...&amp;lt;br\&amp;gt;... Grow Unspeakable Horrors&lt;br /&gt;
|These occur in The Arrrboretum, requiring an underworld acorn.&lt;br /&gt;
|-&lt;br /&gt;
|509&amp;lt;br\&amp;gt;510&lt;br /&gt;
|Of Course!&lt;br /&gt;
Those Who Came Before You&lt;br /&gt;
|These are part of the Rat Cellar.&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|Mr. Alarm, I Presarm&lt;br /&gt;
|This is part of the MacGuffin quest.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|A Wicked Buzz&lt;br /&gt;
|An additional part of the St. Sneaky Pete&#039;s day tattoo. Once you have the full tattoo, you will never get this again.&lt;br /&gt;
|-&lt;br /&gt;
|538&amp;lt;br\&amp;gt;539&lt;br /&gt;
|Big-Time Generator&lt;br /&gt;
An E.M.U. for Y.O.U.&lt;br /&gt;
|Part of the quest to unlock Elvish Paradise.&lt;br /&gt;
|-&lt;br /&gt;
|542&amp;lt;br\&amp;gt;543&amp;lt;br\&amp;gt;544	&lt;br /&gt;
|Now&#039;s&amp;amp;nbsp;Your&amp;amp;nbsp;Pants!&amp;amp;nbsp;I&amp;amp;nbsp;Mean...&amp;amp;nbsp;Your&amp;amp;nbsp;Chance!&amp;lt;br\&amp;gt;Up&amp;amp;nbsp;In&amp;amp;nbsp;Their&amp;amp;nbsp;Grill&amp;lt;br\&amp;gt;A&amp;amp;nbsp;Sandwich&amp;amp;nbsp;Appears!&lt;br /&gt;
|These unlock your guild.&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|GameInformPowerDailyPro Walkthru&lt;br /&gt;
|This unlock the GameInformPowerDailyPro dungeon. KoLmafia will parse the information, set the choices for you, and automate the NCs for you.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8040</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8040"/>
		<updated>2013-08-09T14:24:13Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 508-599 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|538&lt;br /&gt;
|{{kolwiki|Big-Time Generator}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fix the generator&lt;br /&gt;
|This choice adventure has no choice. KoLmafia provides support for the descent through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|539&lt;br /&gt;
|{{kolwiki|An E.M.U. for Y.O.U.}}&lt;br /&gt;
|1&lt;br /&gt;
|1-E.M.U. Unit&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|542&lt;br /&gt;
|{{kolwiki|Now&#039;s Your Pants! I Mean... Your Chance!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unequip pants&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|543&lt;br /&gt;
|{{kolwiki|Up In Their Grill}}&lt;br /&gt;
|1&lt;br /&gt;
|1-11-inch knob sausage&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|544&lt;br /&gt;
|{{kolwiki|A Sandwich Appears!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-exorcised sandwich&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|564&lt;br /&gt;
|{{kolwiki|A Maelstrom of Trouble}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#565|To Get Groped or Get Mugged?]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|565}}565&lt;br /&gt;
|{{kolwiki|To Get Groped or Get Mugged?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Terrible Pinch (no adventure cost)&lt;br /&gt;
2-Unlock Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|566&lt;br /&gt;
|{{kolwiki|A Choice to be Made}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Terrible Pinch or Thug 1 and Thug 2 (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|567&lt;br /&gt;
|{{kolwiki|You May Be on Thin Ice}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#568|Some Sounds Most Unnerving]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|568}}568&lt;br /&gt;
|{{kolwiki|Some Sounds Most Unnerving}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock Mammon the Elephant (no adventure cost)&lt;br /&gt;
2-Unlock The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|569&lt;br /&gt;
|{{kolwiki|One More Demon to Slay}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of Mammon the Elephant and The Large-Bellied Snitch (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|570&lt;br /&gt;
|{{kolwiki|GameInformPowerDailyPro Walkthru}}&lt;br /&gt;
|1&lt;br /&gt;
|1-GameInformPowerDailyPro walkthru and unlock The GameInformPowerDailyPro Dungeon&lt;br /&gt;
|This choice adventure has no choice&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8039</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8039"/>
		<updated>2013-08-06T22:14:12Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 508-599 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|538&lt;br /&gt;
|{{kolwiki|Big-Time Generator}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fix the generator&lt;br /&gt;
|This choice adventure has no choice. KoLmafia provides support for the descent through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|539&lt;br /&gt;
|{{kolwiki|An E.M.U. for Y.O.U.}}&lt;br /&gt;
|1&lt;br /&gt;
|1-E.M.U. Unit&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|542&lt;br /&gt;
|{{kolwiki|Now&#039;s Your Pants! I Mean... Your Chance!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unequip pants&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|543&lt;br /&gt;
|{{kolwiki|Up In Their Grill}}&lt;br /&gt;
|1&lt;br /&gt;
|1-11-inch knob sausage&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|544&lt;br /&gt;
|{{kolwiki|A Sandwich Appears!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-exorcised sandwich&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|560&lt;br /&gt;
|{{kolwiki|Foreshadowing Demon!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlocks [[#561|You Must Choose Your Destruction!]] (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|561}}561&lt;br /&gt;
|{{kolwiki|You Must Choose Your Destruction!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock The Thorax (no adventure cost)&lt;br /&gt;
2-Unlock The Bat in the Spats (no adventure cost)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|563&lt;br /&gt;
|{{kolwiki|A Test of Your Mettle}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unlock the other of The Thorax or The Bat in the Spats (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8038</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8038"/>
		<updated>2013-08-06T22:04:47Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Arcade Game */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|538&lt;br /&gt;
|{{kolwiki|Big-Time Generator}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fix the generator&lt;br /&gt;
|This choice adventure has no choice. KoLmafia provides support for the descent through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|539&lt;br /&gt;
|{{kolwiki|An E.M.U. for Y.O.U.}}&lt;br /&gt;
|1&lt;br /&gt;
|1-E.M.U. Unit&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|542&lt;br /&gt;
|{{kolwiki|Now&#039;s Your Pants! I Mean... Your Chance!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unequip pants&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|543&lt;br /&gt;
|{{kolwiki|Up In Their Grill}}&lt;br /&gt;
|1&lt;br /&gt;
|1-11-inch knob sausage&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|544&lt;br /&gt;
|{{kolwiki|A Sandwich Appears!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-exorcised sandwich&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;br /&gt;
===Vamping Out===&lt;br /&gt;
{{kolwiki|Interview With You|Vamping out}} allows you gain various benefits. KoLmafia provides some support, but the nature of these choices need to be changed each time in the GUI. Scripts can be written to take the route you want, such as [[http://kolmafia.us/showthread.php?10670|Bale&#039;s Vamp Out Manager]], which sets up the choices as Daily Deeds. The Daily Variables that are associated with these adventures are &#039;&#039;&#039;_interviewIsabella&#039;&#039;&#039;, &#039;&#039;&#039;_interviewMasquerade&#039;&#039;&#039;, and &#039;&#039;&#039;_interviewVlad&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8037</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8037"/>
		<updated>2013-08-06T21:51:43Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 508-599 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|524&lt;br /&gt;
|{{kolwiki|The Adventures of Lars the Cyberian}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|525&lt;br /&gt;
|{{kolwiki|Fiddling with a Puzzle}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|Due to the nature of this item, it is recommended to be investigated manually.&lt;br /&gt;
|-&lt;br /&gt;
|527&lt;br /&gt;
|{{kolwiki|The Haert of Darkness}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight The Bonerdagon&lt;br /&gt;
2-sikp advenuter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|535&lt;br /&gt;
|{{kolwiki|Deep Inside Ronald, Baby}}&lt;br /&gt;
|0&lt;br /&gt;
|1-E.M.U. rocket thrusters&lt;br /&gt;
2-Gain Spell Transfer Complete&lt;br /&gt;
&lt;br /&gt;
3-E.M.U. joystick&lt;br /&gt;
&lt;br /&gt;
4-elven medi-pack &amp;amp; elven magi-pack&lt;br /&gt;
&lt;br /&gt;
5-Gain Overstimulated&lt;br /&gt;
&lt;br /&gt;
6-Gain Simulation Stimulation&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|536&lt;br /&gt;
|{{kolwiki|Deep Inside Grimace, Bow Chick-a Bow Bow}}&lt;br /&gt;
|0&lt;br /&gt;
|1-distension pill&lt;br /&gt;
2-synthetic dog hair pill&lt;br /&gt;
&lt;br /&gt;
3-Heal Thy Nanoself&lt;br /&gt;
&lt;br /&gt;
4-E.M.U. harness&lt;br /&gt;
&lt;br /&gt;
5-biscuits of elven hardtack and bottles of elven squeeze&lt;br /&gt;
&lt;br /&gt;
6-E.M.U. helmet&lt;br /&gt;
|KoLmafia automates the entire chain of choice adventures. This can be set simply using the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|538&lt;br /&gt;
|{{kolwiki|Big-Time Generator}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fix the generator&lt;br /&gt;
|This choice adventure has no choice. KoLmafia provides support for the descent through the relay browser.&lt;br /&gt;
|-&lt;br /&gt;
|539&lt;br /&gt;
|{{kolwiki|An E.M.U. for Y.O.U.}}&lt;br /&gt;
|1&lt;br /&gt;
|1-E.M.U. Unit&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|542&lt;br /&gt;
|{{kolwiki|Now&#039;s Your Pants! I Mean... Your Chance!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Unequip pants&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|543&lt;br /&gt;
|{{kolwiki|Up In Their Grill}}&lt;br /&gt;
|1&lt;br /&gt;
|1-11-inch knob sausage&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|544&lt;br /&gt;
|{{kolwiki|A Sandwich Appears!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-exorcised sandwich&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8036</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8036"/>
		<updated>2013-08-06T21:22:26Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 105-199 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8035</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8035"/>
		<updated>2013-08-06T21:21:49Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 500-599 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 508-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|508&lt;br /&gt;
|{{kolwiki|Greatest American Pants|Pants-Gazing}}&lt;br /&gt;
|&lt;br /&gt;
|See notes&lt;br /&gt;
|This choice adventure is reached by activating the Greatest American Pants. KoLmafia supports buffs using the pants. You can use the CLI command &#039;&#039;gap&#039;&#039; or activate it through the Modifier Maximizer.&lt;br /&gt;
|-&lt;br /&gt;
|509&lt;br /&gt;
|{{kolwiki|Of Course!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Turn of the rat faucet&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|510&lt;br /&gt;
|{{kolwiki|Those Who Came Before You}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get class-based rewards&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|511&lt;br /&gt;
|{{kolwiki|If it&#039;s Tiny, is it Still a Mansion?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight Baron von Ratsworth&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|512&lt;br /&gt;
|{{kolwiki|Hot and Cold Running Rats}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a drunken rat&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|513&lt;br /&gt;
|{{kolwiki|Staring Down the Barrel}}&lt;br /&gt;
|1&lt;br /&gt;
|1-ice-cold Willers&lt;br /&gt;
2-skip adventure (available with +20 cold damge)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|514&lt;br /&gt;
|{{kolwiki|1984 Had Nothing on This Cellar}}&lt;br /&gt;
|1&lt;br /&gt;
|1-rat whiskers and a chance for a smiling rat&lt;br /&gt;
2-skip adventure (available with +20 stench damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|515&lt;br /&gt;
|{{kolwiki|A Rat&#039;s Home...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-3 bottles of tequila&lt;br /&gt;
2-skip adventure (available with +20 spooky damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|517&lt;br /&gt;
|{{kolwiki|Mr. Alarm, I Presarm}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Work on Mega Gem&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|521&lt;br /&gt;
|{{kolwiki|A Wicked Buzz}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get St. Sneaky Pete&#039;s tattoo upgrade&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|522&lt;br /&gt;
|{{kolwiki|Welcome to the Footlocker}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain missing Knob Goblin Elite Guard Uniform outfit piece. Else, Knob jelly donut&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|523&lt;br /&gt;
|{{kolwiki|Death Rattlin&#039;}}&lt;br /&gt;
|5&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Gain stats, HP, and MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-Fight a swarm of ghuol whelps basedon ML&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8034</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8034"/>
		<updated>2013-08-06T20:50:51Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 400-499 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-497==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8033</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8033"/>
		<updated>2013-08-06T20:50:20Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 400-499 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|444&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;445&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;446&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;447&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;448&amp;lt;br\&amp;gt;&amp;lt;br\&amp;gt;449&lt;br /&gt;
|{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Seal&amp;amp;nbsp;Clubber)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Field&amp;amp;nbsp;of&amp;amp;nbsp;Strawberries&amp;lt;br\&amp;gt;(Pastamancer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Accordion&amp;amp;nbsp;Thief)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|A&amp;amp;nbsp;Caucus&amp;amp;nbsp;Racetrack&amp;lt;br\&amp;gt;(Sauceror)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Turtle&amp;amp;nbsp;Tamer)}}&amp;lt;br\&amp;gt;&lt;br /&gt;
{{kolwiki|The&amp;amp;nbsp;Croquet&amp;amp;nbsp;Grounds&amp;lt;br\&amp;gt;(Disco&amp;amp;nbsp;Bandit)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Receive your class&#039;s special item&lt;br /&gt;
2-Get the regular reward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|450&lt;br /&gt;
|{{kolwiki|The Duchess&#039; Cottage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Present your foods&lt;br /&gt;
2-Walk away (Wastes a map and turn)&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|451&lt;br /&gt;
|{{kolwiki|Typographical Clutter}}&lt;br /&gt;
|5&lt;br /&gt;
|1-left parenthesis&lt;br /&gt;
2-Moxie stats and lose and gain meat&lt;br /&gt;
&lt;br /&gt;
3-plus sign then Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and MP&lt;br /&gt;
&lt;br /&gt;
5-Gain Teleportitis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|452&lt;br /&gt;
|{{kolwiki|Leave a Message and I&#039;ll Call You Back}}&lt;br /&gt;
|&lt;br /&gt;
|1-Lose all HP or kill spider&lt;br /&gt;
2-With a live spider, tiny fly glasses. With a dead spider and torso awaregness, flyest of shirts. Else, waste adventure&lt;br /&gt;
&lt;br /&gt;
3-3 fruits&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|453&lt;br /&gt;
|{{kolwiki|Getting a Leg Up (Small-O-Fier)|Getting a Leg Up}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a jungle scabie&lt;br /&gt;
2-Gain stats&lt;br /&gt;
&lt;br /&gt;
3-hair of the calf&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|454&lt;br /&gt;
|{{kolwiki|Just Like the Ocean Under the Moon}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a smooth jazz scabie&lt;br /&gt;
2-Heal HP&amp;amp;MP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|455&lt;br /&gt;
|{{kolwiki|Double Trouble in the Stubble}}&lt;br /&gt;
|&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-With a can-you-dig-it? equipped, The Legendary Beat. Else, lose HP&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|456&lt;br /&gt;
|{{kolwiki|Made it, Ma! Top of the World!}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Whole Kingdom&lt;br /&gt;
2-Gain Hurricane Force&lt;br /&gt;
&lt;br /&gt;
3-Gain a dance upon the palate if you don&#039;t have it.&lt;br /&gt;
&lt;br /&gt;
4-Gain stats&lt;br /&gt;
|KoLmafia does support automating this adventure, but it has no default. Options can be found in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|457&lt;br /&gt;
|{{kolwiki|Oh, No! Five-Oh!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Turn in phone numbers for reward&lt;br /&gt;
2-Keep gathering phone numbers&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|458&lt;br /&gt;
|{{kolwiki|... Grow Unspeakable Horrors}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Underworld sapling&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|496&lt;br /&gt;
|{{kolwiki|Crate Expectations (Tavern Cellar)|Crate Expectations}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random booze&lt;br /&gt;
2-skip adventure (available with +20 hot damage)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|497&lt;br /&gt;
|{{kolwiki|SHAFT!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight an unearthed monstrosity&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8032</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8032"/>
		<updated>2013-08-06T20:48:34Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 302-399 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8031</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8031"/>
		<updated>2013-08-06T20:46:30Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 302-399 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{kolwiki|The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8030</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8030"/>
		<updated>2013-08-06T20:38:56Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Hunt the Wumpus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;br /&gt;
===Arcade Game===&lt;br /&gt;
{{kolwiki|The Game Grid}} has various games you can play using a Game Grid token. KoLmafia does have support for these games through the relay browser. These can be turned on or off by setting &#039;&#039;&#039;arcadeGameHints&#039;&#039;&#039; to true or false, respectively.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Template:Nowrap&amp;diff=8067</id>
		<title>Template:Nowrap</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Template:Nowrap&amp;diff=8067"/>
		<updated>2013-08-06T19:52:05Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!--interwikis/categories go inside doc--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Template:Nowrap&amp;diff=8066</id>
		<title>Template:Nowrap</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Template:Nowrap&amp;diff=8066"/>
		<updated>2013-08-06T19:51:13Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Create Nowrap Template from Wikpedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8029</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8029"/>
		<updated>2013-08-06T16:12:50Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 400-499 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|400&lt;br /&gt;
|{{kolwiki|No Rest for the Room}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin teacher&lt;br /&gt;
2-Mer-kin cancerstick&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|{{kolwiki|Raising Cane}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin punisher&lt;br /&gt;
2-Mer-kin wordquiz (3 with a Mer-kin bunwig). Also a Mer-kin facecowl or Mer-kin waistrope if you do not have one yet.&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|402&lt;br /&gt;
|{{kolwiki|Don&#039;t Hold a Grudge}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|403&lt;br /&gt;
|{{kolwiki|Picking Sides}}&lt;br /&gt;
|0&lt;br /&gt;
|1-skate blade&lt;br /&gt;
2-brand new key&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|409&lt;br /&gt;
|{{kolwiki|The Island Barracks}}&lt;br /&gt;
|&lt;br /&gt;
|1-A Short Hallway&lt;br /&gt;
|KoLmafia does not support automation of The Island Barracks. However, choice adventures will be noted. All options of &amp;quot;Sneak out of the fort&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|410&lt;br /&gt;
|{{kolwiki|A Short Hallway}}&lt;br /&gt;
|&lt;br /&gt;
|1-Hallway Left&lt;br /&gt;
2-Hallway Right&lt;br /&gt;
&lt;br /&gt;
3-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|411&lt;br /&gt;
|{{kolwiki|Hallway Left}}&lt;br /&gt;
|&lt;br /&gt;
|1-Kitchen&lt;br /&gt;
2-Dining room&lt;br /&gt;
&lt;br /&gt;
3-Storeroom&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|412&lt;br /&gt;
|{{kolwiki|Hallway Right}}&lt;br /&gt;
|&lt;br /&gt;
|1-Bedroom&lt;br /&gt;
2-Library&lt;br /&gt;
&lt;br /&gt;
3-Parlour&lt;br /&gt;
&lt;br /&gt;
4-Sneak out of the fort&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|413&lt;br /&gt;
|{{kolwiki|Kitchen (The Barracks)|Kitchen}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|414&lt;br /&gt;
|{{kolwiki|Dining room}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|415&lt;br /&gt;
|{{kolwiki|Storeroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|416&lt;br /&gt;
|{{kolwiki|Bedroom (The Barracks)|Bedroom}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|417&lt;br /&gt;
|{{kolwiki|Library (The Barracks)|Library}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|418&lt;br /&gt;
|{{kolwiki|Parlour}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|The results in this choice adventure randomize each ascension. Further, it is unknown if the fight option are choice adventures themselves.&lt;br /&gt;
|-&lt;br /&gt;
|437&lt;br /&gt;
|{{kolwiki|Flying In Circles}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight your Nemesis, once and for all&lt;br /&gt;
|KoLmafia does not officially support this automation. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|438&lt;br /&gt;
|{{kolwiki|From Little Acorns...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Plant your underworld acorn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|440&lt;br /&gt;
|{{kolwiki|Puttin&#039; on the Wax}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|Due to the construction of this choice adventure, study of its HTML may be proper to decide how to automate this. Keep in mind that accessing and leaving this adventure does not cost an adventure, unlike other parts of the Island Barracks.&lt;br /&gt;
|-&lt;br /&gt;
|441&lt;br /&gt;
|{{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|&lt;br /&gt;
|1-Get an effect depending on your hat (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|Rather than a preference setting, KoLmafia automates this in 2 ways. First, the CLI has a &#039;&#039;hatter&#039;&#039; command, which can show which effects you can get with your available hats or get an effect with a certain hat. Second, the Daily Deed panel has a dropdown list of available effects you can get with a mouseover effect explaining what the effect is. Both option with use a &amp;quot;DRINK ME&amp;quot; potion first, which not only allows you in to the area, but also increments &#039;&#039;&#039;pendingMapReflections&#039;&#039;&#039; which determines how may {{kolwiki|reflection of a map|reflections of maps}} you can get.&lt;br /&gt;
|-&lt;br /&gt;
|442&lt;br /&gt;
|{{kolwiki|A Moment of Reflection}}&lt;br /&gt;
|&lt;br /&gt;
|1-yellow matter custard unless you&#039;re the right class&lt;br /&gt;
2-delicious comfit? unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
3-Fight a croqueteer unless you&#039;re the right class&lt;br /&gt;
&lt;br /&gt;
4-[[#450|The Duchess&#039; Cottage]]&lt;br /&gt;
&lt;br /&gt;
5-[[#443|The Great Big Chessboard]]&lt;br /&gt;
&lt;br /&gt;
6-skip adventure (does not consume map)&lt;br /&gt;
|KoLmafia does support automating this. The GUI has dropdowns for all but the Duchess and the chessboard.&lt;br /&gt;
|-&lt;br /&gt;
|443&lt;br /&gt;
|{{kolwiki|The Great Big Chessboard}}&lt;br /&gt;
|&lt;br /&gt;
|See Notes&lt;br /&gt;
|KoLmafia supports this choice adventure through the relay browser. It will add a &amp;quot;Solve!&amp;quot; button which will get you a queen cookie and increment &#039;&#039;&#039;chessboardsCleared&#039;&#039;&#039; up to 50.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8028</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8028"/>
		<updated>2013-08-06T01:46:57Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 302-399 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|306&lt;br /&gt;
|{{kolwiki|Not a Micro Fish}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Summon Leviatuga or Harpoon!&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|307&lt;br /&gt;
|{{kolwiki|Salacious Cocktailcrafting}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Salacious Cocktailcrafting and a seaode&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|308&lt;br /&gt;
|{{kolwiki|Boxing the Juke}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Donho&#039;s Bubbly Ballad&lt;br /&gt;
|There is no choice in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|309&lt;br /&gt;
|{{kolwiki|Barback}}&lt;br /&gt;
|1&lt;br /&gt;
|1-seaode&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many seaodes you&#039;ve collected today with &#039;&#039;&#039;seaodesFound&#039;&#039;&#039; and resets at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|310}}310&lt;br /&gt;
|{{kolwiki|The Economist of Scales}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 10 dull scales for a rough scale (no adventure cost)&lt;br /&gt;
2-Trade 10 rough scales for a dull scale (no adventure cost)&lt;br /&gt;
&lt;br /&gt;
3-end adventure (no adventure cost)&lt;br /&gt;
|This adventure does not end until you choose option 3. It is recommended that you leave this set at 0 so you can control it manually.&lt;br /&gt;
|-&lt;br /&gt;
|311&lt;br /&gt;
|{{kolwiki|Heavily Invested in Pun Futures}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#310|The Economist of Scales}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|326&lt;br /&gt;
|{{kolwiki|Showdown}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Mother Slime&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is surrently unknown how KoLmafia would handle it if someone closes the Slime Tube while in this choice. However, because this is part of a clan dungeon, it is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|330&lt;br /&gt;
|{{kolwiki|A Shark&#039;s Chum}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Fight a hustled spectre&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|337&lt;br /&gt;
|{{kolwiki|Engulfed!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Tickle the uvula&lt;br /&gt;
2-Squeeze the gall bladder&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|It is recommended that you leave this set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|346&lt;br /&gt;
347&lt;br /&gt;
&lt;br /&gt;
348&lt;br /&gt;
|{{kolwiki|Soup For You}}&lt;br /&gt;
{{kolwiki|Yes, Soup For You...}}&lt;br /&gt;
&lt;br /&gt;
{{kolwiki|Souped Up}}&lt;br /&gt;
|1&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|These choice adventures have no choice. Once these adventures are done, you will not encounter them again.&lt;br /&gt;
|-&lt;br /&gt;
|349&lt;br /&gt;
|{{kolwiki|The Primordial Directive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-After using a memory of some delicious amino acids, banish adventure. Else, waste a turn.&lt;br /&gt;
2-random stats&lt;br /&gt;
&lt;br /&gt;
3-Without a memory of some delicious amino acids, gain memory of some delicious amino acids. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|350&lt;br /&gt;
|{{kolwiki|Soupercharged}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Cyrus. Once defeated, lose all HP once, then random stats after.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|351&lt;br /&gt;
|{{kolwiki|Beginner&#039;s Luck}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random goodies&lt;br /&gt;
|This {{kolwiki|Clover Adventures|clover}} choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|352&lt;br /&gt;
|{{kolwiki|Savior Faire}}&lt;br /&gt;
{{The Savorier Savior}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats and unlock [[#353|Bad Reception Down Here]]&lt;br /&gt;
2-Muscle stats and unlock [[#356|A Diseased Procurer]]&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats and unlock [[#361|Give it a Shot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|353}}353&lt;br /&gt;
|{{kolwiki|Bad Reception Down Here}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#354|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
2-Unlock [[#355|I&#039;m on the Hunt, I&#039;m After You]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|354}}354&lt;br /&gt;
|{{kolwiki|You Can Never Be Too Rich or Too in the Future]]&lt;br /&gt;
|0&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Serenity&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|355}}355&lt;br /&gt;
|{{kolwiki|I&#039;m on the Hunt, I&#039;m After You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Phairly Pheromonal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|356}}356&lt;br /&gt;
|{{kolwiki|A Diseased Procurer}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#358|Brings All the Boys to the Blue Yard]]&lt;br /&gt;
2-Unlock [[#357|Painful, Circuitous Logic]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|357}}357&lt;br /&gt;
|{{kolwiki|Painful, Circuitous Logic}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain Nano-juiced&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|358}}358&lt;br /&gt;
|{{kolwiki|Brings All the Boys to the Blue Yard}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Dance Interpreter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|361}}361&lt;br /&gt;
|{{kolwiki|Give it a Shot}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Unlock [[#363|Does This Bug You? Does This Bug You?]]&lt;br /&gt;
2-Unlock [[#362|A Bridge Too Far]]&lt;br /&gt;
|You get items, but these items are McGuffins.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|362}}362&lt;br /&gt;
|{{kolwiki|A Bridge Too Far}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
2-Gain Meatwise&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|363}}363&lt;br /&gt;
|{{kolwiki|Does This Bug You? Does This Bug You?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Gain In the Saucestream&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|364&lt;br /&gt;
|{{kolwiki|451 Degrees! Burning Down the House!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Gain Supreme Being Glossary (quest item)&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|365&lt;br /&gt;
|{{kolwiki|None Shall Pass}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 30 meat for Muscle stats&lt;br /&gt;
2-Spend 60 meat for a multi-pass (quest item)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|366&lt;br /&gt;
|{{kolwiki|Entrance to the Forgotten City]]&lt;br /&gt;
|&lt;br /&gt;
|1-[[#368|City Center]]&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia does not support automation of this part of {{kolwiki|The Jungles of Loathing}}. However, choice adventures will be noted. All option the &amp;quot;Leave the City&amp;quot; effectively waste a turn.&lt;br /&gt;
|-&lt;br /&gt;
|367&lt;br /&gt;
|{{kolwiki|Ancient Temple (unlocked)|Ancient Temple}}&lt;br /&gt;
|&lt;br /&gt;
|1-If you have a memory of a glowing crystal, fight an ancient temple guardian. If you also created the supervirus, fight a group of cultists. If you also have a memory of a cultist&#039;s robe equipped, fight a high priest of Ki&#039;rhuss. Without the crystal, waste an adventure.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|368&lt;br /&gt;
|{{kolwiki|City Center}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Well&lt;br /&gt;
2-East Side of the City&lt;br /&gt;
&lt;br /&gt;
3-West Side of the City&lt;br /&gt;
&lt;br /&gt;
4-An Ancient Well&lt;br /&gt;
&lt;br /&gt;
5-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|369&lt;br /&gt;
|{{kolwiki|North Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-An Ancient Tower&lt;br /&gt;
&lt;br /&gt;
3-City Center&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|370&lt;br /&gt;
|{{kolwiki|East Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Southern Abandoned Building&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|371&lt;br /&gt;
|{{kolwiki|West Side of the City}}&lt;br /&gt;
|&lt;br /&gt;
|1-An Ancient Tower&lt;br /&gt;
2-City Center&lt;br /&gt;
&lt;br /&gt;
3-Storehouse&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|{{kolwiki|An Ancient Well}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|373&lt;br /&gt;
|{{kolwiki|Northern Gate}}&lt;br /&gt;
|&lt;br /&gt;
|???&lt;br /&gt;
|It is currently unclear which choice leads where.&lt;br /&gt;
|-&lt;br /&gt;
|374&lt;br /&gt;
|{{kolwiki|An Ancient Tower}}&lt;br /&gt;
|&lt;br /&gt;
|1-North Side of the City&lt;br /&gt;
2-West Side of the City&lt;br /&gt;
&lt;br /&gt;
3-Without memory of a grappling hook, leave the city. With the giant grappling hook, fight a giant bird-creature then leave the city. After beating the giant bird-creature, memory of half a stone circle. After getting the memory of half a stone circle, do nothing.&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|375&lt;br /&gt;
|{{kolwiki|Northern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-memory of an iron key, then nothing&lt;br /&gt;
&lt;br /&gt;
3-Northern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|376&lt;br /&gt;
|{{kolwiki|Ancient Temple}&lt;br /&gt;
|1&lt;br /&gt;
|1-Northern Gate&lt;br /&gt;
2-Do nothing&lt;br /&gt;
&lt;br /&gt;
3-Unlock {{kolwiki|Ancient Temple (unlocked)|Ancient Temple}} (available if you have a memory of half a stone circle and a memory of a stone half-circle)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|This has a default setting, but doesn&#039;t really fit in any progression.&lt;br /&gt;
|-&lt;br /&gt;
|377&lt;br /&gt;
|{{kolwiki|Southern Abandoned Building}}&lt;br /&gt;
|&lt;br /&gt;
|1-East Side of the City&lt;br /&gt;
2-Southern Building (Upstairs)&lt;br /&gt;
&lt;br /&gt;
3-Southern Building (Basement)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|-&lt;br /&gt;
|378&lt;br /&gt;
|{{kolwiki|Storehouse}}&lt;br /&gt;
|&lt;br /&gt;
|1-West Side of the City&lt;br /&gt;
2-memory of a grappling hook then Leave the City&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|379&lt;br /&gt;
|{{kolwiki|Northern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Northern Abandoned Building&lt;br /&gt;
???&lt;br /&gt;
|It is unclear what other options do.&lt;br /&gt;
|-&lt;br /&gt;
|380&lt;br /&gt;
|{{kolwiki|Southern Building (Upstairs)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Fight a giant jungle python and Leave the City, then nothing&lt;br /&gt;
&lt;br /&gt;
3-memory of a little stone block (only if you beat the python and haven&#039;t cut open the snake)&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|381&lt;br /&gt;
|{{kolwiki|Southern Building (Basement)}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Abandoned Building&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|382&lt;br /&gt;
|{{kolwiki|Catacombs Entrance}}&lt;br /&gt;
|&lt;br /&gt;
|1-Southern Building (Basement)&lt;br /&gt;
2-Catacomb Junction&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|383&lt;br /&gt;
|{{kolwiki|Catacomb Junction}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-Catacombs Entrance&lt;br /&gt;
&lt;br /&gt;
3-Catacombs Dead-End&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|384&lt;br /&gt;
|{{kolwiki|Catacombs Dead-End}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
2-Unlock option 3&lt;br /&gt;
&lt;br /&gt;
3-memory of a stone half-circle and Leave the City&lt;br /&gt;
&lt;br /&gt;
4-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|385&lt;br /&gt;
|{{kolwiki|Shore of an Underground Lake}}&lt;br /&gt;
|&lt;br /&gt;
|1-Catacomb Junction&lt;br /&gt;
???&lt;br /&gt;
|It isn&#039;t clear what the other options do.&lt;br /&gt;
|-&lt;br /&gt;
|386&lt;br /&gt;
|{{kolwiki|Catacombs Machinery}}&lt;br /&gt;
|&lt;br /&gt;
|1-Shore of an Underground Lake&lt;br /&gt;
2-With memory of a grappling hook, after inserting both stone blocks and pulling the lever at the Northern Gate, unlock Kick Gate for the Northern Gate&lt;br /&gt;
&lt;br /&gt;
3-Leave the City&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|387&lt;br /&gt;
|{{kolwiki|Time Isn&#039;t Holding Up; Time Is a Doughnut}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|388&lt;br /&gt;
|{{kolwiki|Extra Savior Faire}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats and Ruby Rod&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|389&lt;br /&gt;
|{{kolwiki|The Unbearable Supremeness of Being}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With the Supreme Being Glossary, gain stats. Else, Muscle and Moxie stats.&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|390&lt;br /&gt;
|{{kolwiki|A Winning Pass}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain stats&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|391&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With all five essences, gain essence of cute&lt;br /&gt;
|This choice adventure has no choice.&lt;br /&gt;
|-&lt;br /&gt;
|392&lt;br /&gt;
|{{kolwiki|OMG KAWAIII}}&lt;br /&gt;
|0&lt;br /&gt;
|XXX&lt;br /&gt;
|This choice adventure requires you to put the correct elements on the correct shelves. KoLmafia has no automation for this, so you must do it manually.&lt;br /&gt;
|-&lt;br /&gt;
|393&lt;br /&gt;
|{{kolwiki|The Collector}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade a set of 11 marbles for meat (eligible for trophy)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|396&lt;br /&gt;
|{{kolwiki|Woolly Scaly Bully}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;2-Lose HP&lt;br /&gt;
3-Unlock the Jantior&#039;s closet&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 3.&lt;br /&gt;
|-&lt;br /&gt;
|397&lt;br /&gt;
|{{kolwiki|Bored of Education}}&lt;br /&gt;
|&lt;br /&gt;
|1&amp;amp;3-Lose HP&lt;br /&gt;
2-Unlock the bathrooms&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 2.&lt;br /&gt;
|-&lt;br /&gt;
|398&lt;br /&gt;
|{{kolwiki|A Mer-kin Graffiti}}&lt;br /&gt;
|&lt;br /&gt;
|1-Unlock the Teacher&#039;s Lounge&lt;br /&gt;
2&amp;amp;3-Lose HP&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference to 1.&lt;br /&gt;
|-&lt;br /&gt;
|399&lt;br /&gt;
|{{kolwiki|The Case of the Closet}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight a Mer-kin monitor&lt;br /&gt;
2-Mer-kin sawdust&lt;br /&gt;
|KoLmafia does not officially support automating this. However, it should be safe to set this preference.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8027</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8027"/>
		<updated>2013-08-06T00:03:04Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Special Cases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;br /&gt;
===Hunt the Wumpus===&lt;br /&gt;
When traveling through your {{kolwiki|Memories, in the Corners of your Mind|memories}}, you may come across a {{kolwiki|Cavern Entrance}} that will let you {{kolwiki|Hunt the Wumpus}}. KoLmafia has support for tracking and fighting the wumpus through the Relay Browser.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8026</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8026"/>
		<updated>2013-08-05T22:52:57Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* llama lama gong */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;br /&gt;
===Turtle Taming===&lt;br /&gt;
{{kolwiki|Turtle Taming}} adventures have only one choice: get the turtle! KoLmafia does not track limited taming, such as the 3 tamings per day for a ballast turtle.&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8025</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8025"/>
		<updated>2013-08-05T22:36:05Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Spooky Forest */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is. The options available are:&lt;br /&gt;
*show in browser&lt;br /&gt;
*mosquito larva or spooky mushrooms&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky-Gro fertilizer&lt;br /&gt;
*spooky sapling &amp;amp; sell bar skins&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
*Spooky Temple map then skip adventure&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire hunter&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
*meet vampire&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
*gain meat&lt;br /&gt;
*loot Seal Clubber corpse&lt;br /&gt;
*loot Turtle Tamer corpse&lt;br /&gt;
*loot Pastamancer corpse&lt;br /&gt;
*loot Sauceror corpse&lt;br /&gt;
*loot Disco Bandit corpse&lt;br /&gt;
*loot Accordion Thief corpse&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;The first time, you&#039;ll grab a mosquito larva for the Council&#039;s quest. You&#039;ll get mushrooms every time after.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;If you don&#039;t have a sapling, KoLmafia will buy one. It&#039;ll also sell all bar skins you have in your inventory. It will then exit as normal.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;First time, you get the tree-holed coin. Second time, you get the map. Afterward, you take the path for the coin to skip the adventure without using a turn.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;This is set in the GUI. If you haven&#039;t gotten wooden stakes, you will get them the first time you visit. After that, KoLmafia will trade vapmire hearts for bottles of used blood OR skip the adventure, as you choose.&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;This is set in the GUI as well, allowing you to gain Moxie stats, Muscle stats, or fight a vampire.&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Daily_Variables&amp;diff=7965</id>
		<title>Daily Variables</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Daily_Variables&amp;diff=7965"/>
		<updated>2013-08-05T21:54:21Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These per-account variables are reset to default value at the beginning of each day or at the beginning of a new ascension. Each one starts with an underscore _&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Variable Name&lt;br /&gt;
!  scope=&amp;quot;col&amp;quot; width=&amp;quot;300&amp;quot; | Default Value&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|  _absintheDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many tiny bottles of absinthe the {{kolwiki|Green Pixie}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _aguaDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many bottles of agua de vida the {{kolwiki|Baby Sandworm}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _akgyxothUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used an {{kolwiki|Emblem of Ak&#039;gyxoth}} or an {{kolwiki|Idol of Ak&#039;gyxoth}}&lt;br /&gt;
|-&lt;br /&gt;
|  _allYearSucker&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used an {{kolwiki|All-year sucker}}&lt;br /&gt;
|-&lt;br /&gt;
|  _aprilShower&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used the {{kolwiki|April Shower}}&lt;br /&gt;
|-&lt;br /&gt;
|  _astralDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many astral mushrooms the {{kolwiki|Astral Badger}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _badlyRomanticArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  If you have your {{kolwiki|Obtuse Angel}} fire a badly romantic arrow, this will be 1&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOfCandy&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, your {{kolwiki|Stocking Mimic}} pulled a bag of candy out of itself&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOfCandyUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Chester&#039;s bag of candy}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _ballastTurtleUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Ballast turtle}}&lt;br /&gt;
|-&lt;br /&gt;
|  _ballInACupUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Ball-in-a-cup}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOTricksUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used your {{kolwiki|Bag o&#039; Tricks}} to increase your effects&#039; duration&lt;br /&gt;
|-&lt;br /&gt;
|  _ballpit&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve jumped in {{kolwiki|An Awesome Ball Pit}} &lt;br /&gt;
|-&lt;br /&gt;
|  _banderRunaways&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve gotten free runaways with your {{kolwiki|Frumious Bandersnatch}} or {{kolwiki|Pair of Stomping Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bearHugs&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used {{kolwiki|Bear Hug}} as a {{kolwiki|Zombie Master}}&lt;br /&gt;
|-&lt;br /&gt;
|  _beerLensDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve found a {{kolwiki|Beer lens}}&lt;br /&gt;
|-&lt;br /&gt;
|  _benettonsCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast or recorded {{kolwiki|Benetton&#039;s Medley of Diversity (skill)|Benetton&#039;s Medley of Diversity}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bonersSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve cast {{kolwiki|Summon &amp;quot;Boner Battalion&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bootStomps&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used Release the Boots with your {{kolwiki|Pair of Stomping Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|  _borrowedTimeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Borrowed time}}&lt;br /&gt;
|-&lt;br /&gt;
|  _boxingGloveArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many boxing-glove arrows your {{kolwiki|Obtuse Angel}} fired&lt;br /&gt;
|-&lt;br /&gt;
|  _boxOfHammersUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Box of hammers}} from inventory&lt;br /&gt;
|-&lt;br /&gt;
|  _brickoFights&lt;br /&gt;
|  0&lt;br /&gt;
|  How many {{kolwiki|BRICKO brick|BRICKO}} monsters have been fought today&lt;br /&gt;
|-&lt;br /&gt;
|  _brickoEyeSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you got a {{kolwiki|BRICKO eye brick}} when casting {{kolwiki|Summon BRICKOs}}&lt;br /&gt;
|-&lt;br /&gt;
|  _cameraUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Shaking 4-d camera}}&lt;br /&gt;
|-&lt;br /&gt;
|  _candySummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Summon Candy Heart}}&lt;br /&gt;
|-&lt;br /&gt;
|  _carboLoaded&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Canticle of Carboloading}}&lt;br /&gt;
|-&lt;br /&gt;
|  _carnieCandyDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times a {{kolwiki|Cotton Candy Carnie}} drops cotton candy&lt;br /&gt;
|-&lt;br /&gt;
|  _carrotNoseDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times a carrot dropped from a {{kolwiki|Snow Suit}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chipBags&lt;br /&gt;
|  0&lt;br /&gt;
|  How many bags of chips you got from {{kolwiki|A Snack Machine}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chocolateCigarsUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Chocolate cigar}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chocolatesUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Chocolate Phenomenon|chocolate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _clipartSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Summon Clip Art}}&lt;br /&gt;
|-&lt;br /&gt;
|  _companionshipCasts&lt;br /&gt;
|  false&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Chorale of Companionship}}&lt;br /&gt;
|-&lt;br /&gt;
|  _coalPaperweightUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Coal paperweight}}&lt;br /&gt;
|-&lt;br /&gt;
|  _cosmicSixPackConjured&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you summoned your free {{kolwiki|cosmic six-pack}}&lt;br /&gt;
|-&lt;br /&gt;
|  _creepyVoodooDollUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Creepy voodoo doll}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _crimboTree&lt;br /&gt;
|  false&lt;br /&gt;
|  Defunct. If a Crimbo Present from {{kolwiki|A Crimbo Tree}} is available, you will automatically collect it. &lt;br /&gt;
|-&lt;br /&gt;
|  _cursedKegUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Cursed pony keg}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _cursedMicrowaveUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Cursed microwave}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _darkChocolateHeart&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Heart of dark chocolate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _deluxeKlawSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve played the {{kolwiki|Deluxe Mr. Klaw &amp;quot;Skill&amp;quot; Crane Game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _demandSandwich&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Demand Sandwich}}&lt;br /&gt;
|-&lt;br /&gt;
|  _distentionPillUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Distention pill}}&lt;br /&gt;
|-&lt;br /&gt;
|  _donhosCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Donho&#039;s Bubbly Ballad (skill)|Donho&#039;s Bubbly Ballad}}&lt;br /&gt;
|-&lt;br /&gt;
|  _dreamJarDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many Unconscious Collective Dream Jars have been dropped by your {{kolwiki|Unconscious Collective}}&lt;br /&gt;
|-&lt;br /&gt;
|  _elronsCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  Many many times you cast {{kolwiki|Elron&#039;s Explosive Etude (skill)|Elron&#039;s Explosive Etude}}&lt;br /&gt;
|-&lt;br /&gt;
|  _envyfishEggUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used an {{kolwiki|Envyfish egg}}&lt;br /&gt;
|-&lt;br /&gt;
|  _essentialTofuUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used an {{kolwiki|Essential tofu}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fancyHotDogEaten&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve eaten a fancy hot dog from a {{kolwiki|Hot Dog Stand}}&lt;br /&gt;
|-&lt;br /&gt;
|  _favorRareSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you summon a cracker, popper, or flute when casting {{kolwiki|Summon Party Favor}}&lt;br /&gt;
|-&lt;br /&gt;
|  _feastedFamiliars&lt;br /&gt;
|  &lt;br /&gt;
|  A semicolon-separated list of familiars who have been fed from a {{kolwiki|Moveable feast}}&lt;br /&gt;
|-&lt;br /&gt;
|  _feastUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Moveable feast}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fingertrapArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many fingertrap arrows your {{kolwiki|Obtuse Angel}} fired&lt;br /&gt;
|-&lt;br /&gt;
|  _fireStartingKitUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|CSA fire-starting kit}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences. You can further set it up by choosing an topin under Choice Adventures &amp;gt; Item&lt;br /&gt;
|-&lt;br /&gt;
|  _fishyPipeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Fishy pipe}}&lt;br /&gt;
|-&lt;br /&gt;
|  _floristPlantsUsed&lt;br /&gt;
|  &lt;br /&gt;
|  A comma-separated list of plants planted by the {{kolwiki|The Florist Friar&#039;s Cottage|Florist Friar}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fudgeWaspFights&lt;br /&gt;
|  0&lt;br /&gt;
|  Defunct. In {{kolwiki|Fudge Mountain Breakdown}}, you could fight a {{kolwiki|Swarm of fudgewasps}} 3 times per day.&lt;br /&gt;
|-&lt;br /&gt;
|  _gapBuffs&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Greatest American Pants}} buffs&lt;br /&gt;
|-&lt;br /&gt;
|  _gibbererAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you&#039;ll receive at rollover from the {{kolwiki|Squamous Gibberer}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gibbererCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat adventures since the {{kolwiki|Squamous Gibberer}} gave a free rollover adventure&lt;br /&gt;
|-&lt;br /&gt;
|  _gnollEyeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Glass gnoll eye}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _gnomeAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you received from the {{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gongDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many llama lama gongs the {{kolwiki|Llama Lama}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _gothKidFights&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free PvPs you received from the {{kolwiki|Artistic Goth Kid}} if you broke your {{kolwiki|Magical Mystical Hippy Stone}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gothKidCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat since the {{kolwiki|Artistic Goth Kid}} gave a free PvP&lt;br /&gt;
|-&lt;br /&gt;
|  _grimoireGeekySummons&lt;br /&gt;
|  0&lt;br /&gt;
|  If you cast {{kolwiki|Summon Geeky Gifts}}, this will be one&lt;br /&gt;
|-&lt;br /&gt;
|  _grooseDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many globs of groose grease were dropped by the {{kolwiki|Bloovian Groose}}&lt;br /&gt;
|-&lt;br /&gt;
|  _guildManualUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used your {{kolwiki|The Wizard of Ego#Rewards|Class-specific manual}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _hareAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you received from the {{kolwiki|Wild Hare}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hareCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat adventures since the {{kolwiki|Wild Hare}} gave a free adventure&lt;br /&gt;
|-&lt;br /&gt;
|  _hippyMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve collected you meat from {{kolwiki|The Organic Produce Stand}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hipsterAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free combats you&#039;ve gotten from the {{kolwiki|Mini-Hipster}} and {{kolwiki|Artistic Goth Kid}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hobbyHorseUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Handmade hobby horse}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _hoboUnderlingSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon hobo underling}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hotTubSoaks&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|A Relaxing Hot Tub}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hyperinflatedSealLungUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Hyperinflated seal lung}}&lt;br /&gt;
|-&lt;br /&gt;
|  _iceballUses&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Frosty&#039;s iceball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _inigosCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many time you cast {{kolwiki|Inigo&#039;s Incantation of Inspiration (skill)|Inigo&#039;s Incantation of Inspiration}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewVlad&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Vlad)|Vlad&#039;s Boutique}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewIsabella&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Isabella)|Isabella&#039;s}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewMasquerade&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Masquerade)|The Masquerade}}&lt;br /&gt;
|-&lt;br /&gt;
|  _ironicMoustache&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, your {{kolwiki|Mini-Hipster}} grew an ironic moustache&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsCheeseSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsCreamSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsDoughSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Dough}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsEggsSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Egg}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsFruitSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Fruit}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsMeatSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Meat Product}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsPotatoSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Potato}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsVeggiesSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Vegetables}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCheese&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Standalone Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCheesedMonsters&lt;br /&gt;
|  &lt;br /&gt;
|  A comma-delimited list of monsters banished by jiggling a {{kolwiki|Staff of the Standalone Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCream&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Cream of the Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCreamedMonster&lt;br /&gt;
|  &lt;br /&gt;
|  Names the last monster you fought when you jiggled a {{kolwiki|Staff of the Cream of the Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleLife&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Staff of Life}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleSteak&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the All-Steak}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jitbCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats a {{kolwiki|Jack-in-the-Box}} been in since it last opened&lt;br /&gt;
|-&lt;br /&gt;
|  _jukebox&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|A Jukebox}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jungDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many psychoanalytic jars were dropped by your {{kolwiki|Angry Jung Man}}&lt;br /&gt;
|-&lt;br /&gt;
|  _kloopDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many devilish folios were dropped by your {{kolwiki|Blavious Kloop}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jackassPlumberGame&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Jackass Plumber home game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jickJarAvailable&lt;br /&gt;
|  unknown&lt;br /&gt;
|  This is true or false depending on whether you can get a {{kolwiki|jar of psychoses (Jick)}} from Jick&#039;s profile or not. Respectively.&lt;br /&gt;
|-&lt;br /&gt;
|  _jingleBellUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Jingle bell}}&lt;br /&gt;
|-&lt;br /&gt;
|  _klawSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you played the {{kolwiki|Mr. Klaw &amp;quot;Skill&amp;quot; Crane Game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _kolConSixPackUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|KoL Con Six Pack}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lastZomboEye&lt;br /&gt;
|  0&lt;br /&gt;
|  The last turn number you used {{kolwiki|Zombo&#039;s empty eye}}&lt;br /&gt;
|-&lt;br /&gt;
|  _leafblowerML&lt;br /&gt;
|  1&lt;br /&gt;
|  The current ML provided by {{kolwiki|The Landscaper&#039;s leafblower}}&lt;br /&gt;
|-&lt;br /&gt;
|  _legendaryBeat&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|The Legendary Beat}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lookingGlass&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got your &amp;quot;DRINK ME&amp;quot; potion from {{kolwiki|A Looking Glass}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lunchBreak&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Lunch Break}}&lt;br /&gt;
|-&lt;br /&gt;
| _madTeaParty&lt;br /&gt;
| false&lt;br /&gt;
| If true, you got a seat at {{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|-&lt;br /&gt;
| _mayflowerDrops&lt;br /&gt;
| 0&lt;br /&gt;
| How many flowers dropped from a {{kolwiki|Mayflower bouquet}}&lt;br /&gt;
|-&lt;br /&gt;
| _mayflySummons&lt;br /&gt;
| 0&lt;br /&gt;
| How many times you used {{kolwiki|Summon Mayfly Swarm}}&lt;br /&gt;
|-&lt;br /&gt;
| _mediumSiphons&lt;br /&gt;
| 0&lt;br /&gt;
| How many times you used {{kolwiki|Siphon Spirits}}&lt;br /&gt;
|-&lt;br /&gt;
|  _nanorhinoBanishedMonster&lt;br /&gt;
|  &lt;br /&gt;
|  Which monster has been banished after using {{kolwiki|Unleash Nanites}}&lt;br /&gt;
|-&lt;br /&gt;
|  _navelRunaways&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free runaways you&#039;ve gotten from your {{kolwiki|navel ring of navel gazing}}, {{kolwiki|Greatest American Pants}}, and {{kolwiki|peppermint parasol}}&lt;br /&gt;
|-&lt;br /&gt;
|  _olympicSwimmingPool&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|An Olympic-Sized Swimming Pool}} to swim laps or do submarine sprints&lt;br /&gt;
|-&lt;br /&gt;
|  _olympicSwimmingPoolItemFound&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you found an item while {{kolwiki|Screwing Around!}} in {{kolwiki|An Olympic-Sized Swimming Pool}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pasteDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  Defunct. This used to track boots stomps, but it does nothing now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  _photocopyUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Photocopied monster}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pieDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many pies were dropped by the {{kolwiki|Knob Goblin Organ Grinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _piePartsCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many monster pieces were collected by the {{kolwiki|Knob Goblin Organ Grinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pneumaticityPotionUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|pressurized potion of pneumaticity}}&lt;br /&gt;
|-&lt;br /&gt;
|  _poisonArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many time you used {{kolwiki|Fire a poison arrow}}&lt;br /&gt;
|-&lt;br /&gt;
|  _poolGames&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you played at a {{kolwiki|A Pool Table (VIP Lounge)|clan pool table}}&lt;br /&gt;
|-&lt;br /&gt;
|  _precisionCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Prelude of Precision (skill)|Prelude of Precision}}&lt;br /&gt;
|-&lt;br /&gt;
|  _psychoJarFilled&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|psychoanalytic jar}} on Jick&lt;br /&gt;
|-&lt;br /&gt;
|  _psychoJarUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Psychoanalytic jar|jar of psychoses}}&lt;br /&gt;
|-&lt;br /&gt;
|  _radlibSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Rad Libs}}&lt;br /&gt;
|-&lt;br /&gt;
|  _raindohCopiesMade&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you copied a monster using a {{kolwiki|Rain-Doh black box}}. See {{kolwiki|Copying#Limits|Copying}} for limit details&lt;br /&gt;
|-&lt;br /&gt;
|  _raveStealCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used {{kolwiki|Disco Combos|Rave Steal}}&lt;br /&gt;
|-&lt;br /&gt;
|  _requestSandwichSucceeded&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got a sandwich from using {{kolwiki|Request Sandwich}}&lt;br /&gt;
|-&lt;br /&gt;
|  _resolutionAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|resolution: be more adventurous}}&lt;br /&gt;
|-&lt;br /&gt;
|  _riftletAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you&#039;ve gotten from a {{kolwiki|Temporal Riftlet}}&lt;br /&gt;
|-&lt;br /&gt;
|  _romanticFightsLeft&lt;br /&gt;
|  0&lt;br /&gt;
|  How many love-struck monsters you have left to fight after using a {{kolwiki|Fire a badly romantic arrow|romantic arrow}}&lt;br /&gt;
|-&lt;br /&gt;
|  _svnUpdated&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you updated files using subversion (svn)&lt;br /&gt;
|-&lt;br /&gt;
|  _sealFigurineUses&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used the {{kolwiki|depleted uranium seal figurine}}&lt;br /&gt;
|-&lt;br /&gt;
|  _sealsSummoned&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you summoned {{kolwiki|Infernal Seals}}&lt;br /&gt;
|-&lt;br /&gt;
|  _setOfJacksUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|set of jacks}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _sexChanged&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you have the operation in {{kolwiki|Under the Knife}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff1&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Lutz, the Ice Skate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff2&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Comet, the Roller Skate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff3&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|The Bandshell}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff4&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|The Eclectic Eels}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff5&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|A Merry-Go Round}}&lt;br /&gt;
|-&lt;br /&gt;
|  _smilesOfMrA&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|The Smile of Mr. A.}}&lt;br /&gt;
|-&lt;br /&gt;
|  _snowconeSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Snowcones}}&lt;br /&gt;
|-&lt;br /&gt;
|  _snowSuitCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats you win while your familair has the {{kolwiki|Snow Suit}} equipped&lt;br /&gt;
|-&lt;br /&gt;
|  _softwareGlitchTurnReceived&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got a free adventure from a {{kolwiki|software glitch}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stabonicScrollUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Stabonic scroll}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stickerSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Stickers}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stinkyCheeseBanisherUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Give Your Opponent the Stinkeye}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stinkyCheeseCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats you been in with an item made from a {{kolwiki|stinky cheese ball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stressBallSqueezes&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Squeeze Stress Ball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stuffedPocketwatchUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|stuffed pocketwatch}}&lt;br /&gt;
|-&lt;br /&gt;
|  _styxSprayUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|STYX deodorant body spray}}&lt;br /&gt;
|-&lt;br /&gt;
|  _sugarSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Sugar Sheets}}&lt;br /&gt;
|-&lt;br /&gt;
|  _syntheticDogHairPillUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|synthetic dog hair pill}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tacoFlierUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Taco Dan&#039;s Taco Stand Flier}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _taffyRareSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many yellow, green, or indigo pulled taffies you summoned when casting {{kolwiki|Summon Taffy}}&lt;br /&gt;
|-&lt;br /&gt;
|  _templeHiddenPower&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you gained Hidden Power from traveling to {{kolwiki|Such Great Depths}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tempuraAirUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve eaten a {{kolwiki|tempura air}}&lt;br /&gt;
|-&lt;br /&gt;
|  _thingfinderCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|The Ballad of Richie Thingfinder (skill)|The Ballad of Richie Thingfinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _timeHelmetAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you gained while having a {{kolwiki|Mad Hatrack}} wear a Time Helmet&lt;br /&gt;
|-&lt;br /&gt;
|  _toastSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve gotten toast when using a {{kolwiki|cheap toaster}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tokenDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many Game Grid tokens were dropped by your {{kolwiki|Rogue Program}}&lt;br /&gt;
|-&lt;br /&gt;
|  _transponderDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many transporter transponders were dropped by your {{kolwiki|Li&#039;l Xenomorph}}&lt;br /&gt;
|-&lt;br /&gt;
|  _treasuryEliteMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got meat from the {{kolwiki|Cobb&#039;s Knob Treasury}} while wearing the Knob Goblin Elite Guard Uniform&lt;br /&gt;
|-&lt;br /&gt;
|  _treasuryHaremMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got meat from the {{kolwiki|Cobb&#039;s Knob Treasury}} while wearing the Knob Goblin Harem Girl Disguise&lt;br /&gt;
|-&lt;br /&gt;
|  _trivialAvocationsGame&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used the {{kolwiki|Trivial Avocations board game}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _userMods&lt;br /&gt;
|  &lt;br /&gt;
|  Sets modifiers that are calculated in addition to other modifiers. To quote Veracity:&lt;br /&gt;
For example, if you know that there have been five gall bladder squeezes in your current Slime Tube run, you can adjust the displayed ML value via:&lt;br /&gt;
&lt;br /&gt;
set _userMods = Monster Level: +100&lt;br /&gt;
&lt;br /&gt;
Or better yet (since it would only apply in the Slime Tube):&lt;br /&gt;
&lt;br /&gt;
set _userMods = Monster Level: [100*zone(slime)]&lt;br /&gt;
&lt;br /&gt;
See src/data/modifiers.txt for examples of how modifier specifications are written - note that they are case-sensitive, and require precise formatting. Use &amp;quot;modref _userMods&amp;quot; to see exactly how your override was parsed.&lt;br /&gt;
|-&lt;br /&gt;
|  _vitachocCapsulesUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|vitachoconutriment capsule}}&lt;br /&gt;
|-&lt;br /&gt;
|  _vmaskAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you got from using a {{kolwiki|V for Vivala mask}}&lt;br /&gt;
|-&lt;br /&gt;
|  _vmaskBanisherUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Creepy Grin}}&lt;br /&gt;
|-&lt;br /&gt;
|  _whiteRiceDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you collected white rice from {{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|-&lt;br /&gt;
|  _zapCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|Zapping|zap wand}}. If you use a {{kolwiki|Platinum Yendorian Express Card}}, this will be reset to zero.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Non-standard Daily Variables==&lt;br /&gt;
Some variables do not begin with an underscore. These variables have been hardcoded to reset and were never converted to the underscore system. They are kept so they do not interfere with old scripts that rely on them.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Variable Name&lt;br /&gt;
!  scope=&amp;quot;col&amp;quot; width=&amp;quot;300&amp;quot; | Default Value&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|tempuraSummons&lt;br /&gt;
|0&lt;br /&gt;
|How many bubbling tempura batters you summoned from {{kolwiki|A Vent Horizon}}&lt;br /&gt;
|-&lt;br /&gt;
|seaodesFound&lt;br /&gt;
|0&lt;br /&gt;
|How many seaodes you colected from {{kolwiki|Barback}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{{SeeAlso|get_property|set_property}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Daily_Variables&amp;diff=7964</id>
		<title>Daily Variables</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Daily_Variables&amp;diff=7964"/>
		<updated>2013-08-05T21:53:31Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Non-standard Daily Variables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These per-account variables are reset to default value at the beginning of each day or at the beginning of a new ascension.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Variable Name&lt;br /&gt;
!  scope=&amp;quot;col&amp;quot; width=&amp;quot;300&amp;quot; | Default Value&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|  _absintheDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many tiny bottles of absinthe the {{kolwiki|Green Pixie}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _aguaDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many bottles of agua de vida the {{kolwiki|Baby Sandworm}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _akgyxothUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used an {{kolwiki|Emblem of Ak&#039;gyxoth}} or an {{kolwiki|Idol of Ak&#039;gyxoth}}&lt;br /&gt;
|-&lt;br /&gt;
|  _allYearSucker&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used an {{kolwiki|All-year sucker}}&lt;br /&gt;
|-&lt;br /&gt;
|  _aprilShower&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used the {{kolwiki|April Shower}}&lt;br /&gt;
|-&lt;br /&gt;
|  _astralDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many astral mushrooms the {{kolwiki|Astral Badger}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _badlyRomanticArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  If you have your {{kolwiki|Obtuse Angel}} fire a badly romantic arrow, this will be 1&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOfCandy&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, your {{kolwiki|Stocking Mimic}} pulled a bag of candy out of itself&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOfCandyUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Chester&#039;s bag of candy}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _ballastTurtleUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Ballast turtle}}&lt;br /&gt;
|-&lt;br /&gt;
|  _ballInACupUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Ball-in-a-cup}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOTricksUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used your {{kolwiki|Bag o&#039; Tricks}} to increase your effects&#039; duration&lt;br /&gt;
|-&lt;br /&gt;
|  _ballpit&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve jumped in {{kolwiki|An Awesome Ball Pit}} &lt;br /&gt;
|-&lt;br /&gt;
|  _banderRunaways&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve gotten free runaways with your {{kolwiki|Frumious Bandersnatch}} or {{kolwiki|Pair of Stomping Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bearHugs&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used {{kolwiki|Bear Hug}} as a {{kolwiki|Zombie Master}}&lt;br /&gt;
|-&lt;br /&gt;
|  _beerLensDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve found a {{kolwiki|Beer lens}}&lt;br /&gt;
|-&lt;br /&gt;
|  _benettonsCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast or recorded {{kolwiki|Benetton&#039;s Medley of Diversity (skill)|Benetton&#039;s Medley of Diversity}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bonersSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve cast {{kolwiki|Summon &amp;quot;Boner Battalion&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bootStomps&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used Release the Boots with your {{kolwiki|Pair of Stomping Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|  _borrowedTimeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Borrowed time}}&lt;br /&gt;
|-&lt;br /&gt;
|  _boxingGloveArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many boxing-glove arrows your {{kolwiki|Obtuse Angel}} fired&lt;br /&gt;
|-&lt;br /&gt;
|  _boxOfHammersUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Box of hammers}} from inventory&lt;br /&gt;
|-&lt;br /&gt;
|  _brickoFights&lt;br /&gt;
|  0&lt;br /&gt;
|  How many {{kolwiki|BRICKO brick|BRICKO}} monsters have been fought today&lt;br /&gt;
|-&lt;br /&gt;
|  _brickoEyeSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you got a {{kolwiki|BRICKO eye brick}} when casting {{kolwiki|Summon BRICKOs}}&lt;br /&gt;
|-&lt;br /&gt;
|  _cameraUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Shaking 4-d camera}}&lt;br /&gt;
|-&lt;br /&gt;
|  _candySummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Summon Candy Heart}}&lt;br /&gt;
|-&lt;br /&gt;
|  _carboLoaded&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Canticle of Carboloading}}&lt;br /&gt;
|-&lt;br /&gt;
|  _carnieCandyDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times a {{kolwiki|Cotton Candy Carnie}} drops cotton candy&lt;br /&gt;
|-&lt;br /&gt;
|  _carrotNoseDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times a carrot dropped from a {{kolwiki|Snow Suit}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chipBags&lt;br /&gt;
|  0&lt;br /&gt;
|  How many bags of chips you got from {{kolwiki|A Snack Machine}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chocolateCigarsUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Chocolate cigar}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chocolatesUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Chocolate Phenomenon|chocolate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _clipartSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Summon Clip Art}}&lt;br /&gt;
|-&lt;br /&gt;
|  _companionshipCasts&lt;br /&gt;
|  false&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Chorale of Companionship}}&lt;br /&gt;
|-&lt;br /&gt;
|  _coalPaperweightUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Coal paperweight}}&lt;br /&gt;
|-&lt;br /&gt;
|  _cosmicSixPackConjured&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you summoned your free {{kolwiki|cosmic six-pack}}&lt;br /&gt;
|-&lt;br /&gt;
|  _creepyVoodooDollUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Creepy voodoo doll}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _crimboTree&lt;br /&gt;
|  false&lt;br /&gt;
|  Defunct. If a Crimbo Present from {{kolwiki|A Crimbo Tree}} is available, you will automatically collect it. &lt;br /&gt;
|-&lt;br /&gt;
|  _cursedKegUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Cursed pony keg}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _cursedMicrowaveUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Cursed microwave}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _darkChocolateHeart&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Heart of dark chocolate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _deluxeKlawSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve played the {{kolwiki|Deluxe Mr. Klaw &amp;quot;Skill&amp;quot; Crane Game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _demandSandwich&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Demand Sandwich}}&lt;br /&gt;
|-&lt;br /&gt;
|  _distentionPillUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Distention pill}}&lt;br /&gt;
|-&lt;br /&gt;
|  _donhosCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Donho&#039;s Bubbly Ballad (skill)|Donho&#039;s Bubbly Ballad}}&lt;br /&gt;
|-&lt;br /&gt;
|  _dreamJarDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many Unconscious Collective Dream Jars have been dropped by your {{kolwiki|Unconscious Collective}}&lt;br /&gt;
|-&lt;br /&gt;
|  _elronsCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  Many many times you cast {{kolwiki|Elron&#039;s Explosive Etude (skill)|Elron&#039;s Explosive Etude}}&lt;br /&gt;
|-&lt;br /&gt;
|  _envyfishEggUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used an {{kolwiki|Envyfish egg}}&lt;br /&gt;
|-&lt;br /&gt;
|  _essentialTofuUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used an {{kolwiki|Essential tofu}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fancyHotDogEaten&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve eaten a fancy hot dog from a {{kolwiki|Hot Dog Stand}}&lt;br /&gt;
|-&lt;br /&gt;
|  _favorRareSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you summon a cracker, popper, or flute when casting {{kolwiki|Summon Party Favor}}&lt;br /&gt;
|-&lt;br /&gt;
|  _feastedFamiliars&lt;br /&gt;
|  &lt;br /&gt;
|  A semicolon-separated list of familiars who have been fed from a {{kolwiki|Moveable feast}}&lt;br /&gt;
|-&lt;br /&gt;
|  _feastUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Moveable feast}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fingertrapArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many fingertrap arrows your {{kolwiki|Obtuse Angel}} fired&lt;br /&gt;
|-&lt;br /&gt;
|  _fireStartingKitUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|CSA fire-starting kit}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences. You can further set it up by choosing an topin under Choice Adventures &amp;gt; Item&lt;br /&gt;
|-&lt;br /&gt;
|  _fishyPipeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Fishy pipe}}&lt;br /&gt;
|-&lt;br /&gt;
|  _floristPlantsUsed&lt;br /&gt;
|  &lt;br /&gt;
|  A comma-separated list of plants planted by the {{kolwiki|The Florist Friar&#039;s Cottage|Florist Friar}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fudgeWaspFights&lt;br /&gt;
|  0&lt;br /&gt;
|  Defunct. In {{kolwiki|Fudge Mountain Breakdown}}, you could fight a {{kolwiki|Swarm of fudgewasps}} 3 times per day.&lt;br /&gt;
|-&lt;br /&gt;
|  _gapBuffs&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Greatest American Pants}} buffs&lt;br /&gt;
|-&lt;br /&gt;
|  _gibbererAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you&#039;ll receive at rollover from the {{kolwiki|Squamous Gibberer}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gibbererCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat adventures since the {{kolwiki|Squamous Gibberer}} gave a free rollover adventure&lt;br /&gt;
|-&lt;br /&gt;
|  _gnollEyeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Glass gnoll eye}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _gnomeAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you received from the {{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gongDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many llama lama gongs the {{kolwiki|Llama Lama}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _gothKidFights&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free PvPs you received from the {{kolwiki|Artistic Goth Kid}} if you broke your {{kolwiki|Magical Mystical Hippy Stone}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gothKidCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat since the {{kolwiki|Artistic Goth Kid}} gave a free PvP&lt;br /&gt;
|-&lt;br /&gt;
|  _grimoireGeekySummons&lt;br /&gt;
|  0&lt;br /&gt;
|  If you cast {{kolwiki|Summon Geeky Gifts}}, this will be one&lt;br /&gt;
|-&lt;br /&gt;
|  _grooseDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many globs of groose grease were dropped by the {{kolwiki|Bloovian Groose}}&lt;br /&gt;
|-&lt;br /&gt;
|  _guildManualUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used your {{kolwiki|The Wizard of Ego#Rewards|Class-specific manual}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _hareAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you received from the {{kolwiki|Wild Hare}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hareCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat adventures since the {{kolwiki|Wild Hare}} gave a free adventure&lt;br /&gt;
|-&lt;br /&gt;
|  _hippyMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve collected you meat from {{kolwiki|The Organic Produce Stand}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hipsterAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free combats you&#039;ve gotten from the {{kolwiki|Mini-Hipster}} and {{kolwiki|Artistic Goth Kid}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hobbyHorseUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Handmade hobby horse}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _hoboUnderlingSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon hobo underling}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hotTubSoaks&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|A Relaxing Hot Tub}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hyperinflatedSealLungUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Hyperinflated seal lung}}&lt;br /&gt;
|-&lt;br /&gt;
|  _iceballUses&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Frosty&#039;s iceball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _inigosCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many time you cast {{kolwiki|Inigo&#039;s Incantation of Inspiration (skill)|Inigo&#039;s Incantation of Inspiration}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewVlad&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Vlad)|Vlad&#039;s Boutique}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewIsabella&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Isabella)|Isabella&#039;s}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewMasquerade&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Masquerade)|The Masquerade}}&lt;br /&gt;
|-&lt;br /&gt;
|  _ironicMoustache&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, your {{kolwiki|Mini-Hipster}} grew an ironic moustache&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsCheeseSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsCreamSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsDoughSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Dough}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsEggsSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Egg}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsFruitSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Fruit}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsMeatSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Meat Product}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsPotatoSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Potato}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsVeggiesSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Vegetables}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCheese&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Standalone Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCheesedMonsters&lt;br /&gt;
|  &lt;br /&gt;
|  A comma-delimited list of monsters banished by jiggling a {{kolwiki|Staff of the Standalone Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCream&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Cream of the Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCreamedMonster&lt;br /&gt;
|  &lt;br /&gt;
|  Names the last monster you fought when you jiggled a {{kolwiki|Staff of the Cream of the Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleLife&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Staff of Life}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleSteak&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the All-Steak}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jitbCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats a {{kolwiki|Jack-in-the-Box}} been in since it last opened&lt;br /&gt;
|-&lt;br /&gt;
|  _jukebox&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|A Jukebox}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jungDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many psychoanalytic jars were dropped by your {{kolwiki|Angry Jung Man}}&lt;br /&gt;
|-&lt;br /&gt;
|  _kloopDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many devilish folios were dropped by your {{kolwiki|Blavious Kloop}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jackassPlumberGame&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Jackass Plumber home game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jickJarAvailable&lt;br /&gt;
|  unknown&lt;br /&gt;
|  This is true or false depending on whether you can get a {{kolwiki|jar of psychoses (Jick)}} from Jick&#039;s profile or not. Respectively.&lt;br /&gt;
|-&lt;br /&gt;
|  _jingleBellUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Jingle bell}}&lt;br /&gt;
|-&lt;br /&gt;
|  _klawSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you played the {{kolwiki|Mr. Klaw &amp;quot;Skill&amp;quot; Crane Game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _kolConSixPackUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|KoL Con Six Pack}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lastZomboEye&lt;br /&gt;
|  0&lt;br /&gt;
|  The last turn number you used {{kolwiki|Zombo&#039;s empty eye}}&lt;br /&gt;
|-&lt;br /&gt;
|  _leafblowerML&lt;br /&gt;
|  1&lt;br /&gt;
|  The current ML provided by {{kolwiki|The Landscaper&#039;s leafblower}}&lt;br /&gt;
|-&lt;br /&gt;
|  _legendaryBeat&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|The Legendary Beat}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lookingGlass&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got your &amp;quot;DRINK ME&amp;quot; potion from {{kolwiki|A Looking Glass}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lunchBreak&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Lunch Break}}&lt;br /&gt;
|-&lt;br /&gt;
| _madTeaParty&lt;br /&gt;
| false&lt;br /&gt;
| If true, you got a seat at {{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|-&lt;br /&gt;
| _mayflowerDrops&lt;br /&gt;
| 0&lt;br /&gt;
| How many flowers dropped from a {{kolwiki|Mayflower bouquet}}&lt;br /&gt;
|-&lt;br /&gt;
| _mayflySummons&lt;br /&gt;
| 0&lt;br /&gt;
| How many times you used {{kolwiki|Summon Mayfly Swarm}}&lt;br /&gt;
|-&lt;br /&gt;
| _mediumSiphons&lt;br /&gt;
| 0&lt;br /&gt;
| How many times you used {{kolwiki|Siphon Spirits}}&lt;br /&gt;
|-&lt;br /&gt;
|  _nanorhinoBanishedMonster&lt;br /&gt;
|  &lt;br /&gt;
|  Which monster has been banished after using {{kolwiki|Unleash Nanites}}&lt;br /&gt;
|-&lt;br /&gt;
|  _navelRunaways&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free runaways you&#039;ve gotten from your {{kolwiki|navel ring of navel gazing}}, {{kolwiki|Greatest American Pants}}, and {{kolwiki|peppermint parasol}}&lt;br /&gt;
|-&lt;br /&gt;
|  _olympicSwimmingPool&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|An Olympic-Sized Swimming Pool}} to swim laps or do submarine sprints&lt;br /&gt;
|-&lt;br /&gt;
|  _olympicSwimmingPoolItemFound&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you found an item while {{kolwiki|Screwing Around!}} in {{kolwiki|An Olympic-Sized Swimming Pool}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pasteDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  Defunct. This used to track boots stomps, but it does nothing now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  _photocopyUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Photocopied monster}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pieDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many pies were dropped by the {{kolwiki|Knob Goblin Organ Grinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _piePartsCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many monster pieces were collected by the {{kolwiki|Knob Goblin Organ Grinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pneumaticityPotionUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|pressurized potion of pneumaticity}}&lt;br /&gt;
|-&lt;br /&gt;
|  _poisonArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many time you used {{kolwiki|Fire a poison arrow}}&lt;br /&gt;
|-&lt;br /&gt;
|  _poolGames&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you played at a {{kolwiki|A Pool Table (VIP Lounge)|clan pool table}}&lt;br /&gt;
|-&lt;br /&gt;
|  _precisionCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Prelude of Precision (skill)|Prelude of Precision}}&lt;br /&gt;
|-&lt;br /&gt;
|  _psychoJarFilled&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|psychoanalytic jar}} on Jick&lt;br /&gt;
|-&lt;br /&gt;
|  _psychoJarUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Psychoanalytic jar|jar of psychoses}}&lt;br /&gt;
|-&lt;br /&gt;
|  _radlibSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Rad Libs}}&lt;br /&gt;
|-&lt;br /&gt;
|  _raindohCopiesMade&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you copied a monster using a {{kolwiki|Rain-Doh black box}}. See {{kolwiki|Copying#Limits|Copying}} for limit details&lt;br /&gt;
|-&lt;br /&gt;
|  _raveStealCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used {{kolwiki|Disco Combos|Rave Steal}}&lt;br /&gt;
|-&lt;br /&gt;
|  _requestSandwichSucceeded&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got a sandwich from using {{kolwiki|Request Sandwich}}&lt;br /&gt;
|-&lt;br /&gt;
|  _resolutionAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|resolution: be more adventurous}}&lt;br /&gt;
|-&lt;br /&gt;
|  _riftletAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you&#039;ve gotten from a {{kolwiki|Temporal Riftlet}}&lt;br /&gt;
|-&lt;br /&gt;
|  _romanticFightsLeft&lt;br /&gt;
|  0&lt;br /&gt;
|  How many love-struck monsters you have left to fight after using a {{kolwiki|Fire a badly romantic arrow|romantic arrow}}&lt;br /&gt;
|-&lt;br /&gt;
|  _svnUpdated&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you updated files using subversion (svn)&lt;br /&gt;
|-&lt;br /&gt;
|  _sealFigurineUses&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used the {{kolwiki|depleted uranium seal figurine}}&lt;br /&gt;
|-&lt;br /&gt;
|  _sealsSummoned&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you summoned {{kolwiki|Infernal Seals}}&lt;br /&gt;
|-&lt;br /&gt;
|  _setOfJacksUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|set of jacks}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _sexChanged&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you have the operation in {{kolwiki|Under the Knife}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff1&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Lutz, the Ice Skate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff2&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Comet, the Roller Skate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff3&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|The Bandshell}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff4&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|The Eclectic Eels}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff5&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|A Merry-Go Round}}&lt;br /&gt;
|-&lt;br /&gt;
|  _smilesOfMrA&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|The Smile of Mr. A.}}&lt;br /&gt;
|-&lt;br /&gt;
|  _snowconeSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Snowcones}}&lt;br /&gt;
|-&lt;br /&gt;
|  _snowSuitCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats you win while your familair has the {{kolwiki|Snow Suit}} equipped&lt;br /&gt;
|-&lt;br /&gt;
|  _softwareGlitchTurnReceived&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got a free adventure from a {{kolwiki|software glitch}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stabonicScrollUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Stabonic scroll}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stickerSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Stickers}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stinkyCheeseBanisherUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Give Your Opponent the Stinkeye}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stinkyCheeseCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats you been in with an item made from a {{kolwiki|stinky cheese ball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stressBallSqueezes&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Squeeze Stress Ball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stuffedPocketwatchUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|stuffed pocketwatch}}&lt;br /&gt;
|-&lt;br /&gt;
|  _styxSprayUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|STYX deodorant body spray}}&lt;br /&gt;
|-&lt;br /&gt;
|  _sugarSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Sugar Sheets}}&lt;br /&gt;
|-&lt;br /&gt;
|  _syntheticDogHairPillUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|synthetic dog hair pill}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tacoFlierUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Taco Dan&#039;s Taco Stand Flier}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _taffyRareSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many yellow, green, or indigo pulled taffies you summoned when casting {{kolwiki|Summon Taffy}}&lt;br /&gt;
|-&lt;br /&gt;
|  _templeHiddenPower&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you gained Hidden Power from traveling to {{kolwiki|Such Great Depths}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tempuraAirUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve eaten a {{kolwiki|tempura air}}&lt;br /&gt;
|-&lt;br /&gt;
|  _thingfinderCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|The Ballad of Richie Thingfinder (skill)|The Ballad of Richie Thingfinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _timeHelmetAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you gained while having a {{kolwiki|Mad Hatrack}} wear a Time Helmet&lt;br /&gt;
|-&lt;br /&gt;
|  _toastSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve gotten toast when using a {{kolwiki|cheap toaster}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tokenDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many Game Grid tokens were dropped by your {{kolwiki|Rogue Program}}&lt;br /&gt;
|-&lt;br /&gt;
|  _transponderDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many transporter transponders were dropped by your {{kolwiki|Li&#039;l Xenomorph}}&lt;br /&gt;
|-&lt;br /&gt;
|  _treasuryEliteMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got meat from the {{kolwiki|Cobb&#039;s Knob Treasury}} while wearing the Knob Goblin Elite Guard Uniform&lt;br /&gt;
|-&lt;br /&gt;
|  _treasuryHaremMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got meat from the {{kolwiki|Cobb&#039;s Knob Treasury}} while wearing the Knob Goblin Harem Girl Disguise&lt;br /&gt;
|-&lt;br /&gt;
|  _trivialAvocationsGame&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used the {{kolwiki|Trivial Avocations board game}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _userMods&lt;br /&gt;
|  &lt;br /&gt;
|  Sets modifiers that are calculated in addition to other modifiers. To quote Veracity:&lt;br /&gt;
For example, if you know that there have been five gall bladder squeezes in your current Slime Tube run, you can adjust the displayed ML value via:&lt;br /&gt;
&lt;br /&gt;
set _userMods = Monster Level: +100&lt;br /&gt;
&lt;br /&gt;
Or better yet (since it would only apply in the Slime Tube):&lt;br /&gt;
&lt;br /&gt;
set _userMods = Monster Level: [100*zone(slime)]&lt;br /&gt;
&lt;br /&gt;
See src/data/modifiers.txt for examples of how modifier specifications are written - note that they are case-sensitive, and require precise formatting. Use &amp;quot;modref _userMods&amp;quot; to see exactly how your override was parsed.&lt;br /&gt;
|-&lt;br /&gt;
|  _vitachocCapsulesUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|vitachoconutriment capsule}}&lt;br /&gt;
|-&lt;br /&gt;
|  _vmaskAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you got from using a {{kolwiki|V for Vivala mask}}&lt;br /&gt;
|-&lt;br /&gt;
|  _vmaskBanisherUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Creepy Grin}}&lt;br /&gt;
|-&lt;br /&gt;
|  _whiteRiceDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you collected white rice from {{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|-&lt;br /&gt;
|  _zapCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|Zapping|zap wand}}. If you use a {{kolwiki|Platinum Yendorian Express Card}}, this will be reset to zero.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Non-standard Daily Variables==&lt;br /&gt;
Some variables do not begin with an underscore. These variables have been hardcoded to reset and were never converted to the underscore system. They are kept so they do not interfere with old scripts that rely on them.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Variable Name&lt;br /&gt;
!  scope=&amp;quot;col&amp;quot; width=&amp;quot;300&amp;quot; | Default Value&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|tempuraSummons&lt;br /&gt;
|0&lt;br /&gt;
|How many bubbling tempura batters you summoned from {{kolwiki|A Vent Horizon}}&lt;br /&gt;
|-&lt;br /&gt;
|seaodesFound&lt;br /&gt;
|0&lt;br /&gt;
|How many seaodes you colected from {{kolwiki|Barback}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{{SeeAlso|get_property|set_property}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8024</id>
		<title>Choice Adventures</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Choice_Adventures&amp;diff=8024"/>
		<updated>2013-08-05T21:03:02Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: /* Choice Adventures 300-399 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A large number of the preferences saved by KoLmafia are used to determine the default behavior when a choice adventure is automated (either through auto-adventuring or use of the &amp;quot;auto&amp;quot; button in the relay browser). The number of choice adventures in KoL is large. Please consult the main wiki&#039;s {{kolwiki|Choice Adventures by Number}} page for a comprehensive list. Note that each preference follows the same numbering scheme as KoL itself. For example, the adventure &amp;quot;Minnesota Incorporeals&amp;quot; is number 77 in KoL, and its KoLmafia preference is &amp;quot;choiceAdventure77&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each choiceAdventure is set to a number, which corresponds to which choice you want to make from the available options in KoL. The GUI can list options that set multiple choices for you with one selection. Using &amp;quot;Minnesota Incorporeals&amp;quot; again, You can simply select the result you want from the GUI and it&#039;ll set choice adventures for all 3 adventures.&lt;br /&gt;
&lt;br /&gt;
This page contains a detailed list of choice adventures and KoLmafia&#039;s options for them, which may not directly track back to KoL. For example, when trying to get the outfit on the eXtreme slope, some choices have an option 4, which will choose an outfit piece to complete your outfit. KoL, hoever, does not have an option 4 for those adventures.&lt;br /&gt;
&lt;br /&gt;
Almost all choice adventures set to 0 (zero) will abort when encountered. There are very few exceptions to this, but these exceptions have been noted.&lt;br /&gt;
&lt;br /&gt;
Choice adventures that can no longer be accessed will not be listed. There are also a few choice adventures that have special handling, like {{kolwiki|Louvre It or Leave It}}. These will be detailed afterwards.&lt;br /&gt;
==Choice Adventures 2-90==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|{{kolwiki|Denim Axes Examined}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade a rubber axe for a denim axe&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|{{kolwiki|The Oracle Will See You Now}}&lt;br /&gt;
|3&lt;br /&gt;
|1-skip adventure&lt;br /&gt;
2-Pay for a minor consultation (waste 100 meat)&lt;br /&gt;
&lt;br /&gt;
3-Make the plus sign usable&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|{{kolwiki|Finger-Lickin&#039;... Death.}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Chance to win or lose 500 meat&lt;br /&gt;
2-Chance for poultrygeist&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|{{kolwiki|Heart of Very, Very Dark Darkness}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Without an inexplicably glowing rock, [[#6|Darker Than Dark]]. With one, [[#7|How Depressing]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|6}}6&lt;br /&gt;
|{{kolwiki|Darker Than Dark}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Lose all HP and get beaten up&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|7}}7&lt;br /&gt;
|{{kolwiki|How Depressing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Without a spooky glove equipped, waste a turn. With one, [[#8|On the Verge of a Dirge]].&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|8}}8&lt;br /&gt;
|{{kolwiki|On the Verge of a Dirge}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-fight Felonia&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|{{kolwiki|Yeti Nother Hippy}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|{{kolwiki|Saint Beernard}}&lt;br /&gt;
|4&lt;br /&gt;
|1-snowboarder pants&lt;br /&gt;
2-eXtreme scarf&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|{{kolwiki|Generic Teen Comedy Snowboarding Adventure}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eXtreme mittens&lt;br /&gt;
2-snowboarding pants&lt;br /&gt;
&lt;br /&gt;
3-small meat bost&lt;br /&gt;
&lt;br /&gt;
4-complete the eXtreme Cold-Weather Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|{{kolwiki|A Flat Miner}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s pants&lt;br /&gt;
2-7-foot Dwarven mattock&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|{{kolwiki|100% Legal}}&lt;br /&gt;
|4&lt;br /&gt;
|1-miner&#039;s helmet&lt;br /&gt;
2-miner&#039;s pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|{{kolwiki|See You Next Fall}}&lt;br /&gt;
|4&lt;br /&gt;
|1-7-foot Dwarven mattock&lt;br /&gt;
2-miner&#039;s helmet&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Mining Gear outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|{{kolwiki|Under the Knife}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Switch genders&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|{{kolwiki|The Arrrbitrator}}&lt;br /&gt;
|4&lt;br /&gt;
|1-eyepatch&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|{{kolwiki|Barrie Me at Sea}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-swashbuckling pants&lt;br /&gt;
&lt;br /&gt;
3-small meat boost&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|{{kolwiki|Amatearrr Night}}&lt;br /&gt;
|4&lt;br /&gt;
|1-stuffed shoulder parrot&lt;br /&gt;
2-small meat boost&lt;br /&gt;
&lt;br /&gt;
3-eypatch&lt;br /&gt;
&lt;br /&gt;
4-complete the Swashbuckling Getup outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|{{kolwiki|Ouch! You bump into a door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Buy a magic lamp for 50 meat&lt;br /&gt;
2-Fight a mimic for 5000 meat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|{{kolwiki|A Three-Tined Fork}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#27|Footprints]]&lt;br /&gt;
2-[[#28|A Pair of Craters]]&lt;br /&gt;
&lt;br /&gt;
3-[[#29|The Road Less Visible]]&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|27}}27&lt;br /&gt;
|{{kolwiki|Footprints}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Seal Clubber starting items&lt;br /&gt;
2-Turtle Tamer starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|28}}28&lt;br /&gt;
|{{kolwiki|A Pair of Craters}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Pastamancer starting items&lt;br /&gt;
2-Sauceror starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|29}}29&lt;br /&gt;
|{{kolwiki|The Road Less Visible}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Disco Bandit starting items&lt;br /&gt;
2-Accordion Thief starting items&lt;br /&gt;
|This can be simply set through the GUI&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|{{kolwiki|The Effervescent Fray}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Cloaca-Cola fatigues&lt;br /&gt;
2-Dyspepsi-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|{{kolwiki|Smells Like Team Spirit}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola fatigues&lt;br /&gt;
2-Cloaca-Cola helmet&lt;br /&gt;
&lt;br /&gt;
3-muscle substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|{{kolwiki|What is it Good For?}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Dyspepsi-Cola helmet&lt;br /&gt;
2-Cloaca-Cola shield&lt;br /&gt;
&lt;br /&gt;
3-moxie substats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|{{kolwiki|Maps and Legends}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spooky Temple map&lt;br /&gt;
2&amp;amp;3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|{{kolwiki|An Interesting Choice}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight a spooky vampire&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|{{kolwiki|Have a Heart}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade vampire hearts for bottles of used blood&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|{{kolwiki|A Journey to the Center of Your Mind}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Take the Bad Trip&lt;br /&gt;
2-Take the Mediocre Trip&lt;br /&gt;
&lt;br /&gt;
3-Take the Great Trip&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|{{kolwiki|Lording Over The Flies}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Trade Moscas de España for around the worlds&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|{{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|2&lt;br /&gt;
|1-muscle substats&lt;br /&gt;
2-white picket fence&lt;br /&gt;
&lt;br /&gt;
3-wedding cake and white rice&lt;br /&gt;
|KoLmafia uses &#039;&#039;&#039;_whiteRiceDrops&#039;&#039;&#039; to track how many white rices you picked up today.&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|{{kolwiki|The Only Thing About Him is the Way That He Walks}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-boxed wine&lt;br /&gt;
&lt;br /&gt;
3-mullet wig&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|{{kolwiki|Rapido!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-mysticality substats&lt;br /&gt;
2-white lightning&lt;br /&gt;
&lt;br /&gt;
3-white collar&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|{{kolwiki|Junction in the Trunction}}&lt;br /&gt;
|3&lt;br /&gt;
|1-cardboard ore&lt;br /&gt;
2-styrofoam ore&lt;br /&gt;
&lt;br /&gt;
3-bubblewrap ore&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|{{kolwiki|Minnesota Incorporeals}}&lt;br /&gt;
|2&lt;br /&gt;
|1-moxie substats&lt;br /&gt;
2-[[#78|Broken]]&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|78}}78&lt;br /&gt;
|{{kolwiki|Broken}}&lt;br /&gt;
|2&lt;br /&gt;
|1-[[#79|A Hustle Here, a Hustle There]]&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|79}}79&lt;br /&gt;
|{{kolwiki|A Hustle Here, a Hustle There}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spookyraven library key&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Rise)}}&lt;br /&gt;
|99&lt;br /&gt;
|1-[[#86|History is Fun! (The Rise of the House of Spookyraven)]]&lt;br /&gt;
2-random cooking recipe&lt;br /&gt;
&lt;br /&gt;
3-[[#88|Naughty, Naughty...]]&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|{{kolwiki|Take a Look, it&#039;s in a Book! (Fall)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-[[#87|History is Fun! (The Fall of the House of Spookyraven)]]&lt;br /&gt;
2-random cocktailcrafting recipe&lt;br /&gt;
&lt;br /&gt;
3-Gain some muscle and take spooky damage&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
&lt;br /&gt;
99-Unlock Second Floor&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|{{kolwiki|One Nightstand (White)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old leather wallet&lt;br /&gt;
2-muscle substats&lt;br /&gt;
&lt;br /&gt;
3-Fight an Animated nightstand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|{{kolwiki|One Nightstand (Mahogany)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-old coin purse&lt;br /&gt;
2-Fight an Animated nightstand&lt;br /&gt;
&lt;br /&gt;
3-With Lord Spookyraven&#039;s spectacles equipped, receive your class quest item&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|{{kolwiki|One Nightstand (Ornate)}}&lt;br /&gt;
|2&lt;br /&gt;
|1-small meat boost&lt;br /&gt;
2-mysticality substats&lt;br /&gt;
&lt;br /&gt;
3-Lord Spookyraven&#039;s spectacles&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|{{kolwiki|One Nightstand (Wooden)}}&lt;br /&gt;
|4&lt;br /&gt;
|1-moxie substats and dislodge the ballroom key&lt;br /&gt;
2-ballroom key then nothing&lt;br /&gt;
&lt;br /&gt;
3-Fight remains of a jilted mistress&lt;br /&gt;
&lt;br /&gt;
4-If available, get a rare book, unlock the ballroom, then gain moxie substats&lt;br /&gt;
&lt;br /&gt;
5-If available, get a rare book, unlock the ballroom, then get in a fight&lt;br /&gt;
|Options 4 and 5 will always grab the rare book Engorged Sausages and You if you have the option. If not, it will do what&#039;s needed to unlock the ballroom automatically. It will then default to the moxie boost or the fight.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|86}}86&lt;br /&gt;
|{{kolwiki|History is Fun! (The Rise of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Read a chapter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|87}}87&lt;br /&gt;
|{{kolwiki|History is Fun! (The Fall of the House of Spookyraven)}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Read a chapter&lt;br /&gt;
2-Able to find gallery key in {{kolwiki|The Haunted Conservatory}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|88}}88&lt;br /&gt;
|{{kolwiki|Naughty, Naughty...}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Gain your Mysticality class skill or take spooky damage&lt;br /&gt;
|This can be set simply in the GUI&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|{{kolwiki|Out in the Garden}}&lt;br /&gt;
|6&lt;br /&gt;
|0-Fight a random knight&lt;br /&gt;
1-Fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
2-fight a snake knight&lt;br /&gt;
&lt;br /&gt;
3-Without Dream and Lights, visit the maidens. Otherwise, fight a random knight.&lt;br /&gt;
&lt;br /&gt;
4-Visit the maidens, otherwise fight a wolf knight&lt;br /&gt;
&lt;br /&gt;
5-Visit the maidens, otherwise fight a snake knight&lt;br /&gt;
&lt;br /&gt;
6-skip adventure&lt;br /&gt;
|This unusual as choice 0 puts you in a fight rather than abort for the browser. According to this[[http://kolmafia.us/showthread.php?9949-(Non)-Trivial-Update-Gallery-Fix-support&amp;amp;p=72862&amp;amp;viewfull=1#post72862|post]], this seems to be somewhat standard procedure.&lt;br /&gt;
Also, if you have your appropriate quest item, make sure you choose to fight the correct knight to get your Muscle skill.&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|{{kolwiki|Curtains}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain your Moxie class skill or fight a ghastly organist&lt;br /&gt;
2-Gain moxie stats&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 105-199==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|{{kolwiki|Having a Medicine Ball}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-[[#107|Bad Medicine is What You Need]]&lt;br /&gt;
&lt;br /&gt;
3-Say &amp;quot;Guy Made of Bees&amp;quot; or skip adventure&lt;br /&gt;
|Each time you choose option 3, KoLmafia increases &#039;&#039;&#039;guyMadeOfBeesCount&#039;&#039;&#039; by 1. If you summon the Guy Made of Bees, it will reset to 0, whether you beat him or not. If you beat him, &#039;&#039;&#039;guyMadeOfBeesDefeated&#039;&#039;&#039; is set to true and you will simply skip this adventure.&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|{{kolwiki|Strung-Up Quartet}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Increase Monster Level by 5&lt;br /&gt;
2-Decrease combat frequency by 5%&lt;br /&gt;
&lt;br /&gt;
3-Increase Item Drops by 5%&lt;br /&gt;
&lt;br /&gt;
4-Stop music and skip adventure&lt;br /&gt;
|Once your music is playing, you do not need to change this setting. KoL simply skips the adventure if you choose the same song.&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|107}}107&lt;br /&gt;
|{{kolwiki|Bad Medicine is What You Need}}&lt;br /&gt;
|4&lt;br /&gt;
|1-antique bottle of cough syrup&lt;br /&gt;
2-tube of hair oil&lt;br /&gt;
&lt;br /&gt;
3-bottle of ultravitamins&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|{{kolwiki|Aww, Craps}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie substats&lt;br /&gt;
2-Meat and More Moxie OR lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-More Meat, More Moxie, and Smugness OR lose all HP&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|{{kolwiki|Dumpster Diving}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Meat and Moxie&lt;br /&gt;
&lt;br /&gt;
3-Mad Train wine&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|{{kolwiki|The Entertainer}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-Moxie and Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-Meat and chance for Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|{{kolwiki|Malice in Chains}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-More Muscle stats OR lose some HP&lt;br /&gt;
&lt;br /&gt;
3-Fight a sleeping Knob Goblin Guard&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|{{kolwiki|Please, Hammer}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Get hammer parts for the {{kolwiki|Harold&#039;s Hammer Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|{{kolwiki|Knob Goblin BBQ}}&lt;br /&gt;
|2&lt;br /&gt;
|1-2 points hot damage and light the birthday cake for the {{kolwiki|Baker Quest}}&lt;br /&gt;
2-Fight a Knob Goblin Barbecue Team&lt;br /&gt;
&lt;br /&gt;
3-Get a random goodie&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|{{kolwiki|The Baker&#039;s Dilemma}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get an unlit birthday cake for the {{kolwiki|Baker Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|{{kolwiki|Oh No, Hobo}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a half-orc hobo&lt;br /&gt;
2-Spend 5 meat for Good Karma OR waste adventure if you have less than 6 meat&lt;br /&gt;
&lt;br /&gt;
3-Mysticality and Moxie stats and meat&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|{{kolwiki|The Singing Tree (Rustling)|The Singing Tree}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Spend 1 meat for Mysticality stats&lt;br /&gt;
2-Spend 1 meat for Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Spend 1 meat for a random result&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|{{kolwiki|Trespasser}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight a Knob Goblin Assistant Chef&lt;br /&gt;
2-Mysticality stats and chance to lose 2 HP&lt;br /&gt;
&lt;br /&gt;
3-Random goodies&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|{{kolwiki|When Rocks Attack}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Gain 30 meat for the {{kolwiki|Wounded Guard Quest}} (no adventure cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|{{kolwiki|Ennui is Wasted on the Young}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats and either lose 2 HP or gain Pumped Up&lt;br /&gt;
2-ice-cold Sir Schlitz&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats and lemon&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|123&lt;br /&gt;
|{{kolwiki|At Least It&#039;s Not Full Of Trash}}&lt;br /&gt;
|2&lt;br /&gt;
|1&amp;amp;3-Beaten Up&lt;br /&gt;
2-{{kolwiki|Beginning at the Beginning of Beginning}}&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|125&lt;br /&gt;
|{{kolwiki|No Visible Means of Support}}&lt;br /&gt;
|3&lt;br /&gt;
|1&amp;amp;2-Beaten Up&lt;br /&gt;
3-Unlock Hidden City&lt;br /&gt;
|KoLmafia will auotmate this and the other two choice adventures to unlock the Hidden City.&lt;br /&gt;
|-&lt;br /&gt;
|126&lt;br /&gt;
|{{kolwiki|Sun at Noon, Tan Us}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-More Moxie or Sunburned&lt;br /&gt;
&lt;br /&gt;
3-Sunburned&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|127&lt;br /&gt;
|{{kolwiki|No sir, away! A papaya war is on!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Grab 3 papayas&lt;br /&gt;
2-Trade 3 papayas for stats. Without 3 papayas, take damage&lt;br /&gt;
&lt;br /&gt;
3-Gain less stats&lt;br /&gt;
&lt;br /&gt;
4-Trade papayas for stats until you have no papayas, then get more papayas&lt;br /&gt;
&lt;br /&gt;
5-Trade papayas for stats until you have no papayas, then gain less stats&lt;br /&gt;
|The GUI for this choice adventure has no listing for &amp;quot;show in browser&amp;quot; but setting the preference for this choice adventure to 0 will cause it to abort.&lt;br /&gt;
|-&lt;br /&gt;
|129&lt;br /&gt;
|{{kolwiki|Do Geese See God?}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for a photograph of God&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|130&lt;br /&gt;
|{{kolwiki|Rod Nevada, Vendor}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 500 meat for hard rock candy&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|131&lt;br /&gt;
|{{kolwiki|Dr. Awkward}}&lt;br /&gt;
|1&lt;br /&gt;
|1&amp;amp;2&amp;amp;3-Fight Dr. Awkward&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|132&lt;br /&gt;
|{{kolwiki|Let&#039;s Make a Deal!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Spend 5000 meat and get a broken carburetor&lt;br /&gt;
2-Unlock The Oasis&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|134&lt;br /&gt;
135&lt;br /&gt;
|{{kolwiki|Wheel in the Pyramid, Keep on Turning}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Changes the Lower Chambers&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|These are 2 separate choice adventures. The only difference in their text.&lt;br /&gt;
|-&lt;br /&gt;
|136&lt;br /&gt;
|{{kolwiki|Peace Wants Love}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy corduroys&lt;br /&gt;
2-filthy knitted dread sack&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|137&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-filthy knitted dread sack&lt;br /&gt;
2-filthy corduroys&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-Complete the Filthy Hippy Disguise outfit&lt;br /&gt;
|If you are missing one of the two pieces, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|138&lt;br /&gt;
|{{kolwiki|An Inconvenient Truth}}&lt;br /&gt;
|4&lt;br /&gt;
|1-orcish cargo shorts&lt;br /&gt;
2-Orcish baseball cap&lt;br /&gt;
&lt;br /&gt;
3-homoerotic frat-paddle&lt;br /&gt;
&lt;br /&gt;
4-Complete the Frat Boy Ensemble outfit&lt;br /&gt;
|If you are missing a piece, it will get the first that you are missing. After that, ???&lt;br /&gt;
|-&lt;br /&gt;
|139&lt;br /&gt;
|{{kolwiki|Bait and Switch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-ferret bait&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy (space) cadet&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|140&lt;br /&gt;
|{{kolwiki|The Thin Tie-Dyed Line}}&lt;br /&gt;
|2&lt;br /&gt;
|1-water pipe bombs&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Hippy drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|141&lt;br /&gt;
142&lt;br /&gt;
|{{kolwiki|Blockin&#039; Out the Scenery}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the Frat Warrior outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|143&lt;br /&gt;
|{{kolwiki|Catching Some Zetas}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-sake bombers&lt;br /&gt;
&lt;br /&gt;
3-Fight a War Pledge&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|144&lt;br /&gt;
|{{kolwiki|One Less Room Than In That Movie}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-beer bombs&lt;br /&gt;
&lt;br /&gt;
3-Fight a Frat Warrior drill sergeant&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|145&lt;br /&gt;
146&lt;br /&gt;
|{{kolwiki|Fratacombs}}&lt;br /&gt;
|1&lt;br /&gt;
3&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-random goodies&lt;br /&gt;
&lt;br /&gt;
3-With the War Hippy Fatigues outfit, start the war. Otherwise, waste a turn.&lt;br /&gt;
|These two adventures are basically the same, except for the third option.&lt;br /&gt;
|-&lt;br /&gt;
|147&lt;br /&gt;
|{{kolwiki|Cornered!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Open The Granary (rotund ducks)&lt;br /&gt;
2-Open The Bog (stench ducks)&lt;br /&gt;
3-Open The Pond (cold ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|148&lt;br /&gt;
|{{kolwiki|Cornered Again!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Open The Back 40 (hot ducks)&lt;br /&gt;
2-Open The Family Plot (spooky ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|149&lt;br /&gt;
|{{kolwiki|How Many Corners Does this Stupid Barn Have!?}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Open The Shady Thicket (booze ducks)&lt;br /&gt;
2-Open The Other Back 40 (sleaze ducks)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|151&lt;br /&gt;
|{{kolwiki|Adventurer, $1.99}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With enough clown gear, [[#152|Lurking at the Threashold]]. Else, take damage.&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|152}}152&lt;br /&gt;
|{{kolwiki|Lurking at the Threshold}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Fight Beelzebozo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|153&lt;br /&gt;
|{{kolwiki|Turn Your Head and Coffin}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-half-rotten brain&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|155&lt;br /&gt;
|{{kolwiki|Skull, Skull, Skull}}&lt;br /&gt;
|4&lt;br /&gt;
|1-If on the {{kolwiki|Zombie Slayer}} path and you don&#039;t have a talkative or hovering skull yet, you get the hatchling. Otherwise, Moxie stats.&lt;br /&gt;
2-Meat&lt;br /&gt;
&lt;br /&gt;
3-rusty bonesaw&lt;br /&gt;
&lt;br /&gt;
4-debonair deboner&lt;br /&gt;
&lt;br /&gt;
5-skip adventure&lt;br /&gt;
|If your preference is set to 4 and the debonair deboner isn&#039;t available, KoLmafia will get stuck on that choice adventure indefinitely.&lt;br /&gt;
|-&lt;br /&gt;
|157&lt;br /&gt;
|{{kolwiki|Urning Your Keep}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Mysticality stats&lt;br /&gt;
2-plus-sized phylactery then waste adventure&lt;br /&gt;
&lt;br /&gt;
3-Meat&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|159&lt;br /&gt;
|{{kolwiki|Go Slow Past the Drawers}}&lt;br /&gt;
|4&lt;br /&gt;
|1-Meat&lt;br /&gt;
2-Stats and heal HP&amp;amp;MP&lt;br /&gt;
&lt;br /&gt;
3-can of Ghuol-B-Gone™&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|163&lt;br /&gt;
|{{kolwiki|Melvil Dewey Would Be Ashamed}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Necrotelicomnicon&lt;br /&gt;
2-Cookbook of the Damned&lt;br /&gt;
&lt;br /&gt;
3-Sinful Desires&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|164&lt;br /&gt;
|{{kolwiki|Down by the Riverside}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Muscle stats&lt;br /&gt;
2-Gain MP and Spirit of Alph&lt;br /&gt;
&lt;br /&gt;
3-Fight a roller-skating Muse&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|165&lt;br /&gt;
|{{kolwiki|Beyond Any Measure}}&lt;br /&gt;
|2&lt;br /&gt;
|1-With Rat-Faced, gain Night Vision. Else, waste adventure.&lt;br /&gt;
2-With Bats in the Belfry, gain Good with the Ladies. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
4-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|166&lt;br /&gt;
|{{kolwiki|Death is a Boat}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With No Vertigo, gain S.T.L.T. Else, waste adventure.&lt;br /&gt;
2-Moxie stats&lt;br /&gt;
&lt;br /&gt;
3-With Unusual Fashion Sense, gain albatross necklace. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|167&lt;br /&gt;
|{{kolwiki|It&#039;s a Fixer-Upper}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Fight a raven&lt;br /&gt;
2-Mysticality stats&lt;br /&gt;
&lt;br /&gt;
3-Gain HP&amp;amp;MP and Bats in the Belfry&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|168&lt;br /&gt;
|{{kolwiki|Midst the Pallor of the Parlor}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With Spirit of Alph, gain Feelin&#039; Philosophical. Else, fight a black cat.&lt;br /&gt;
&lt;br /&gt;
3-With Rat-Faced, gain Unusual Fashion Sense. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|169&lt;br /&gt;
|{{kolwiki|A Few Chintz Curtains, Some Throw Pillows...}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Night Vision, gain flask of Amontillado. Else waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Dancing Prowess, gain fancy ball mask. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|{{kolwiki|La Vie Boheme}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain HP and Rat-Faced&lt;br /&gt;
2-Fight and sensetive poet-type&lt;br /&gt;
&lt;br /&gt;
3-Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|171&lt;br /&gt;
|{{kolwiki|Backstage at the Rogue Windmill}}&lt;br /&gt;
|3&lt;br /&gt;
|1-With Bats in the Belfry, gain No Vertigo. Else, waste adventure.&lt;br /&gt;
2-Muscle stats&lt;br /&gt;
&lt;br /&gt;
3-With Spirit of Alph, gain Dancing Prowess. Else, waste adventure.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|172&lt;br /&gt;
|{{kolwiki|Up in the Hippo Room}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Good with the Ladies, gain Can-Can skirt. Else, fight can-can dancer.&lt;br /&gt;
2-With Feelin&#039; Philosophical, gain not-a-pipe. Else, waste adventure.&lt;br /&gt;
&lt;br /&gt;
3-Mysticality stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|173&lt;br /&gt;
174&lt;br /&gt;
|{{kolwiki|The Last Stand}}&lt;br /&gt;
|&lt;br /&gt;
|1-Fight The Big Wisniewski&lt;br /&gt;
2-Fight The Man&lt;br /&gt;
|These choice adventures are not officially supported through KoLmafia. However, it would be possible to set a preference for these and KoLmafia will automate accordingly. Since this is the choice adventure for the Silver Wossname, you may not wish to set a preference for it.&lt;br /&gt;
|-&lt;br /&gt;
|177&lt;br /&gt;
|{{kolwiki|The Blackberry Cobbler}}&lt;br /&gt;
|4&lt;br /&gt;
|1-blackberry slippers&lt;br /&gt;
2-blackberry moccasins&lt;br /&gt;
&lt;br /&gt;
3-blackberry combat boots&lt;br /&gt;
&lt;br /&gt;
4-blackberry galoshes&lt;br /&gt;
&lt;br /&gt;
5-skip banish this choice adventure for 30 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|178&lt;br /&gt;
|{{kolwiki|Hammering the Armory}}&lt;br /&gt;
|1&lt;br /&gt;
|1-bronze breastplate&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|180&lt;br /&gt;
|{{kolwiki|A Pre-War Dresser Drawer, Pa!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With Torso Awaregness and without Ye Olde Navy Fleece, gain Ye Olde Navy Fleece. Else, gain meat.&lt;br /&gt;
&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|181&lt;br /&gt;
|{{kolwiki|Chieftain of the Flies}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade Moscas de España for around the worlds (no turn cost)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|182&lt;br /&gt;
|{{kolwiki|Random Lack of an Encounter}}&lt;br /&gt;
|1&lt;br /&gt;
|1-With 20 or more Monster Level, fight a MagiMechTech MechaMech. Else, fight a random crew member.&lt;br /&gt;
2-Loot a Penultimate Fantasy chest&lt;br /&gt;
&lt;br /&gt;
3-Gain stats based on -combat and lose HP&lt;br /&gt;
&lt;br /&gt;
4-If available, grab the model airship. Else, get in to a fight.&lt;br /&gt;
&lt;br /&gt;
5-If available, grab the model airship. Else, get a chest.&lt;br /&gt;
&lt;br /&gt;
6-If available, grab the model airship. Else, get stats and lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|184&lt;br /&gt;
|{{kolwiki|That Explains All The Eyepatches}}&lt;br /&gt;
|6&lt;br /&gt;
|1-If Msyticality class, gain 3 drunkenness and stats. Else, fight a tipsy pirate.&lt;br /&gt;
2-If Moxie class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
3-If Muscle class, gain 3 drunkenness and stats. Else, gain a shot of rotgut.&lt;br /&gt;
&lt;br /&gt;
4-Always pick the choice that gives you 3 drunkenness &lt;br /&gt;
and stats&lt;br /&gt;
&lt;br /&gt;
5-Always pick the choice that gives you a shot of rot gut.&lt;br /&gt;
&lt;br /&gt;
6-Always pick the choice that gives you a fight. If you&#039;re a Msyticality class, you get rot gut instead.&lt;br /&gt;
|Because options 4, 5, &amp;amp; 6 depend on your prime stat, new classes that are not yet supported by KoLmafia may cause problems.&lt;br /&gt;
|-&lt;br /&gt;
|185&lt;br /&gt;
|{{kolwiki|Yes, You&#039;re a Rock Starrr}}&lt;br /&gt;
|3&lt;br /&gt;
|1-base booze&lt;br /&gt;
2-mixed drinks&lt;br /&gt;
&lt;br /&gt;
3-Stats based on drunkenness. If at 0 drunkenness, fight a tetchy pirate.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|186&lt;br /&gt;
|{{kolwiki|A Test of Testarrrsterone}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Gain Muscle and Moxie stats. If a Mysticality class, Gain Mysticality stats also.&lt;br /&gt;
2-Gain 3 drunkenness and a lot more stats&lt;br /&gt;
&lt;br /&gt;
3-More Moxie stats&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|187&lt;br /&gt;
|{{kolwiki|Arrr You Man Enough?}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Play Insult Beer Pong&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|188&lt;br /&gt;
|{{kolwiki|The Infiltrationist}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With Frat Boy Ensemble outfit equipped, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
2-Wearing a mullet wig and possessing a briefcase, gain Cap&#039;m Caronch&#039;s dentures. Without the briefcase, waste adventure. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Wearing a frilly skirt and possessing 3 hot wings, gain Cap&#039;m Caronch&#039;s dentures. Else, lose HP.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|189&lt;br /&gt;
|{{kolwiki|O Cap&#039;m, My Cap&#039;m}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Spend 977 meat and {{kolwiki|Set an Open Course for the Virgin Booty}}&lt;br /&gt;
2-skip adventure&lt;br /&gt;
&lt;br /&gt;
3-Show your secret tropical island volcano lair map&lt;br /&gt;
|If option 1 is chosen, KoLmafia will look for 2 other setting. The first is &#039;&#039;&#039;oceanDestination&#039;&#039;&#039;, which will sail to the associated coordinates. The second is &#039;&#039;&#039;oceanAction&#039;&#039;&#039;. &#039;&#039;continue&#039;&#039; will keep adventuring. &#039;&#039;show&#039;&#039; will show the results and keep adventuring. &#039;&#039;stop&#039;&#039; will show the results and abort. Any choice with &#039;&#039;save&#039;&#039; in front of it will save the HTML results.&lt;br /&gt;
These options are easily set in the GUI.&lt;br /&gt;
|-&lt;br /&gt;
|191&lt;br /&gt;
|{{kolwiki|Chatterboxing}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Moxie stats&lt;br /&gt;
2-With a valuable trinket, banish chatty pirates for 20 turns. Else, lose HP.&lt;br /&gt;
&lt;br /&gt;
3-Muscle stats&lt;br /&gt;
&lt;br /&gt;
4-Mysticality stats and cold damage&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|197&lt;br /&gt;
|{{kolwiki|Somewhat Higher and Mostly Dry}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a sewer gator&lt;br /&gt;
&lt;br /&gt;
3-Turn a valve&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|198&lt;br /&gt;
|{{kolwiki|Disgustin&#039; Junction}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a giant zombie goldfish&lt;br /&gt;
&lt;br /&gt;
3-Open a grate&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|199&lt;br /&gt;
|{{kolwiki|The Former or the Ladder}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Explore the sewer&lt;br /&gt;
2-Fight a C.H.U.M.&lt;br /&gt;
&lt;br /&gt;
3-Free a trapped clanmate or waste an adventure.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 200-299==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|{{kolwiki|Enter The Hoboverlord}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Hodgman, The Hoboverlord&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|201&lt;br /&gt;
|{{kolwiki|Home, Home in the Range}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Ol&#039; Scratch&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|202&lt;br /&gt;
|{{kolwiki|Bumpity Bump Bump}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Frosty&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|203&lt;br /&gt;
|{{kolwiki|Deep Enough to Dive}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Oscus&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|204&lt;br /&gt;
|{{kolwiki|Welcome To You!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Zombo&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|205&lt;br /&gt;
|{{kolwiki|Van, Damn}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Fight Chester&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|206&lt;br /&gt;
|{{kolwiki|Getting Tired}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Cause a tirevalanche &lt;br /&gt;
2-Add a tire to the fire&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|207&lt;br /&gt;
|{{kolwiki|Hot Dog! I Mean... Door!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Hot damage OR clan meat and extra hot hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|208&lt;br /&gt;
|{{kolwiki|Ah, So That&#039;s Where They&#039;ve All Gone}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Send flowers to the heap (???)&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|It is currently unclear what option 1 does.&lt;br /&gt;
|-&lt;br /&gt;
|209&lt;br /&gt;
|{{kolwiki|Timbarrrr!}}&lt;br /&gt;
|&lt;br /&gt;
|1-bag of Crotchety Pine saplings&lt;br /&gt;
2-bag of Saccharine Maple saplings&lt;br /&gt;
&lt;br /&gt;
3-bag of Laughing Willow saplings&lt;br /&gt;
|KoLmafia does not officially support this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|210&lt;br /&gt;
|{{kolwiki|Stumped (Arrrbor Day)|Stumped}}&lt;br /&gt;
|&lt;br /&gt;
|1-Recieve your reward if available&lt;br /&gt;
|KoLmafia does not officially support this choice adventure. However, there is only one choice that can be made.&lt;br /&gt;
|-&lt;br /&gt;
|211&lt;br /&gt;
212&lt;br /&gt;
|{{kolwiki|Despite All Your Rage}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Escape by spending 10 adventures&lt;br /&gt;
2-Wait&lt;br /&gt;
|If KoLmafia detects that you are trapped in the cage during login, it will use the choice selected here. This can be detrimental to your clan&#039;s efforts. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039; It is advised you leave it set at 0.&lt;br /&gt;
|-&lt;br /&gt;
|213&lt;br /&gt;
|{{kolwiki|Piping Hot}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Makes it harder to get in to VGBND&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|214&lt;br /&gt;
|{{kolwiki|You vs. The Volcano}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Cause a trashcano&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|215&lt;br /&gt;
|{{kolwiki|Piping Cold}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Decrease hot damage done by hot hobos&#039; special moves&lt;br /&gt;
2-Makes it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Decrease hot damage done by hot hobos&#039; special moves and increase the icicles in Exposure Esplanade OR waste a turn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|216&lt;br /&gt;
|{{kolwiki|The Compostal Service}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Reduces environmental stench damage in The Heap&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|217&lt;br /&gt;
|{{kolwiki|There Goes Fritz!}}&lt;br /&gt;
|3&lt;br /&gt;
|1-Yodel a little&lt;br /&gt;
2-Yodel a lot&lt;br /&gt;
&lt;br /&gt;
3-Yodel your heart out&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|218&lt;br /&gt;
|{{kolwiki|I Refuse!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Reset stench level and go treasure-hunting&lt;br /&gt;
2-Reset stench level and skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|219&lt;br /&gt;
|{{kolwiki|The Furtivity of My City}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Increase stench level in The Heap&lt;br /&gt;
&lt;br /&gt;
3-Get clan meat and add sleaze hobos&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|220&lt;br /&gt;
|{{kolwiki|Returning to the Tomb}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Get clan meat and add spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|221&lt;br /&gt;
|{{kolwiki|A Chiller Night|A Chiller Night (1)}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Study dance moves&lt;br /&gt;
2-waste a turn&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|222&lt;br /&gt;
|{{kolwiki|A Chiller Night (2)|A Chiller Night}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Slay spooky hobos&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|223&lt;br /&gt;
|{{kolwiki|Getting Clubbed}}&lt;br /&gt;
|0&lt;br /&gt;
|1-[[#224|Exclusive!]] or skip adventure if you fail&lt;br /&gt;
2-Make it easier to get in to VGBND&lt;br /&gt;
&lt;br /&gt;
3-Make it easier to get in to VGBND and unlock A Chiller Night&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|224&lt;br /&gt;
|{{kolwiki|Exclusive!}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Fight a sleaze hobo&lt;br /&gt;
2-Eliminate 10% of sleaze hobos&lt;br /&gt;
&lt;br /&gt;
3-Gain stats and make it harder to get in to VGBND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|225&lt;br /&gt;
|{{kolwiki|Attention -- A Tent!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-With class instrument, [[#226|Here You Are, Up On Stage]]. Else, waste a turn.&lt;br /&gt;
2-[[#226|Working the Crowd]]&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you leave it set at 0. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|226}}226&lt;br /&gt;
|{{kolwiki|Here You Are, Up On Stage}}&lt;br /&gt;
|&lt;br /&gt;
|1-Keep performing&lt;br /&gt;
2-Leave adventure&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{{anchor|227}}227&lt;br /&gt;
|{{kolwiki|Working the Crowd}}&lt;br /&gt;
|&lt;br /&gt;
|1-Survey the situation&lt;br /&gt;
2-Start a mosh pit&lt;br /&gt;
&lt;br /&gt;
3-Busk for mickels&lt;br /&gt;
&lt;br /&gt;
4-Leave tent&lt;br /&gt;
|Because of the coordination required to use this choice adventure, it is advised you do not set this preference. &#039;&#039;&#039;You are responsible for changing this preference.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|230&lt;br /&gt;
|{{kolwiki|Mind Yer Binder}}&lt;br /&gt;
|&lt;br /&gt;
|1-Buy the binder&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|272&lt;br /&gt;
|{{kolwiki|Marketplace Entrance}}&lt;br /&gt;
|2&lt;br /&gt;
|1-Enter [[#The Hobo Marketplace|The Hobo Marketplace]]&lt;br /&gt;
2-skip and banish adventure for 10 turns&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|273&lt;br /&gt;
|{{kolwiki|The Frigid Air}}&lt;br /&gt;
|3&lt;br /&gt;
|1-frozen banquet&lt;br /&gt;
2-Gain clan meat and cold hobos&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|291&lt;br /&gt;
|{{kolwiki|A Tight Squeeze}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a jar of squeeze&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|292&lt;br /&gt;
|{{kolwiki|Cold Comfort}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a bowl of fishysoisse&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|293&lt;br /&gt;
|{{kolwiki|Flowers for You}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a deadly lampshade&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|294&lt;br /&gt;
|{{kolwiki|Maybe It&#039;s a Sexy Snake!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a lewd playing card&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|295&lt;br /&gt;
|{{kolwiki|Juicy!}}&lt;br /&gt;
|0&lt;br /&gt;
|1-Trade 5 hobo nickels for a concentrated garbage juice&lt;br /&gt;
2-spend a turn and keep your nickels&lt;br /&gt;
|This is a {{kolwiki|Semi-Rare Adventures|semirare adventure}}. Whether you get the item or not, your counter will reset.&lt;br /&gt;
|-&lt;br /&gt;
|296&lt;br /&gt;
|{{kolwiki|Pop!}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Exit the sewers&lt;br /&gt;
|There are no choices in this choice adventure.&lt;br /&gt;
|-&lt;br /&gt;
|297&lt;br /&gt;
|{{kolwiki|Gravy Fairy Ring}}&lt;br /&gt;
|2&lt;br /&gt;
|1-random mushrooms&lt;br /&gt;
2-fairy gravy boat&lt;br /&gt;
&lt;br /&gt;
3-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|298&lt;br /&gt;
|{{kolwiki|In the Shade}}&lt;br /&gt;
|1&lt;br /&gt;
|1-random sea foods&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|299&lt;br /&gt;
|{{kolwiki|Down at the Hatch}}&lt;br /&gt;
|1&lt;br /&gt;
|1-free Big Brother then raise area difficulty for 19 turns&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 302-399==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|302&lt;br /&gt;
303&lt;br /&gt;
|{{kolwiki|You&#039;ve Hit Bottom}}&lt;br /&gt;
|&lt;br /&gt;
1&lt;br /&gt;
|1-Gain Deep Saucery or Tempuramancy&lt;br /&gt;
|Technically, KoLmafia doesn&#039;t support the Sauceror version of this. However, the choice adventure has only one choice, so it is safe to set &#039;&#039;&#039;shoiceAdventure302&#039;&#039;&#039; to 1.&lt;br /&gt;
|-&lt;br /&gt;
|304&lt;br /&gt;
|{{kolwiki|A Vent Horizon}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Spend 200 MP for bubbling tempura batter&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|KoLmafia tracks how many batters you&#039;ve summoned in &#039;&#039;&#039;tempuraSummons&#039;&#039;&#039;, which does reset at rollover.&lt;br /&gt;
|-&lt;br /&gt;
|305&lt;br /&gt;
|{{kolwiki|There is Sauce at the Bottom of the Ocean}}&lt;br /&gt;
|1&lt;br /&gt;
|1-Trade one Mer-kin pressureglobe for a globe of Deep Sauce&lt;br /&gt;
2-skip adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Choice Adventures 400-499==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 500-599==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 600-699==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Choice Adventures 700-799==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  #&lt;br /&gt;
!  Name&lt;br /&gt;
!  default&lt;br /&gt;
!  Options&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special Cases==&lt;br /&gt;
===Spooky Forest===&lt;br /&gt;
{{kolwiki|The Spooky Forest}} has a selector to pick your choices through the GUI. However, this setting cannot be set through an ash [[Set property|set_property()]] or a CLI set command. KoLmafia reads the setting for the choice adventures associated with {{kolwiki|Arboreal Respite}} and determines what your current setting is.&lt;br /&gt;
===The Louvre===&lt;br /&gt;
{{kolwiki|Louvre It or Leave It}} is a complicated maze, changing each ascension. KoLmafia has a built-in solver for it. It may take a couple tries as it figure out the path, but once it does, you&#039;ll easily automate your way through it. It&#039;s setting is saved in &#039;&#039;&#039;louvreDesiredGoal&#039;&#039;&#039; and has 9 options:&lt;br /&gt;
*0: skip adventure&lt;br /&gt;
*1: Manetwich&lt;br /&gt;
*2: bottle of Vangoghbitussin&lt;br /&gt;
*3: bottle of Pinot Renoir&lt;br /&gt;
*4: Boost Muscle&lt;br /&gt;
*5: Boost Mysticality&lt;br /&gt;
*6: Boost Moxie&lt;br /&gt;
*7: Boost Prime Stat&lt;br /&gt;
*8: Boost Lowest Stat&lt;br /&gt;
===Violet Fog===&lt;br /&gt;
KoLmafia has a built-in solver for the {{kolwiki|Violet Fog}} similar to the louvre. It&#039;s setting is saved in &#039;&#039;&#039;violetFogGoal&#039;&#039;&#039; and has 12 options:&lt;br /&gt;
*0: escape the fog&lt;br /&gt;
*1: Cerebral Cloche&lt;br /&gt;
*2: Cerebral Crossbow&lt;br /&gt;
*3: Cerebral Culottes&lt;br /&gt;
*4: Muscle Training&lt;br /&gt;
*5: Mysticality Training&lt;br /&gt;
*6: Moxie Training&lt;br /&gt;
*7: ice stein&lt;br /&gt;
*8: munchies pill&lt;br /&gt;
*9: homeopathic healing powder&lt;br /&gt;
*10: Boost Prime Stat&lt;br /&gt;
*11: Boost Lowest Stat&lt;br /&gt;
&lt;br /&gt;
===The Hobo Marketplace===&lt;br /&gt;
{{kolwiki|The Hobo Marketplace}} does not have any special automation. In fact, the only part that has any support is the very first part where you choose to enter. While you can still set preferences for each individual marketplace choice, it should be done very carefully.&lt;br /&gt;
===llama lama gong===&lt;br /&gt;
The {{kolwiki|llama lama gong}} has a dropdown list in the GUI. It can also be set by changing the preference &#039;&#039;&#039;gongPath&#039;&#039;&#039; to what you desire. Options 4-30 describe all the outcomes from being a Roach. The Mole path is not automated, though it&#039;s possible to write scripts that will track your progress and play accordingly. KoLmafia tracks your progress through Mt. Molehill using the &#039;&#039;&#039;moleTunnelLevel&#039;&#039;&#039; preference.&lt;br /&gt;
*0: show in browser&lt;br /&gt;
*1: bird&lt;br /&gt;
*2: mole&lt;br /&gt;
*3: roach (in browser)&lt;br /&gt;
*4: musc, musc, +30% musc&lt;br /&gt;
*5: musc, mox, +30% musc&lt;br /&gt;
*6: musc, MP, +30% musc&lt;br /&gt;
*7: myst, musc, +30% myst&lt;br /&gt;
*8: myst, myst, +30% myst&lt;br /&gt;
*9: myst, MP, +30% myst&lt;br /&gt;
*10: mox, myst, +30% mox&lt;br /&gt;
*11: mox, mox, +30% mox&lt;br /&gt;
*12: mox, MP, +30% mox&lt;br /&gt;
*13: musc, musc, +10% all&lt;br /&gt;
*14: myst, musc, +10% all&lt;br /&gt;
*15: musc, mox, +10% all&lt;br /&gt;
*16: myst, myst, +10% all&lt;br /&gt;
*17: mox, mox, +10% all&lt;br /&gt;
*18: mox, MP, +10% all&lt;br /&gt;
*19: musc, musc, +50% items&lt;br /&gt;
*20: myst, musc, +50% items&lt;br /&gt;
*21: musc, MP, +50% items&lt;br /&gt;
*22: mox, myst, +50% items&lt;br /&gt;
*23: myst, MP, +50% items&lt;br /&gt;
*24: mox, MP, +50% items&lt;br /&gt;
*25: musc, mox, +30 ML&lt;br /&gt;
*26: musc, MP, +30 ML&lt;br /&gt;
*27: myst, myst, +30 ML&lt;br /&gt;
*28: mox, myst, +30 ML&lt;br /&gt;
*29: myst, MP, +30 ML&lt;br /&gt;
*30: mox, mox, +30 ML&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Daily_Variables&amp;diff=7963</id>
		<title>Daily Variables</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Daily_Variables&amp;diff=7963"/>
		<updated>2013-08-05T21:00:58Z</updated>

		<summary type="html">&lt;p&gt;Fluxxdog: Add non-underscore&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These per-account variables are reset to default value at the beginning of each day or at the beginning of a new ascension.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Variable Name&lt;br /&gt;
!  scope=&amp;quot;col&amp;quot; width=&amp;quot;300&amp;quot; | Default Value&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|  _absintheDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many tiny bottles of absinthe the {{kolwiki|Green Pixie}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _aguaDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many bottles of agua de vida the {{kolwiki|Baby Sandworm}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _akgyxothUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used an {{kolwiki|Emblem of Ak&#039;gyxoth}} or an {{kolwiki|Idol of Ak&#039;gyxoth}}&lt;br /&gt;
|-&lt;br /&gt;
|  _allYearSucker&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used an {{kolwiki|All-year sucker}}&lt;br /&gt;
|-&lt;br /&gt;
|  _aprilShower&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used the {{kolwiki|April Shower}}&lt;br /&gt;
|-&lt;br /&gt;
|  _astralDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many astral mushrooms the {{kolwiki|Astral Badger}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _badlyRomanticArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  If you have your {{kolwiki|Obtuse Angel}} fire a badly romantic arrow, this will be 1&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOfCandy&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, your {{kolwiki|Stocking Mimic}} pulled a bag of candy out of itself&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOfCandyUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Chester&#039;s bag of candy}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _ballastTurtleUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Ballast turtle}}&lt;br /&gt;
|-&lt;br /&gt;
|  _ballInACupUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Ball-in-a-cup}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _bagOTricksUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used your {{kolwiki|Bag o&#039; Tricks}} to increase your effects&#039; duration&lt;br /&gt;
|-&lt;br /&gt;
|  _ballpit&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve jumped in {{kolwiki|An Awesome Ball Pit}} &lt;br /&gt;
|-&lt;br /&gt;
|  _banderRunaways&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve gotten free runaways with your {{kolwiki|Frumious Bandersnatch}} or {{kolwiki|Pair of Stomping Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bearHugs&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used {{kolwiki|Bear Hug}} as a {{kolwiki|Zombie Master}}&lt;br /&gt;
|-&lt;br /&gt;
|  _beerLensDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve found a {{kolwiki|Beer lens}}&lt;br /&gt;
|-&lt;br /&gt;
|  _benettonsCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast or recorded {{kolwiki|Benetton&#039;s Medley of Diversity (skill)|Benetton&#039;s Medley of Diversity}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bonersSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve cast {{kolwiki|Summon &amp;quot;Boner Battalion&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
|  _bootStomps&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used Release the Boots with your {{kolwiki|Pair of Stomping Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|  _borrowedTimeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Borrowed time}}&lt;br /&gt;
|-&lt;br /&gt;
|  _boxingGloveArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many boxing-glove arrows your {{kolwiki|Obtuse Angel}} fired&lt;br /&gt;
|-&lt;br /&gt;
|  _boxOfHammersUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Box of hammers}} from inventory&lt;br /&gt;
|-&lt;br /&gt;
|  _brickoFights&lt;br /&gt;
|  0&lt;br /&gt;
|  How many {{kolwiki|BRICKO brick|BRICKO}} monsters have been fought today&lt;br /&gt;
|-&lt;br /&gt;
|  _brickoEyeSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you got a {{kolwiki|BRICKO eye brick}} when casting {{kolwiki|Summon BRICKOs}}&lt;br /&gt;
|-&lt;br /&gt;
|  _cameraUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Shaking 4-d camera}}&lt;br /&gt;
|-&lt;br /&gt;
|  _candySummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Summon Candy Heart}}&lt;br /&gt;
|-&lt;br /&gt;
|  _carboLoaded&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Canticle of Carboloading}}&lt;br /&gt;
|-&lt;br /&gt;
|  _carnieCandyDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times a {{kolwiki|Cotton Candy Carnie}} drops cotton candy&lt;br /&gt;
|-&lt;br /&gt;
|  _carrotNoseDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times a carrot dropped from a {{kolwiki|Snow Suit}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chipBags&lt;br /&gt;
|  0&lt;br /&gt;
|  How many bags of chips you got from {{kolwiki|A Snack Machine}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chocolateCigarsUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Chocolate cigar}}&lt;br /&gt;
|-&lt;br /&gt;
|  _chocolatesUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Chocolate Phenomenon|chocolate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _clipartSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Summon Clip Art}}&lt;br /&gt;
|-&lt;br /&gt;
|  _companionshipCasts&lt;br /&gt;
|  false&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Chorale of Companionship}}&lt;br /&gt;
|-&lt;br /&gt;
|  _coalPaperweightUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Coal paperweight}}&lt;br /&gt;
|-&lt;br /&gt;
|  _cosmicSixPackConjured&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you summoned your free {{kolwiki|cosmic six-pack}}&lt;br /&gt;
|-&lt;br /&gt;
|  _creepyVoodooDollUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Creepy voodoo doll}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _crimboTree&lt;br /&gt;
|  false&lt;br /&gt;
|  Defunct. If a Crimbo Present from {{kolwiki|A Crimbo Tree}} is available, you will automatically collect it. &lt;br /&gt;
|-&lt;br /&gt;
|  _cursedKegUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Cursed pony keg}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _cursedMicrowaveUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used a {{kolwiki|Cursed microwave}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _darkChocolateHeart&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Heart of dark chocolate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _deluxeKlawSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve played the {{kolwiki|Deluxe Mr. Klaw &amp;quot;Skill&amp;quot; Crane Game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _demandSandwich&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Demand Sandwich}}&lt;br /&gt;
|-&lt;br /&gt;
|  _distentionPillUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Distention pill}}&lt;br /&gt;
|-&lt;br /&gt;
|  _donhosCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Donho&#039;s Bubbly Ballad (skill)|Donho&#039;s Bubbly Ballad}}&lt;br /&gt;
|-&lt;br /&gt;
|  _dreamJarDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many Unconscious Collective Dream Jars have been dropped by your {{kolwiki|Unconscious Collective}}&lt;br /&gt;
|-&lt;br /&gt;
|  _elronsCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  Many many times you cast {{kolwiki|Elron&#039;s Explosive Etude (skill)|Elron&#039;s Explosive Etude}}&lt;br /&gt;
|-&lt;br /&gt;
|  _envyfishEggUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used an {{kolwiki|Envyfish egg}}&lt;br /&gt;
|-&lt;br /&gt;
|  _essentialTofuUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve used an {{kolwiki|Essential tofu}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fancyHotDogEaten&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve eaten a fancy hot dog from a {{kolwiki|Hot Dog Stand}}&lt;br /&gt;
|-&lt;br /&gt;
|  _favorRareSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you summon a cracker, popper, or flute when casting {{kolwiki|Summon Party Favor}}&lt;br /&gt;
|-&lt;br /&gt;
|  _feastedFamiliars&lt;br /&gt;
|  &lt;br /&gt;
|  A semicolon-separated list of familiars who have been fed from a {{kolwiki|Moveable feast}}&lt;br /&gt;
|-&lt;br /&gt;
|  _feastUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used a {{kolwiki|Moveable feast}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fingertrapArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many fingertrap arrows your {{kolwiki|Obtuse Angel}} fired&lt;br /&gt;
|-&lt;br /&gt;
|  _fireStartingKitUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|CSA fire-starting kit}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences. You can further set it up by choosing an topin under Choice Adventures &amp;gt; Item&lt;br /&gt;
|-&lt;br /&gt;
|  _fishyPipeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Fishy pipe}}&lt;br /&gt;
|-&lt;br /&gt;
|  _floristPlantsUsed&lt;br /&gt;
|  &lt;br /&gt;
|  A comma-separated list of plants planted by the {{kolwiki|The Florist Friar&#039;s Cottage|Florist Friar}}&lt;br /&gt;
|-&lt;br /&gt;
|  _fudgeWaspFights&lt;br /&gt;
|  0&lt;br /&gt;
|  Defunct. In {{kolwiki|Fudge Mountain Breakdown}}, you could fight a {{kolwiki|Swarm of fudgewasps}} 3 times per day.&lt;br /&gt;
|-&lt;br /&gt;
|  _gapBuffs&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Greatest American Pants}} buffs&lt;br /&gt;
|-&lt;br /&gt;
|  _gibbererAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you&#039;ll receive at rollover from the {{kolwiki|Squamous Gibberer}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gibbererCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat adventures since the {{kolwiki|Squamous Gibberer}} gave a free rollover adventure&lt;br /&gt;
|-&lt;br /&gt;
|  _gnollEyeUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Glass gnoll eye}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _gnomeAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you received from the {{kolwiki|Reagnimated Gnome}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gongDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many llama lama gongs the {{kolwiki|Llama Lama}} dropped&lt;br /&gt;
|-&lt;br /&gt;
|  _gothKidFights&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free PvPs you received from the {{kolwiki|Artistic Goth Kid}} if you broke your {{kolwiki|Magical Mystical Hippy Stone}}&lt;br /&gt;
|-&lt;br /&gt;
|  _gothKidCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat since the {{kolwiki|Artistic Goth Kid}} gave a free PvP&lt;br /&gt;
|-&lt;br /&gt;
|  _grimoireGeekySummons&lt;br /&gt;
|  0&lt;br /&gt;
|  If you cast {{kolwiki|Summon Geeky Gifts}}, this will be one&lt;br /&gt;
|-&lt;br /&gt;
|  _grooseDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many globs of groose grease were dropped by the {{kolwiki|Bloovian Groose}}&lt;br /&gt;
|-&lt;br /&gt;
|  _guildManualUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used your {{kolwiki|The Wizard of Ego#Rewards|Class-specific manual}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _hareAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you received from the {{kolwiki|Wild Hare}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hareCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combat adventures since the {{kolwiki|Wild Hare}} gave a free adventure&lt;br /&gt;
|-&lt;br /&gt;
|  _hippyMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve collected you meat from {{kolwiki|The Organic Produce Stand}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hipsterAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free combats you&#039;ve gotten from the {{kolwiki|Mini-Hipster}} and {{kolwiki|Artistic Goth Kid}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hobbyHorseUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Handmade hobby horse}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _hoboUnderlingSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon hobo underling}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hotTubSoaks&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|A Relaxing Hot Tub}}&lt;br /&gt;
|-&lt;br /&gt;
|  _hyperinflatedSealLungUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Hyperinflated seal lung}}&lt;br /&gt;
|-&lt;br /&gt;
|  _iceballUses&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Frosty&#039;s iceball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _inigosCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many time you cast {{kolwiki|Inigo&#039;s Incantation of Inspiration (skill)|Inigo&#039;s Incantation of Inspiration}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewVlad&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Vlad)|Vlad&#039;s Boutique}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewIsabella&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Isabella)|Isabella&#039;s}}&lt;br /&gt;
|-&lt;br /&gt;
|  _interviewMasquerade&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Interview With You (Masquerade)|The Masquerade}}&lt;br /&gt;
|-&lt;br /&gt;
|  _ironicMoustache&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, your {{kolwiki|Mini-Hipster}} grew an ironic moustache&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsCheeseSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsCreamSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsDoughSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Dough}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsEggsSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Egg}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsFruitSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Fruit}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsMeatSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Meat Product}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsPotatoSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Potato}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jarlsVeggiesSummoned&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Conjure Vegetables}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCheese&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Standalone Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCheesedMonsters&lt;br /&gt;
|  &lt;br /&gt;
|  A comma-delimited list of monsters banished by jiggling a {{kolwiki|Staff of the Standalone Cheese}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCream&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Cream of the Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleCreamedMonster&lt;br /&gt;
|  &lt;br /&gt;
|  Names the last monster you fought when you jiggled a {{kolwiki|Staff of the Cream of the Cream}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleLife&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the Staff of Life}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jiggleSteak&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you jiggled a {{kolwiki|Staff of the All-Steak}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jitbCharge&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats a {{kolwiki|Jack-in-the-Box}} been in since it last opened&lt;br /&gt;
|-&lt;br /&gt;
|  _jukebox&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|A Jukebox}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jungDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many psychoanalytic jars were dropped by your {{kolwiki|Angry Jung Man}}&lt;br /&gt;
|-&lt;br /&gt;
|  _kloopDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many devilish folios were dropped by your {{kolwiki|Blavious Kloop}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jackassPlumberGame&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Jackass Plumber home game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _jickJarAvailable&lt;br /&gt;
|  unknown&lt;br /&gt;
|  This is true or false depending on whether you can get a {{kolwiki|jar of psychoses (Jick)}} from Jick&#039;s profile or not. Respectively.&lt;br /&gt;
|-&lt;br /&gt;
|  _jingleBellUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Jingle bell}}&lt;br /&gt;
|-&lt;br /&gt;
|  _klawSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you played the {{kolwiki|Mr. Klaw &amp;quot;Skill&amp;quot; Crane Game}}&lt;br /&gt;
|-&lt;br /&gt;
|  _kolConSixPackUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|KoL Con Six Pack}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lastZomboEye&lt;br /&gt;
|  0&lt;br /&gt;
|  The last turn number you used {{kolwiki|Zombo&#039;s empty eye}}&lt;br /&gt;
|-&lt;br /&gt;
|  _leafblowerML&lt;br /&gt;
|  1&lt;br /&gt;
|  The current ML provided by {{kolwiki|The Landscaper&#039;s leafblower}}&lt;br /&gt;
|-&lt;br /&gt;
|  _legendaryBeat&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|The Legendary Beat}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lookingGlass&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got your &amp;quot;DRINK ME&amp;quot; potion from {{kolwiki|A Looking Glass}}&lt;br /&gt;
|-&lt;br /&gt;
|  _lunchBreak&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you cast {{kolwiki|Lunch Break}}&lt;br /&gt;
|-&lt;br /&gt;
| _madTeaParty&lt;br /&gt;
| false&lt;br /&gt;
| If true, you got a seat at {{kolwiki|The Mad Tea Party}}&lt;br /&gt;
|-&lt;br /&gt;
| _mayflowerDrops&lt;br /&gt;
| 0&lt;br /&gt;
| How many flowers dropped from a {{kolwiki|Mayflower bouquet}}&lt;br /&gt;
|-&lt;br /&gt;
| _mayflySummons&lt;br /&gt;
| 0&lt;br /&gt;
| How many times you used {{kolwiki|Summon Mayfly Swarm}}&lt;br /&gt;
|-&lt;br /&gt;
| _mediumSiphons&lt;br /&gt;
| 0&lt;br /&gt;
| How many times you used {{kolwiki|Siphon Spirits}}&lt;br /&gt;
|-&lt;br /&gt;
|  _nanorhinoBanishedMonster&lt;br /&gt;
|  &lt;br /&gt;
|  Which monster has been banished after using {{kolwiki|Unleash Nanites}}&lt;br /&gt;
|-&lt;br /&gt;
|  _navelRunaways&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free runaways you&#039;ve gotten from your {{kolwiki|navel ring of navel gazing}}, {{kolwiki|Greatest American Pants}}, and {{kolwiki|peppermint parasol}}&lt;br /&gt;
|-&lt;br /&gt;
|  _olympicSwimmingPool&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|An Olympic-Sized Swimming Pool}} to swim laps or do submarine sprints&lt;br /&gt;
|-&lt;br /&gt;
|  _olympicSwimmingPoolItemFound&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you found an item while {{kolwiki|Screwing Around!}} in {{kolwiki|An Olympic-Sized Swimming Pool}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pasteDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  Defunct. This used to track boots stomps, but it does nothing now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  _photocopyUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Photocopied monster}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pieDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many pies were dropped by the {{kolwiki|Knob Goblin Organ Grinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _piePartsCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many monster pieces were collected by the {{kolwiki|Knob Goblin Organ Grinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _pneumaticityPotionUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|pressurized potion of pneumaticity}}&lt;br /&gt;
|-&lt;br /&gt;
|  _poisonArrows&lt;br /&gt;
|  0&lt;br /&gt;
|  How many time you used {{kolwiki|Fire a poison arrow}}&lt;br /&gt;
|-&lt;br /&gt;
|  _poolGames&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you played at a {{kolwiki|A Pool Table (VIP Lounge)|clan pool table}}&lt;br /&gt;
|-&lt;br /&gt;
|  _precisionCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve cast {{kolwiki|Prelude of Precision (skill)|Prelude of Precision}}&lt;br /&gt;
|-&lt;br /&gt;
|  _psychoJarFilled&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|psychoanalytic jar}} on Jick&lt;br /&gt;
|-&lt;br /&gt;
|  _psychoJarUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Psychoanalytic jar|jar of psychoses}}&lt;br /&gt;
|-&lt;br /&gt;
|  _radlibSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Rad Libs}}&lt;br /&gt;
|-&lt;br /&gt;
|  _raindohCopiesMade&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you copied a monster using a {{kolwiki|Rain-Doh black box}}. See {{kolwiki|Copying#Limits|Copying}} for limit details&lt;br /&gt;
|-&lt;br /&gt;
|  _raveStealCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve used {{kolwiki|Disco Combos|Rave Steal}}&lt;br /&gt;
|-&lt;br /&gt;
|  _requestSandwichSucceeded&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got a sandwich from using {{kolwiki|Request Sandwich}}&lt;br /&gt;
|-&lt;br /&gt;
|  _resolutionAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|resolution: be more adventurous}}&lt;br /&gt;
|-&lt;br /&gt;
|  _riftletAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you&#039;ve gotten from a {{kolwiki|Temporal Riftlet}}&lt;br /&gt;
|-&lt;br /&gt;
|  _romanticFightsLeft&lt;br /&gt;
|  0&lt;br /&gt;
|  How many love-struck monsters you have left to fight after using a {{kolwiki|Fire a badly romantic arrow|romantic arrow}}&lt;br /&gt;
|-&lt;br /&gt;
|  _svnUpdated&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you updated files using subversion (svn)&lt;br /&gt;
|-&lt;br /&gt;
|  _sealFigurineUses&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used the {{kolwiki|depleted uranium seal figurine}}&lt;br /&gt;
|-&lt;br /&gt;
|  _sealsSummoned&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you summoned {{kolwiki|Infernal Seals}}&lt;br /&gt;
|-&lt;br /&gt;
|  _setOfJacksUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|set of jacks}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _sexChanged&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you have the operation in {{kolwiki|Under the Knife}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff1&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Lutz, the Ice Skate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff2&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|Comet, the Roller Skate}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff3&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|The Bandshell}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff4&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|The Eclectic Eels}}&lt;br /&gt;
|-&lt;br /&gt;
|  _skateBuff5&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you visited {{kolwiki|A Merry-Go Round}}&lt;br /&gt;
|-&lt;br /&gt;
|  _smilesOfMrA&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|The Smile of Mr. A.}}&lt;br /&gt;
|-&lt;br /&gt;
|  _snowconeSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Snowcones}}&lt;br /&gt;
|-&lt;br /&gt;
|  _snowSuitCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats you win while your familair has the {{kolwiki|Snow Suit}} equipped&lt;br /&gt;
|-&lt;br /&gt;
|  _softwareGlitchTurnReceived&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got a free adventure from a {{kolwiki|software glitch}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stabonicScrollUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|Stabonic scroll}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stickerSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Stickers}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stinkyCheeseBanisherUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Give Your Opponent the Stinkeye}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stinkyCheeseCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many combats you been in with an item made from a {{kolwiki|stinky cheese ball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stressBallSqueezes&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used {{kolwiki|Squeeze Stress Ball}}&lt;br /&gt;
|-&lt;br /&gt;
|  _stuffedPocketwatchUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|stuffed pocketwatch}}&lt;br /&gt;
|-&lt;br /&gt;
|  _styxSprayUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|STYX deodorant body spray}}&lt;br /&gt;
|-&lt;br /&gt;
|  _sugarSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|Summon Sugar Sheets}}&lt;br /&gt;
|-&lt;br /&gt;
|  _syntheticDogHairPillUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used a {{kolwiki|synthetic dog hair pill}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tacoFlierUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Taco Dan&#039;s Taco Stand Flier}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _taffyRareSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many yellow, green, or indigo pulled taffies you summoned when casting {{kolwiki|Summon Taffy}}&lt;br /&gt;
|-&lt;br /&gt;
|  _templeHiddenPower&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you gained Hidden Power from traveling to {{kolwiki|Such Great Depths}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tempuraAirUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you&#039;ve eaten a {{kolwiki|tempura air}}&lt;br /&gt;
|-&lt;br /&gt;
|  _thingfinderCasts&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you cast {{kolwiki|The Ballad of Richie Thingfinder (skill)|The Ballad of Richie Thingfinder}}&lt;br /&gt;
|-&lt;br /&gt;
|  _timeHelmetAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you gained while having a {{kolwiki|Mad Hatrack}} wear a Time Helmet&lt;br /&gt;
|-&lt;br /&gt;
|  _toastSummons&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you&#039;ve gotten toast when using a {{kolwiki|cheap toaster}}&lt;br /&gt;
|-&lt;br /&gt;
|  _tokenDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many Game Grid tokens were dropped by your {{kolwiki|Rogue Program}}&lt;br /&gt;
|-&lt;br /&gt;
|  _transponderDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many transporter transponders were dropped by your {{kolwiki|Li&#039;l Xenomorph}}&lt;br /&gt;
|-&lt;br /&gt;
|  _treasuryEliteMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got meat from the {{kolwiki|Cobb&#039;s Knob Treasury}} while wearing the Knob Goblin Elite Guard Uniform&lt;br /&gt;
|-&lt;br /&gt;
|  _treasuryHaremMeatCollected&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you got meat from the {{kolwiki|Cobb&#039;s Knob Treasury}} while wearing the Knob Goblin Harem Girl Disguise&lt;br /&gt;
|-&lt;br /&gt;
|  _trivialAvocationsGame&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used the {{kolwiki|Trivial Avocations board game}}. This is part of the &amp;quot;use once-a-day&amp;quot; items you can enable in Preferences.&lt;br /&gt;
|-&lt;br /&gt;
|  _userMods&lt;br /&gt;
|  &lt;br /&gt;
|  Sets modifiers that are calculated in addition to other modifiers. To quote Veracity:&lt;br /&gt;
For example, if you know that there have been five gall bladder squeezes in your current Slime Tube run, you can adjust the displayed ML value via:&lt;br /&gt;
&lt;br /&gt;
set _userMods = Monster Level: +100&lt;br /&gt;
&lt;br /&gt;
Or better yet (since it would only apply in the Slime Tube):&lt;br /&gt;
&lt;br /&gt;
set _userMods = Monster Level: [100*zone(slime)]&lt;br /&gt;
&lt;br /&gt;
See src/data/modifiers.txt for examples of how modifier specifications are written - note that they are case-sensitive, and require precise formatting. Use &amp;quot;modref _userMods&amp;quot; to see exactly how your override was parsed.&lt;br /&gt;
|-&lt;br /&gt;
|  _vitachocCapsulesUsed&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|vitachoconutriment capsule}}&lt;br /&gt;
|-&lt;br /&gt;
|  _vmaskAdv&lt;br /&gt;
|  0&lt;br /&gt;
|  How many free adventures you got from using a {{kolwiki|V for Vivala mask}}&lt;br /&gt;
|-&lt;br /&gt;
|  _vmaskBanisherUsed&lt;br /&gt;
|  false&lt;br /&gt;
|  If true, you used {{kolwiki|Creepy Grin}}&lt;br /&gt;
|-&lt;br /&gt;
|  _whiteRiceDrops&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you collected white rice from {{kolwiki|Don&#039;t Fence Me In}}&lt;br /&gt;
|-&lt;br /&gt;
|  _zapCount&lt;br /&gt;
|  0&lt;br /&gt;
|  How many times you used a {{kolwiki|Zapping|zap wand}}. If you use a {{kolwiki|Platinum Yendorian Express Card}}, this will be reset to zero.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Non-standard Daily Variables==&lt;br /&gt;
Some variables do not begin with an underscore. These variables have been hardcoded to reset and were never converted to the underscore system. They are kept so they do not interfere with old scripts that rely on them.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Variable Name&lt;br /&gt;
!  scope=&amp;quot;col&amp;quot; width=&amp;quot;300&amp;quot; | Default Value&lt;br /&gt;
!  Notes&lt;br /&gt;
|-&lt;br /&gt;
|tempuraSummons&lt;br /&gt;
|0&lt;br /&gt;
|How many bubbling tempura batters you summoned from {{kolwiki|A Vent Horizon}}&lt;br /&gt;
|}&lt;br /&gt;
{{SeeAlso|get_property|set_property}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Fluxxdog</name></author>
	</entry>
</feed>