//
// Team Fortress - Medic Player Class
//
PlayerClass
{
	// Info.
	"name"				"medic"
	"localize_name"		"TF_Class_Name_Medic"
	
	// Models.
	"model"				"models/player/medic.mdl"
	"model_hwm"			"models/player/hwm/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"
	"tfc_model"			"models/player/tfc/medic_tfc.mdl"
	"tfc_arm_model"		"models/weapons/c_models/c_tfc_medic_arms.mdl"
	
	"ViewVector"		"75"
	
	// 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"
	"tfc_speed_max"		"320"
	//"tfc_health_max"	"90" //Uncomment this later when armor is implemented
	"tfc_health_max"	"150"
	"tfc_armor_max"		"100"

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

	// 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"
	"tfc_weapon1"		"TFC_WEAPON_MEDKIT"
	"tfc_weapon2"		"TFC_WEAPON_SHOTGUN_SB"
	"tfc_weapon3"		"TFC_WEAPON_SHOTGUN_DB"
	"tfc_weapon5"		"TFC_WEAPON_NAILGUN_SUPER"
	"tfc_weapon4"		"NONE"
	"tfc_weapon6"		"NONE"
	"tfc_weapon7"		"NONE"
	"tfc_weapon8"		"NONE"
	"tfc_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"
	}
}
