WeaponData
{
	primary_weapon
	{
		animation
		{
			"prefix"		""
		}

		damage
		{
			"player"			"15"
			"structure"			"30"
		}
		
		melee
		{
			"min_angle"			"45"
			"max_angle"			"90"
			"radius_damage"		"20"
			"punch"				"35"
		}
		
		sound
		{
			"hit"				"weapon.ant.heavy.rush.hit"
			"charge"			"weapon.ant.heavy.rush.charge"
		}		
		
		"stamina"				"5"
		"stamina_per_second"	"5"
		"hold_time"				"3"
		"cycle_time"			"0.5"
		"charge_hold_release"	"0"
	}
	
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#weapon_ant_heavy_rush"
	"viewmodel"			"models/weapons/ant/heavy/antheavyviewmodel.mdl"
	"bucket"			"1"
	"bucket_position"	"1"

	"clip_size"			"-1"
	"primary_ammo"		"None"

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

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