WeaponData
{
	// Weapon characteristics:
	"Damage"			"31"		// damage per 0.1 seconds
	"Bullets"			"1"		// bullets per shoot
	"CycleTime"			"0.1"		// time between shoots

	"CanZoom"			"1"
	"CanBludgeon"			"0"
	"PlayerAnimationExtension" 	"pistol"

	// WalkSpeed = speed while walking or zoomed (default 95)
	// ShootSpeed = speed while shooting (defaults to same as WalkSpeed)
	// RunSpeed = speed otherwise (defaults to 180)
	"RunSpeed"			"130"
	"WalkSpeed"			"95"
	"ShootSpeed"			"130"
	
	
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#WPN_UHVY_AV"
	"viewmodel"			"models/weapons/v_ion_cannon.mdl"
	"playermodel"			"models/weapons/w_utf_ion.mdl"
	
	"anim_prefix"			"anim"
	"bucket"			"0"
	"bucket_position"		"0"
	
	"primary_ammo"			"IonCharges"
	"secondary_ammo"		"None"

	"weight"			"3"
	"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"		"IonCannon.FireBomb"
		"special2"		"IonCannon.ChargeBomb"
		"zoom_in"		"ES.ZoomIn"
		"zoom_out"		"ES.ZoomOut"
		"draw"			"IonCannon.Draw"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"file"		"hud/weapons/utf_ion_inactive"
				"x"		"0"
				"y"		"0"
				"width"		"256"
				"height"	"128"
		}
		"weapon_s"
		{	
				"file"		"hud/weapons/utf_ion_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"
		}
		"zoom"
		{
				"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"
		}
	}
}
