//=============================================================================
// NaliSorcerer.
// Copyright (c), 1998 Christopher Gariando
//
// Version 1.0
//
// Author: Chris "tacosalad" Gariando
// Contact: seegar@wolfenet.com
//
// Known Issues:
//	None at this time.  If you run into any bugs, please e-mail me 
//	at seegar@wolfenet.com
//
//
// IMPORTANT!
//  	taco-NaliSorc.utx must be in your unreal/textures directory. NaliSorcerer uses
//	this file not only for the modified skins, but the texture
//	map used for SKILL_Fade is also contained in this file.
//
//
// Class Info:
//	I tried to make the Sorcerer as configurable as possible, so that
//	mappers who were unfamiliar with unrealscript could easily create subclasses
//	without having to write any new code. By editing the Properties
//	you can change things like: SpellType, SpellLevel, SkillType, MeleeDamage
//  	and so on.
//
//	Spells:
//
//		Energy Bolt - Fires 2-5 projectiles(Depends on SpellLevel) that
//			inflict 7 points of damage each.
//
//		Flame Strike - Fires 2-5 projectiles(Depends on SpellLevel) that
//			inflict 10 points of damage	each.
//
//		Anti Matter Blast - Fires 2-5 projectiles(Depends on SpellLevel)
//			that inflict 13 points of damage each.
//
//		Ice Storm - Fires 4-18 projectiles(Depends on SpellLevel) that
//			inflict 5 points of damage each.
//
//	Skills:
//
//		Heal - Heals 7-110 points of damage(Depends on SpellLevel)
//
//		Stun - Inflicts minor damage and knocks target backwards.
//
//		Fade - Becomes invisible until Health falls below a certain point.
//
//	Melee:
//
//		Psionic Shockwave - Creates a concentrated burst of psionic energy
//			that causes damage to all creatures within range.
//
//
// Story:
//	Four Nali clans, outcast for practicing the black art, now compete for
//	control of their world and beyond... (that's it.. I'm not much of a
//	story teller)
//
//
// Special Notes:
//	If you expand on the NaliSorcerer class, please be sure to save your
// 	new classes to a new package. If you don't, upgrading to newer versions
//  	of the taco-Pawns package could wipe out any classes you've created.
//
//
// Legal:
//  The taco-NaliSorc package may only be transmitted by electronic means.
//  You may deploy the taco-NaliSorc package with your user created level
//  without notifying the author, but you MUST GIVE CREDIT TO THE AUTHOR.
//  You MAY NOT modify the taco-NaliSorc package, in whole or in part, without
//  express written permission from the author.  You MAY NOT include the taco-NaliSorc
//  package on a CD-ROM, in whole or in part, without express written permission
//  of the author.  If you deploy the taco-NaliSorc package, it must be the complete
//  package, as described in the package.manifest file.
//  You MAY use the code within the taco-NaliSorc package as a basis for your
//  own classes as long as you GIVE CREDIT TO THE AUTHOR.
//  This package and every class in this package is Copyright (c) 1998, Christopher Gariando.
//
//  ENJOY!
//
//  Thanks go to Brandon "GreenMarine" Reinhart for the legal verbage.
//
//=============================================================================
