// Bug bait

WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"				"Pheropod\n(Bugbait)"
	"viewmodel"				"models/weapons/v_bugbait.mdl"
	"playermodel"			"models/spore.mdl"
	"anim_prefix"			"Grenade"
	"bucket"				"5"
	"bucket_position"		"2"

	"clip_size"				"-1"
	"clip2_size"			"0"
	"primary_ammo"			"None"
	"secondary_ammo"		"None"

	"weight"				"1"
	"item_flags"			"0"

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"font"		"WeaponIcons"
				"character"	"j"
		}
		"weapon_s"
		{	
				"font"		"WeaponIconsSelected"
				"character"	"j"
		}
		"ammo"
		{
				"font"		"WeaponIcons"
				"character"	"j"
		}
		"crosshair"
		{
				"font"		"Crosshairs"
				"character"	"Q"
		}
		"autoaim"
		{
				"file"		"sprites/crosshairs"
				"x"			"48"
				"y"			"72"
				"width"		"24"
				"height"	"24"
		}
	}
}