//
// Open Fortress - Juggernaut Player Class
//
PlayerClass
{
	// Info.
	"name"				"juggernaut"
	"localize_name"		"TF_Class_Name_Juggernaut"
	
	// Models.
	"model"				"models/player/buffvilian.mdl"
	"arm_model"			"models/weapons/c_models/c_civilian_arms.mdl"
	"bot_model"			"models/bots/heavy/bot_heavy.mdl"
	"alt_model"			"models/player/buffvilian.mdl"
	"alt_arm_model"		"models/weapons/c_models/c_civilian_arms.mdl"
	
	// Open Fortress Stats
	"SpecialClass"		"1"
	"ViewVector"		"75"
	
	"jump_sound"		"Civilian.Jumpsound"
	
	// These are used in the class selection
	"ClassSelectImageRed"			"class_sel_sm_civilian_red"
	"ClassSelectImageBlue"			"class_sel_sm_civilian_blu"
	"ClassSelectImageMercenary"		"class_sel_sm_civilian_mercenary"
	
	// These are used in your player icon next to your health
	"ClassImageRed"					"../hud/class_civilianred"
	"ClassImageBlue"				"../hud/class_civilianblue"
	"ClassImageMercenary"			"../hud/class_civilianmercenary"
	"ClassImageColorless"			"../hud/colorless/class_civiliancolorless"
	
	// Stats.
	"speed_max"			"310"
	"health_max"		"500"
	"armor_max"			"0"
	"tfc_speed_max"		"310"
	"tfc_health_max"	"200"
	"tfc_armor_max"		"300"

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

	// Weapons.
	"WeaponCount"		"1"
	"weapon1"			"TF_WEAPON_FISTS"
	"weapon2"			"NONE"
	"weapon3"			"NONE"
	"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"					"Civilian.Death"
	"sound_crit_death"				"Civilian.CritDeath"
	"sound_melee_death"				"Civilian.MeleeDeath"
	"sound_explosion_death"			"Civilian.ExplosionDeath"
	
	// Ammo.
	AmmoMax
	{
		"TF_AMMO_METAL"				"200"
	}
	
	"Zombie"
	{
		"model"		"models/player/zombie/buffvilian_zombie.mdl"
		"arm_model"	"models/weapons/c_models/c_zombie_civilian_arms.mdl"
	}
}
