

WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"Zatarc"
	"viewmodel"			"models/weapons/v_models/v_zatarc.mdl"
	"playermodel"			"models/weapons/w_zatarc.mdl"
	"anim_prefix"			"pistol"
	"bucket"			"3"
	"bucket_position"		"0"

	"clip_size"			"5"
	"clip2_size"			"-1"

	"default_clip"			"5"
	"default_clip2"			"-1"

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

	"weight"			"3"
	"item_flags"			"0"
	"damage"			"100"

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
		"empty"				"p90.empty"
		"single_shot"			"zatarc.fire"
		"single_shot_npc"		"zatarc.fire"
		"special1"			"zatarc.fire"
		"special2"			"zatarc.fire"
		"double_shot"			"zatarc.fire"
		"burst"				"zatarc.fire"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"file"		"hud/weapons/zatarc"
				"x"		"0"
				"y"		"0"
				"width"		"64"
				"height"	"64"
		}
		"weapon_s"
		{
				"file"		"hud/weapons/zatarc"
				"x"		"0"
				"y"		"0"
				"width"		"64"
				"height"	"64"
		}
		"ammo"
		{
				"file"		"hud/weapons/zatarc"
				"x"		"0"
				"y"		"0"
				"width"		"64"
				"height"	"64"
		}
		"crosshair"
		{
				"file"		"crosshair/zatarc"
				"x"		"0"
				"y"		"0"
				"width"		"32"
				"height"	"32"
		}
		"autoaim"
		{
				"file"		"sprites/crosshairs"
				"x"			"0"
				"y"			"48"
				"width"		"24"
				"height"	"24"
		}
	}
}