//
// Team Fortress - Engineer Player Class
//
PlayerClass
{
	// Attributes.
	"name"			"engineer"
	"model"			"models/player/engineer.mdl"
	"model_hwm"		"models/player/hwm/engineer.mdl"
	"localize_name"	"TF_Class_Name_Engineer"
	"speed_max"		"300"
	"health_armor_max"		"80"
	"armor_max"		"50"
	"armortype"		"2"
	"health_max"		"125"

	// Grenades.
	"grenade1"		"TF_WEAPON_GRENADE_NORMAL"
	"grenade2"		"TF_WEAPON_GRENADE_EMP"

	// Weapons.
	"weapon1"		"TF_WEAPON_WRENCH"
	"weapon2"		"TF_WEAPON_PISTOL"
	"weapon3"		"TF_WEAPON_SHOTGUN_PRIMARY"
	"weapon4"		"TF_WEAPON_PDA_ENGINEER_BUILD"
	"weapon5"		"TF_WEAPON_PDA_ENGINEER_DESTROY"
	
	// Buildables
	"buildable1"	"OBJ_SENTRYGUN"
	"buildable2"	"OBJ_DISPENSER"
	"buildable3"	"OBJ_TELEPORTER_ENTRANCE"
	"buildable4"	"OBJ_TELEPORTER_EXIT"
	
	AmmoMax
	{
		"tf_ammo_primary"	"32"
		"tf_ammo_secondary"	"200"
		"tf_ammo_metal"		"200"
		"tf_ammo_grenades1"	"2"
		"tf_ammo_grenades2"	"2"
	}	

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