WeaponData
{
	primary_weapon
	{
		melee
		{
			"radius_damage"		"150"
			"punch"			"5"
		}

		projectile
		{
			"radius_damage"		"150"
			"start_up"			"0"
			"start_forward"		"32"
			"start_right"		"0"
			"model"			"models/weapons/ant/soldier_primary_acid.mdl"
		}
		
		damage
		{
			player			"10"
			structure			"0"
		}

		sound
		{
			"shoot"			"weapon.termite.worker.vomit"
		}
		
		"stamina"				"20"
		"hold_time"			"0"
		"cycle_time"			"1"
		"charge_hold_release"		"0"
	}

	"Bullets"				"1"		// bullets per shoot

	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"				"#weapon_termite_worker_vomit"
	"viewmodel"			"models/weapons/termite/v_worker_jaw.mdl"

	"bucket"				"3"
	"bucket_position"		"3"

	"clip_size"				"1"
	
	"weight"				"1"
	"item_flags"			"0"
	"autoswitchto"			"1"
	"autoswitchfrom"		"1"

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
			"font"		"WeaponIcons"
			"character"	"X"
		}
		"weapon_s"
		{	
			"font"		"WeaponIconsSelected"
			"character"	"X"
		}
		"ammo"
		{
			"font"		"WeaponIcons"
			"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"
		}
	}
}