//
// Open Fortress - Mercenary Player Class
//
PlayerClass
{
	// Info.
	"name"				"mercenary"
	"localize_name"		"TF_Class_Name_Mercenary"
	
	// Models.
	"model"				"models/player/mercenary.mdl"
	"arm_model"			"models/weapons/c_models/c_merc_arms.mdl"
	"bot_model"			"models/player/mercenary.mdl"
	"alt_model"			"models/player/mercenary.mdl"
	"alt_arm_model"		"models/weapons/c_models/c_merc_arms.mdl"
	
	"ViewVector"		"68"
	
	"jump_sound"		"Mercenary.Jumpsound"
	
	// These are used in the class selection
	"ClassSelectImageRed"			"class_sel_sm_mercenary_red"
	"ClassSelectImageBlue"			"class_sel_sm_mercenary_blu"
	"ClassSelectImageMercenary"		"class_sel_sm_mercenary_mercenary"
	
	// These are used in your player icon next to your health
	"ClassImageRed"					"../hud/class_mercenaryred"
	"ClassImageBlue"				"../hud/class_mercenaryblue"
	"ClassImageMercenary"			"../hud/class_mercenarymercenary"
	"ClassImageColorless"			"../hud/colorless/class_mercenarycolorless"
	
	// Stats.
	"speed_max"			"320"
	"health_max"		"150"
	"armor_max"			"0"

	// Grenades.
	"grenade1"			"TF_GRENADE_NORMAL"
	"grenade2"			"NONE"
	"grenade3"			"NONE"

	// Weapons.
	"WeaponCount"		"2"
	"weapon1"			"TF_WEAPON_CROWBAR"
	"weapon2"			"TF_WEAPON_PISTOL_MERCENARY"
	"weapon3"			"NONE"
	"weapon4"			"NONE"
	"weapon5"			"NONE"
	"weapon6"			"NONE"
	"weapon7"			"NONE"
	"weapon8"			"NONE"
	"weapon9"			"NONE"
	
	// Buildables.
	"buildable1"		"OBJ_SENTRYGUN"
	"buildable2"		"OBJ_DISPENSER"
	"buildable3"		"OBJ_TELEPORTER"
	
	// Death Sounds.
	"sound_death"					"Mercenary.Death"
	"sound_crit_death"				"Mercenary.CritDeath"
	"sound_melee_death"				"Mercenary.MeleeDeath"
	"sound_explosion_death"			"Mercenary.ExplosionDeath"
	
	// Ammo.
	AmmoMax
	{
		"TF_AMMO_METAL"				"200"
	}
	
	"TFC"
	{

		"model"				"models/player/mercenary.mdl"
		"arm_model"			"models/weapons/c_models/c_merc_arms.mdl"	
	
		"WeaponCount"		"2"
		"weapon1"			"TFC_WEAPON_CROWBAR"
		"weapon2"			"TFC_WEAPON_SHOTGUN_SB"
		"weapon3"			"NONE"
		"weapon4"			"NONE"
		"weapon5"			"NONE"
		"weapon6"			"NONE"
		"weapon7"			"NONE"
		"weapon8"			"NONE"
		"weapon9"			"NONE"
		
		"speed_max"		"320"
		//"health_max"	"90" //Uncomment this later when armor is implemented
		"health_max"	"150"
		"armor_max"		"100"
	}
	
	"Zombie"
	{
		"ClassImageRed"					"../hud/class_mercenaryredzom"
		"ClassImageBlue"				"../hud/class_mercenarybluezom"
		"ClassImageMercenary"			"../hud/class_mercenaryredzom"
		"ClassImageColorless"			"../hud/colorless/class_mercenaryredzom"
		
		"model"				"models/player/zombie/mercenary_zombie.mdl"
		"arm_model"			"models/weapons/c_models/c_zombie_merc_arms.mdl"	
		
		"WeaponCount"		"1"
		"weapon1"			"TF_WEAPON_CLAWS"
		"weapon2"			"NONE"
		"weapon3"			"NONE"
		"weapon4"			"NONE"
		"weapon5"			"NONE"
		"weapon6"			"NONE"
		"weapon7"			"NONE"
		"weapon8"			"NONE"
		"weapon9"			"NONE"
	}
}
