// Small Machine Gun 2 (MP5K)

WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"	"#HL2_SMG2"
	"viewmodel"				"models/weapons/v_smg2.mdl"
	"playermodel"			"models/weapons/w_smg2.mdl"
	"anim_prefix"			"smg1"
	"bucket"				"2"
	"bucket_position"		"1"

	"clip_size"				"30" //60
	"primary_ammo"			"SMG1"	//"SmallRound"
	"secondary_ammo"		"None"

	"weight"				"2"
	"item_flags"			"0"

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
		"reload"		"Weapon_SMG2.Reload"
		"single_shot"		"Weapon_SMG2.Single"
		"special1"		"Weapon_SMG2.Special1"
		"special2"		"Weapon_SMG2.Special2"
		"burst"			"Weapon_SMG2.Burst"
		// NPC Weapons sounds
		"single_shot_npc"	"Weapon_SMG2.NPC_Single"
		"reload_npc"		"Weapon_SMG2.NPC_Reload"
	}

	// Weapon Sprite data is loaded by the Client DLL.
    TextureData
	{
		"weapon"
		{
				"file"		"sprites/w_icons1b"
				"x"			"128"
				"y"			"192"
				"width"		"128"
				"height"	"64"
		}
		"weapon_s"
		{
				"file"		"sprites/w_icons1b"
				"x"			"128"	
				"y"			"192"
				"width"		"128"
				"height"	"64"
		}
		"ammo"
		{
				"font"		"WeaponIconsSmall"
				"character"	"r"
		}
		"crosshair"
		{
				"font"		"Crosshairs"
				"character"	"Q"
		}
		"autoaim"
		{
				"file"		"sprites/crosshairs"
				"x"			"0"
				"y"			"48"
				"width"		"24"
				"height"	"24"
		}
	}
}