//
// Team Fortress - Civilian Player Class
//
PlayerClass
{
	// Attributes.
	"name"			"civilian"
	"model"			"models/player/civilian.mdl"
	"localize_name"		"TF_Class_Name_Civilian"
	"speed_max"		"240"
	"health_armor_max"	"50"
	"health_max"		"50"
	"armor_max"		"0"

	// Grenades.

	// Weapons.
	"weapon1"		""
	"weapon2"		""
	"weapon3"		""

	//Thirdperson
	"cameraoffset_forward"	"85"
	"cameraoffset_right"	"25"
	"cameraoffset_up"	"0"
	
	AmmoMax
	{
		"tf_ammo_primary"	"0"
		"tf_ammo_secondary"	"0"
		"tf_ammo_metal"		"0"
		"tf_ammo_grenades1"	"0"
		"tf_ammo_grenades2"	"0"
	}	

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