//
// Team Fortress - Sniper Player Class
//
PlayerClass
{
	// Info.
	"name"				"sniper"
	"localize_name"		"TF_Class_Name_Sniper"
	
	// Models.
	"model"				"models/player/sniper.mdl"
	"arm_model"			"models/weapons/c_models/c_sniper_arms.mdl"
	"bot_model"			"models/bots/sniper/bot_sniper.mdl"
	"alt_model"			"models/player/sniper.mdl"
	"alt_arm_model"		"models/weapons/c_models/c_sniper_arms.mdl"
	
	"ViewVector"		"75"
	
	"jump_sound"		"Sniper.Jumpsound"
	
	// These are used in the class selection
	"ClassSelectImageRed"			"class_sel_sm_sniper_red"
	"ClassSelectImageBlue"			"class_sel_sm_sniper_blu"
	"ClassSelectImageMercenary"		"class_sel_sm_sniper_mercenary"
	
	// These are used in your player icon next to your health
	"ClassImageRed"					"../hud/class_sniperred"
	"ClassImageBlue"				"../hud/class_sniperblue"
	"ClassImageMercenary"			"../hud/class_snipermercenary"
	"ClassImageColorless"			"../hud/colorless/class_snipercolorless"
	
	// Stats.
	"speed_max"			"300"
	"health_max"		"125"
	"armor_max"			"0"

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

	// Weapons.
	"WeaponCount"		"3"
	"weapon1"			"TF_WEAPON_CLUB"
	"weapon2"			"TF_WEAPON_SMG"
	"weapon3"			"TF_WEAPON_SNIPERRIFLE"
	"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"					"Sniper.Death"
	"sound_crit_death"				"Sniper.CritDeath"
	"sound_melee_death"				"Sniper.MeleeDeath"
	"sound_explosion_death"			"Sniper.ExplosionDeath"
	
	// Ammo.
	AmmoMax
	{
		"TF_AMMO_METAL"				"200"
	}
	
	"TFC"
	{
		"model"			"models/player/tfc/sniper_tfc.mdl"
		"arm_model"		"models/weapons/c_models/c_tfc_sniper_arms.mdl"
		
		"speed_max"		"300"
		//"health_max"	"90" //Uncomment this later when armor is implemented
		"health_max"	"125"
		"armor_max"		"50"
		
		"WeaponCount"	"4"
		"weapon1"		"TFC_WEAPON_CROWBAR"
		"weapon4"		"TFC_WEAPON_NAILGUN"
		"weapon3"		"TFC_WEAPON_ASSAULT_RIFLE"
		"weapon2"		"TFC_WEAPON_SNIPER_RIFLE"
		"weapon5"		"NONE"
		"weapon6"		"NONE"
		"weapon7"		"NONE"
		"weapon8"		"NONE"
		"weapon9"		"NONE"	
	}
	
	"Zombie"
	{
		"model"		"models/player/zombie/sniper_zombie.mdl"
		"arm_model"	"models/weapons/c_models/c_zombie_sniper_arms.mdl"
		
		// Weapons.
		"WeaponCount"		"1"
		"weapon1"			"TF_WEAPON_CLAWS"
		"weapon2"			"NONE"
		"weapon3"			"NONE"
		"weapon4"			"NONE"
		"weapon5"			"NONE"
		"weapon6"			"NONE"
		"weapon7"			"NONE"
		"weapon8"			"NONE"
		"weapon9"			"NONE"
	}
}
