//
// Team Fortress - Spy Player Class
//
PlayerClass
{
	// Info.
	"name"				"spy"
	"localize_name"		"TF_Class_Name_Spy"
	
	// Models.
	"model"				"models/player/spy.mdl"
	"arm_model"			"models/weapons/c_models/c_spy_arms.mdl"
	"bot_model"			"models/bots/spy/bot_spy.mdl"
	"alt_model"			"models/player/spy.mdl"
	"alt_arm_model"		"models/weapons/c_models/c_spy_arms.mdl"
	
	"jump_sound"		"Spy.Jumpsound"
	
	"ViewVector"		"75"
	
	// These are used in the class selection
	"ClassSelectImageRed"			"class_sel_sm_spy_red"
	"ClassSelectImageBlue"			"class_sel_sm_spy_blu"
	"ClassSelectImageMercenary"		"class_sel_sm_spy_mercenary"
	
	// These are used in your player icon next to your health
	"ClassImageRed"					"../hud/class_spyred"
	"ClassImageBlue"				"../hud/class_spyblue"
	"ClassImageMercenary"			"../hud/class_spymercenary"
	"ClassImageColorless"			"../hud/colorless/class_spycolorless"
	
	// Stats.
	"speed_max"			"320"
	"health_max"		"125"
	"armor_max"			"0"

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

	// Weapons.
	"WeaponCount"		"4"
	"weapon1"			"TF_WEAPON_INVIS"
	"weapon2"			"TF_WEAPON_KNIFE"
	"weapon3"			"TF_WEAPON_PDA_SPY"
	"weapon4"			"TF_WEAPON_REVOLVER"
	"weapon5"			"NONE"
	"weapon6"			"NONE"
	"weapon7"			"NONE"
	"weapon8"			"NONE"
	"weapon9"			"NONE"
	
	// Buildables.
	"buildable1"		"OBJ_ATTACHMENT_SAPPER"
	"buildable2"		"OBJ_DISPENSER"
	"buildable3"		"OBJ_TELEPORTER"

	// Death Sounds.
	"sound_death"					"Spy.Death"
	"sound_crit_death"				"Spy.CritDeath"
	"sound_melee_death"				"Spy.MeleeDeath"
	"sound_explosion_death"			"Spy.ExplosionDeath"
	
	// Ammo.
	AmmoMax
	{
		"TF_AMMO_METAL"				"200"
	}
	
	"TFC"
	{
		"model"			"models/player_classic/spy.mdl"
		"arm_model"		"models/weapons/c_models/c_spy_classic_arms.mdl"
		
		"speed_max"		"300"
		//"health_max"	"90" //Uncomment this later when armor is implemented
		"health_max"	"125"
		"armor_max"		"100"
		
		"WeaponCount"	"6"
		"weapon1"		"TF_WEAPON_PDA_SPY" //NEEDED FOR SPY DISGUSE TO WORK
		"weapon2"		"TF_WEAPON_INVIS"	//ALSO NEEDED FOR INVIS TO WORK
		"weapon3"		"TFC_WEAPON_KNIFE"
		"weapon4"		"TFC_WEAPON_TRANQ"
		"weapon5"		"TFC_WEAPON_SHOTGUN_DB"
		"weapon6"		"TFC_WEAPON_NAILGUN"
		"weapon7"		"NONE"
		"weapon8"		"NONE"
		"weapon9"		"NONE"	
	}
	
	"Zombie"
	{
		"model"		"models/player/zombie/spy_zombie.mdl"
		"arm_model"	"models/weapons/c_models/c_zombie_spy_arms.mdl"
		
		// Weapons.
		"WeaponCount"		"2"
		"weapon1"			"TF_WEAPON_INVIS"
		"weapon2"			"TF_WEAPON_CLAWS"
		"weapon3"			"NONE"
		"weapon4"			"NONE"
		"weapon5"			"NONE"
		"weapon6"			"NONE"
		"weapon7"			"NONE"
		"weapon8"			"NONE"
		"weapon9"			"NONE"
	}
}
