/
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 HTML 4.0 Transitional//EN">

<html>
<head>
	<link rel="coffeemud icon" href="images/coffeemud.ico" >
	<link rel="STYLESHEET" TYPE="TEXT/CSS" HREF="coffeemud.css">
	<title>Cross Class Skills</title>
</head>

<body>
<h3>Cross Class Information</h3><P>
<a href="#STAT">Stats Chart</a><P>
<a href="#CROSS">Skills Chart</a><P>
<a href="#BAL">Balance Chart</a><P>
<BR><FONT COLOR=BLACK>
<a name=STAT>Chart Key</a>: Under each stat TYPE are three groups () () ().  The first group is a 10th level
character, the second group is a 50th level char, and the last group is a 90th level char.  
Within each group are three stats (x/x/x).  The first stat is the character with an attribute
score of 10, the second stat is an attribute score of 18, and the last stat is an attribute score
of 25.<P><BR></FONT>
<TABLE WIDTH=100%>
<TR><TD>CLASS</TD><TD>HP</TD><TD>MANA</TD><TD>MV</TD></TR>
@BaseCharClassNext?RESET@
@loop@
@BaseCharClassNext@
	@CharClassNext?RESET@
	@loop@
		@CharClassNext@
		<TR>
		<TD><FONT COLOR=RED>@CharClassName@</FONT></TD>
		<TD><FONT SIZE=-1 COLOR=GREEN>@CharClassData?AVGHITPOINTS@</FONT></TD>
		<TD><FONT SIZE=-1 COLOR=BLUE>@CharClassData?AVGMANA@</FONT></TD>
		<TD><FONT SIZE=-1 COLOR=PURPLE>@CharClassData?AVGMOVEMENT@</FONT></TD>
		</TR>
		<P>
	@back@
	<TR><TD COLSPAN=4><HR></TD></TR>
@back@
</TABLE>
<P><BR>
<a name=CROSS>Cross Class Skills Chart</a><P>
	@CrossBaseClassAbilities@
<P>
<BR>
<BR>
<a name=BAL>Cross Class Balance Chart</a><P>
@BaseCharClassNext?RESET@
@loop@
@BaseCharClassNext@
	@CharClassNext?RESET@
	@loop@
		@CharClassNext@
		<A href="classes.cmvp?CLASS=@CharClassID@"><FONT COLOR=BLUE>@CharClassName@</FONT></A><BR>
		@CharClassData?BALANCE@
		<P>
	@back@
@back@
</BODY>
</HTML>