WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"		"#HL2_Instagib"
	"viewmodel"		"models/weapons/instagib/v_instagib.mdl"
	"playermodel"		"models/weapons/asmd/w_asmd.mdl"
	"anim_prefix"		"smg2"
	"bucket"		"3"
	"bucket_position"	"3"

    	"clip_size"             "-1"
    	"default_clip"          "9999"

	"primary_ammo"		"InstaShells"
	"secondary_ammo"		"None"

	"weight"		"30"
	"item_flags"		"0"
	"damage"                "99999"

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
		"single_shot"		"Weapon_ASMD.Single"
		"single_shot_npc"	"Weapon_ASMD.NPC_Single"
		"double_shot"		"Weapon_ASMD.Alt"
		"deploy"				"Weapon_ASMD.Draw"
		"empty"				"Weapon_Enforcer.Empty"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"font"		"WeaponIcons"
				"character"	"d"
		}
		"weapon_s"
		{	
				"font"		"WeaponIconsSelected"
				"character"	"d"
		}
		"weapon_small"
		{
				"font"		"WeaponIconsSmall"
				"character"	"d"
		}
		"crosshair"
		{
				"font"		"Crosshairs"
				"character"	"Q"
		}
	}
}