WeaponData
{
	primary_weapon
	{
		projectile
		{
			"speed"				"1400"
			"radius_damage"		"150"
			"start_up"			"0"
			"start_forward"		"0"
			"start_right"		"0"
			"gravity"			"0.65"
			"model"				"models/weapons/termite/soldier_primary_acid_r.mdl"
		}
		
		damage
		{
			player				"15"
			structure			"10"
		}

		sound
		{
			"hold"				""
			"charge"			""
			"shoot"				"weapon.ant.soldier.primary.acid.spit"
			"explode"			"weapon.ant.soldier.primary.acid.explode"
		}
		
		"stamina"				"5"
		"hold_time"				"0"
		"cycle_time"			"0.37"
		"charge_hold_release"	"0"
	}

	"Bullets"				"1"		// bullets per shoot

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

	"bucket"				"1"
	"bucket_position"		"1"

	"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"
		}
	}
}