/
Class_Snippet/
$ Everything following a $ on the same line MUST NOT be included in the actual
$ class file.

#CLASS
Name mage~		$ Name of the class
WhoN Mag		$ Name displayed in the who list
Prime 1			$ Prime stat: strength = 0, intelligence = 1, wisdom = 2, dexterity = 3, constitiution = 4
Weapon 3701		$ Vnum of weapon given to a new character of this class
Guild1 3018		$ Vnum of "this class only" room
Guild2 9618		$ Vnum of "this class only" room
Skill 75		$ Max percentage this class can practice a skill to
Thac00 20		$ "To Hit Armor Class of 0" for low level characters
Thac32 6		$ "To Hit Armor Class of 0" for mid-high level characters
HPMin 6			$ Minimum hpts class will gain per level
HPMax 8			$ Maximum hpts class will gain per level
FMana 1			$ Class can gain mana with a level? 0 = No, 1 = Yes
Base mage basics~	$ Base group given to the class when creating
Default mage default~	$ Group given to the class if player chooses not to customize
End
#SKILLS
acid blast~		$ Skill/spell name
28 1			$ Level followed by difficulty
armor~			$ Skill/spell name
7 1			$ Level followed by difficulty
End~
#END

$ This sample file does not list all the skills/spells for a stock mage class.
$ You must list all skills/spells for your class along with their level and
$ difficulty of each in the format shown.  All skills/spells not listed will
$ be set to level LEVEL_IMMORTAL and difficulty 0.