PlayerClassData
{
	"slot"				"7"
	"classname"			"pyro"

	// Text
	"printname"			"#FF_PLAYER_PYRO"
	"description"			"#FF_HELP_PYRO"

	// Model
	"model"				"models/player/pyro/pyro.mdl"

	// Health & Armour
	"max_armour"			"150"
	"initial_armour"		"50"
	"armour_type"			"0.6"
	"health"			"100"

	// Speed
	"speed"				"300" //5% boost was 315
	"masscoefficient"		"0.9"
	
	// Weapns to automatically equip the class with
	ArmamentsData
	{
		"weapon"	"ff_weapon_crowbar"
		"weapon"	"ff_weapon_shotgun"
		"weapon"	"ff_weapon_ic"
		"weapon"	"ff_weapon_flamethrower"
	}

	"primary_classname"		"ff_grenade_normal"
	"primary_initial"		"2"
	"primary_max"			"4"

	"secondary_classname"		"ff_grenade_napalm"
	"secondary_initial"		"4"
	"secondary_max"			"4"

	"weight"			"75"
	"item_flags"			"0"

	// Ammo amounts for the player
	AmmoData
	{
		"AMMO_SHELLS"		"20"
		"AMMO_NAILS"		"0"
		"AMMO_CELLS"		"120"
		"AMMO_ROCKETS"		"5"
		"AMMO_DETPACK"		"0"
		"AMMO_MANCANNON"	"0"
	}

	MaxAmmoData
	{
		"AMMO_SHELLS"		"40"
		"AMMO_NAILS"		"50"
		"AMMO_CELLS"		"200"
		"AMMO_ROCKETS"		"20"
		"AMMO_DETPACK"		"0"
		"AMMO_MANCANNON"	"0"
	}
}
