//
// Team Fortress - Medic Player Class
//
PlayerClass
{
	// Info.
	"name"				"medic"
	"localize_name"		"TF_Class_Name_Medic"
	
	// Models.
	"model"				"models/player/medic.mdl"
	"arm_model"			"models/weapons/c_models/c_medic_arms.mdl"
	"bot_model"			"models/bots/medic/bot_medic.mdl"
	"alt_model"			"models/player/medic.mdl"
	"alt_arm_model"		"models/weapons/c_models/c_medic_arms.mdl"
	
	"ViewVector"		"75"
	
	"jump_sound"		"Medic.Jumpsound"
	
	// These are used in the class selection
	"ClassSelectImageRed"			"class_sel_sm_medic_red"
	"ClassSelectImageBlue"			"class_sel_sm_medic_blu"
	"ClassSelectImageMercenary"		"class_sel_sm_medic_mercenary"
	
	// These are used in your player icon next to your health
	"ClassImageRed"					"../hud/class_medicred"
	"ClassImageBlue"				"../hud/class_medicblue"
	"ClassImageMercenary"			"../hud/class_medicmercenary"
	"ClassImageColorless"			"../hud/colorless/class_mediccolorless"
	
	// Stats.
	"speed_max"			"320"
	"health_max"		"150"
	"armor_max"			"0"

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

	"WeaponCount"		"3"
	
	// Weapons.
	"weapon1"			"TF_WEAPON_BONESAW"
	"weapon2"			"TF_WEAPON_MEDIGUN"
	"weapon3"			"TF_WEAPON_SYRINGEGUN_MEDIC"
	"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"					"Medic.Death"
	"sound_crit_death"				"Medic.CritDeath"
	"sound_melee_death"				"Medic.MeleeDeath"
	"sound_explosion_death"			"Medic.ExplosionDeath"
	
	// Ammo.
	AmmoMax
	{
		"TF_AMMO_METAL"				"200"
	}
	
	"TFC"
	{
		"model"			"models/player/tfc/medic_tfc.mdl"
		"arm_model"		"models/weapons/c_models/c_tfc_medic_arms.mdl"
		"speed_max"		"320"
		//"health_max"	"90" //Uncomment this later when armor is implemented
		"health_max"	"150"
		"armor_max"		"100"
		"WeaponCount"	"4"
		"weapon1"		"TFC_WEAPON_MEDKIT"
		"weapon2"		"TFC_WEAPON_SHOTGUN_SB"
		"weapon3"		"TFC_WEAPON_SHOTGUN_DB"
		"weapon5"		"TFC_WEAPON_NAILGUN_SUPER"
		"weapon4"		"NONE"
		"weapon6"		"NONE"
		"weapon7"		"NONE"
		"weapon8"		"NONE"
		"weapon9"		"NONE"
	}
	
	"Zombie"
	{
		"model"			"models/player/zombie/medic_zombie.mdl"
		"arm_model"		"models/weapons/c_models/c_zombie_medic_arms.mdl"
		"WeaponCount"	"1"
		"weapon1"		"TF_WEAPON_CLAWS"
		"weapon2"		"NONE"
		"weapon3"		"NONE"
		"weapon5"		"NONE"
		"weapon4"		"NONE"
		"weapon6"		"NONE"
		"weapon7"		"NONE"
		"weapon8"		"NONE"
		"weapon9"		"NONE"
	}
}
