//
// Team Fortress - Sniper Player Class
//
PlayerClass
{
	// Attributes.
	"name"			"sniper"
	"model"			"models/player/sniper.mdl"
	"model_hwm"		"models/player/hwm/sniper.mdl"
	"model_hands"	"models/weapons/c_models/c_sniper_arms.mdl"
	"localize_name"	"TF_Class_Name_Sniper"
	"speed_max"		"300"
//	"health_max"		"95"
//	"armor_max"		"25"
	"health_max"		"125"
	"armor_max"		"0"

	// Grenades.
	"grenade1"		"TF_WEAPON_GRENADE_NORMAL"

	// Weapons.
	"weapon1"		"TF_WEAPON_SNIPERRIFLE"
	"weapon2"		"TF_WEAPON_SMG"
	"weapon3"		"TF_WEAPON_CLUB"
	"weapon4"		""
	"weapon5"		""
	"weapon6"		""
	"weapon7"		""
	"weapon8"		""
	"weapon9"		""
	"weapon10"		""
	"weapon11"		""

	//Thirdperson
	"cameraoffset_forward"	"85"
	"cameraoffset_right"	"25"
	"cameraoffset_up"	"0"


	AmmoMax
	{
		"tf_ammo_primary"	"25"
		"tf_ammo_secondary"	"75"
		"tf_ammo_metal"		"200"
		"tf_ammo_grenades1"	"1"
		"tf_ammo_grenades2"	"1"
	}	

	// Death Sounds
	"sound_death"				"Sniper.Death"
	"sound_crit_death"				"Sniper.CritDeath"
	"sound_melee_death"			"Sniper.MeleeDeath"
	"sound_explosion_death"			"Sniper.ExplosionDeath"	
}
