// Small Machine Gun 1

WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"				"MP5"
	"viewmodel"				"models/weapons/v_models/v_mp5.mdl"
	"playermodel"			"models/weapons/w_models/w_mp5_tau.mdl"	//FIXME: 
	"anim_prefix"			"smg2"
	"bucket"				"2"
	"bucket_position"		"1"

	"clip_size"			"30"
	"clip2_size"			"-1"

	"default_clip"			"30"
	"default_clip2"			"-1"

	"primary_ammo"			"MP5"
	"secondary_ammo"		""

	"weight"			"4"
	"item_flags"			"0"
	"damage"			"19"

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
		"reload"			""
		"reload_npc"			""
		"empty"				"Weapon_SMG1.Empty"
		"single_shot"			"mp5.fire"
		"single_shot_npc"		"mp5.fire"
		"special1"			"mp5.fire"
		"special2"			"mp5.fire"
		"double_shot"			"mp5.fire"
		"burst"				"mp5.fire"
	}
	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"file"		"hud/weapons/mp5"
				"x"			"106"
				"y"			"0"
				"width"		"150"
				"height"	"64"
		}
		"weapon_s"
		{
				"file"		"hud/weapons/mp5"
				"x"			"106"
				"y"			"0"
				"width"		"150"
				"height"	"64"
		}
		"ammo"
		{
				"file"		"hud/weapons/mp5_ammo"
				"x"			"0"
				"y"			"0"
				"width"		"128"
				"height"	"64"
		}
		"ammo2"
		{
				"file"		"hud/weapons/mp5_ammo"
				"x"			"0"
				"y"			"0"
				"width"		"128"
				"height"	"64"
		}
		"crosshair"
		{
				"file"		"crosshair/generic_"
				"x"		"0"
				"y"		"0"
				"width"		"32"
				"height"	"32"
		}
		"autoaim"
		{
				"file"		"sprites/crosshairs"
				"x"			"48"
				"y"			"72"
				"width"		"24"
				"height"	"24"
		}
	}
}