Bale
Minion
The first thing you do after leaving Valhalla is to select your path in a choice adventure.
	
	
	
		
Then I get a selection of new items and a skill:
	
	
	
		
Here's the important information from the api:
"path":"26"
"class":"19"
"pathname":"Avatar of West of Loathing"
I'm a Beanslinger so that is class 19. Hopefully soon there will be Cowpunchers and Snake Oilers who can confirm their class numbers.
				
			
		HTML:
	
	<body><img src='/images/itemimages/blank.gif' id='dragged'><div id='debug'></div><div class=contextmenu id='skillmenu'></div><div class=contextmenu id='itemsmenu'></div><div id=topbar><center><table class=actionbar cellpadding=0 cellspacing=1><tbody><tr class=label><td> </td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr class=blueback><td><a href='choice.php?action=auto'><img src='/images/itemimages/plexpock.gif'></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif' id='skills'></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td class=spacer></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif'></td></tr><tr class=label><td>auto</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table></center></div><div class='content' id='content_'><div id='effdiv' style='display: none;'></div><div style='overflow: auto;'>
<Center><centeR><!--faaaaaaart--><table  width=95%  cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>Go West, Young Adventurer!</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><center><img src="/images/adventureimages/desert.gif" width=100 height=100></center><p>Well, you're not exactly going West.  You're coming from the West.  Specifically the West of Loathing, a land of danger and cows and guns and beans.
<p>
There were many heroes in the West, but most of them were one of 3 types of hero.  3... classes of character, let's say.
<p>
<b>Cow Punchers</b> let their fists do the talking.  They never missed with unarmed attacks, and their hardiness and survival skills were unparallelled.
<p>
<b>Beanslingers</b> were the Chef-Magi of the time.  With their mastery of spellcraft and their love of a good bean, they were forces to be reckoned with.
<p>
<b>Snake Oilers</b> were the swindlers and scientists of their day.  As fast with a sixgun as they were with a potion, they could shoot a hole in you and then patch it up before you even had a chance to bleed.
<p>
So how 'bout it, pardner?  Which class of character would you like to be?<center><form style='margin: 0px 0px 0px 0px;' name=choiceform1 action=choice.php method=post><input type=hidden name=pwd value='3f78a42bf6f6c350b258d7839014a901'><input type=hidden name=whichchoice value=1176><input type=hidden name=option value=1><input  class=button type=submit value="Cow Puncher"></form><p><form style='margin: 0px 0px 0px 0px;' name=choiceform2 action=choice.php method=post><input type=hidden name=pwd value='3f78a42bf6f6c350b258d7839014a901'><input type=hidden name=whichchoice value=1176><input type=hidden name=option value=2><input  class=button type=submit value="Beanslinger"></form><p><form style='margin: 0px 0px 0px 0px;' name=choiceform3 action=choice.php method=post><input type=hidden name=pwd value='3f78a42bf6f6c350b258d7839014a901'><input type=hidden name=whichchoice value=1176><input type=hidden name=option value=3><input  class=button type=submit value="Snake Oiler"></form><p></center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table></center><!--faaaaaaart--><script>top.charpane.location.href="charpane.php";</script>
</div></div></body>Then I get a selection of new items and a skill:
		Code:
	
	Took choice 1176/2: Beanslinger
choice.php?pwd&whichchoice=1176&option=2
--------------------
8956	Tales of the West: Beanslinging	798701830	book4.gif	usable	q	0
# Item Tales of the West: Beanslinging: Teaches you Beanslinger skills
--------------------
--------------------
8959	one-gallon hat	833660429	cowboyhat.gif	hat	q	0
one-gallon hat	20	none
Item	one-gallon hat	Muscle: +1, Mysticality: +1, Moxie: +1, Experience: +1
--------------------
--------------------
8970	toy sixgun	854153791	sixgun0.gif	none, combat		0
# Item toy sixgun: Bang!
# Item toy sixgun: (does not go away when used)
--------------------
--------------------
8866	Heimz Fortified Kidney Beans	771486835	beanscan.gif	offhand	t,d	5
Heimz Fortified Kidney Beans	0	Mys: 5
Item	Heimz Fortified Kidney Beans	Maximum HP: +15, Spell Damage: +10, HP Regen Min: 4, HP Regen Max: 5
--------------------
You acquire an item: Tales of the West: Beanslinging
You acquire an item: one-gallon hat
You acquire an item: toy sixgun
You acquire an item: Heimz Fortified Kidney Beans
You learned a new skill: Shoot
You acquire an item: DNA extraction syringeHere's the important information from the api:
"path":"26"
"class":"19"
"pathname":"Avatar of West of Loathing"
I'm a Beanslinger so that is class 19. Hopefully soon there will be Cowpunchers and Snake Oilers who can confirm their class numbers.
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
	 
 
		
 
 
		