/
com/planet_ink/coffee_mud/Abilities/
com/planet_ink/coffee_mud/Abilities/Common/
com/planet_ink/coffee_mud/Abilities/Diseases/
com/planet_ink/coffee_mud/Abilities/Druid/
com/planet_ink/coffee_mud/Abilities/Fighter/
com/planet_ink/coffee_mud/Abilities/Prayers/
com/planet_ink/coffee_mud/Abilities/Properties/
com/planet_ink/coffee_mud/Abilities/Skills/
com/planet_ink/coffee_mud/Abilities/Songs/
com/planet_ink/coffee_mud/Abilities/Spells/
com/planet_ink/coffee_mud/Abilities/Thief/
com/planet_ink/coffee_mud/Abilities/Traps/
com/planet_ink/coffee_mud/Areas/interfaces/
com/planet_ink/coffee_mud/Behaviors/
com/planet_ink/coffee_mud/CharClasses/interfaces/
com/planet_ink/coffee_mud/Commands/
com/planet_ink/coffee_mud/Commands/interfaces/
com/planet_ink/coffee_mud/Exits/interfaces/
com/planet_ink/coffee_mud/Items/Armor/
com/planet_ink/coffee_mud/Items/Basic/
com/planet_ink/coffee_mud/Items/MiscMagic/
com/planet_ink/coffee_mud/Items/Software/
com/planet_ink/coffee_mud/Items/Weapons/
com/planet_ink/coffee_mud/Libraries/interfaces/
com/planet_ink/coffee_mud/Locales/
com/planet_ink/coffee_mud/Locales/interfaces/
com/planet_ink/coffee_mud/MOBS/
com/planet_ink/coffee_mud/MOBS/interfaces/
com/planet_ink/coffee_mud/Races/
com/planet_ink/coffee_mud/Races/interfaces/
com/planet_ink/coffee_mud/WebMacros/
com/planet_ink/coffee_mud/WebMacros/interfaces/
com/planet_ink/coffee_mud/application/
com/planet_ink/coffee_mud/core/smtp/
com/planet_ink/siplet/applet/
lib/
resources/examples/
resources/fakedb/
resources/quests/delivery/
resources/quests/diseased/
resources/quests/drowning/
resources/quests/gobwar/
resources/quests/holidays/
resources/quests/robbed/
resources/quests/smurfocide/
resources/quests/stolen/
resources/quests/templates/
resources/quests/treasurehunt/
resources/quests/vengeance/
web/
web/admin.templates/
web/admin/images/
web/pub.templates/
web/pub/images/mxp/
web/pub/sounds/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
	  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	  <title>CoffeeMud Default Player Race Reference</title>
	  <link rel="StyleSheet" href="style.css" type="text/css" media="screen" />
	</head>
	<body>
		<center><table width=90% cellpadding=10 cellspacing=0 border=1 bordercolor=gray><tr>
		<td width=100% colspan=2 bgcolor=#DFDFDF align=left> 
		<h1>Default Player Race Reference</h1>
		<h2> CoffeeMud 5.2 </h2>
		</td></tr><tr><td width=20% valign=top align=left>
		<ul>
			@RaceNext?RESET@
			@loop@
				<li>@RaceNext@<a href="#@RaceID@">@RaceName@</a>
			&nbsp;
			@back@
		</ul>
		</td><td valign=top align=left>
			@RaceNext?RESET@
			@loop@
				@RaceNext@
				<P>
				<TABLE WIDTH=100% BORDER=1>
				<TR><TD WIDTH=100% COLSPAN=2 BGCOLOR=#DFDFDF ALIGN=CENTER><a name="@RaceID@"><H3>@RaceName@</H3></a></TD></TR>
				<TR><TD WIDTH=25% BGCOLOR=#DFDFDF><B>Description</B></TD><TD>@RaceData?help@</TD>
				<TR><TD WIDTH=25% BGCOLOR=#DFDFDF><B>Stat Adjustments</B></TD><TD>@RaceData?stats&trains&pracs@</TD>
				<TR><TD WIDTH=25% BGCOLOR=#DFDFDF><B>Bonus Abilities</B></TD><TD>@RaceData?senses&dispositions&abilities@</TD>
				<TR><TD WIDTH=25% BGCOLOR=#DFDFDF><B>Bonus Languages</B></TD><TD>@RaceData?langs@</TD>
				<TR><TD WIDTH=25% BGCOLOR=#DFDFDF><B>Life expectancy</B></TD><TD>@RaceData?expectancy@ years</TD>
				<TR><TD WIDTH=25% BGCOLOR=#DFDFDF><B>Starting Equipment</B></TD><TD>@RaceData?startingeq@</TD>
				<TR><TD WIDTH=25% BGCOLOR=#DFDFDF><B>Qualifying Classes</B></TD>
				<TD>
				@RaceClassNext?reset@
				@loop@
				@RaceClassNext@
					@CharClassName@
				@back@
				</TD>
				</TR>
				</TABLE>
				</P>
			@back@
		</td></tr></table></center>
	</body>
</html>