WeaponData
{
	// Weapon characteristics:
	"Damage"			"27"		// damage per bullet
	"Bullets"			"1"		// bullets per shoot
	"CycleTime"			"0.5"		// time between shoots

	"CanZoom"			"0"
	"CanBludgeon"			"0"
	
	"PlayerAnimationExtension" 	"c4"
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#WPN_NHACK"
	"viewmodel"			"models/weapons/v_gm_hackbox.mdl"
	"playermodel"			"models/weapons/w_gm_hackbox.mdl"
	
	"anim_prefix"			"anim"
	"bucket"			"2"
	"bucket_position"		"0"

	"clip_size"			"10"
	
	"primary_ammo"			"Hacks"
	"secondary_ammo"		"None"

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

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
		"special1"		"Hackerbox.Secure"
		"special2"		"Hackerbox.Hack"
		"special3"		"Player.UseDeny"
		"holster"		"Hackerbox.Holster"
		"draw"			"Hackerbox.Draw"
		"idle"			"Hackerbox.Idle"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"file"		"hud/weapons/gm_hackbox_inactive"
				"x"		"0"
				"y"		"0"
				"width"		"256"
				"height"	"128"
		}
		"weapon_s"
		{	
				"font"		"hud/weapons/gm_hackbox_active"
				"x"		"0"
				"y"		"0"
				"width"		"256"
				"height"	"128"
		}
		"ammo"
		{
				"font"		"CSTypeDeath"
				"character"	"R"
		}
		"crosshair"
		{
				"file"		"sprites/crosshairs"
				"x"		"0"
				"y"		"48"
				"width"		"24"
				"height"	"24"
		}
		"autoaim"
		{
				"file"		"sprites/crosshairs"
				"x"		"0"
				"y"		"48"
				"width"		"24"
				"height"	"24"
		}
	}
	ModelBounds
	{
		Viewmodel
		{
			Mins	"-10 -4 -13"
			Maxs	"21 9 -1"
		}
		World
		{
			Mins	"-10 -7 -6"
			Maxs	"22 8 9"
		}
	}
}