WeaponData
{
	// Weapon characteristics:
	"Damage"			"42"		// damage per bullet
	"Bullets"			"1"		// bullets per shoot
	"CycleTime"			"0.10"		// time between shoots
	"FireSpread"			"0.008"
	"FireSpreadCrouch"		"0.004"
	"FireSpreadJump"		"0.03"
	"MaxSpread"			"0.065"

	// WalkSpeed = speed while walking or zoomed (default 95)
	// ShootSpeed = speed while shooting (defaults to same as WalkSpeed)
	// RunSpeed = speed otherwise (defaults to 180)
	"ShootSpeed"			"160"

	"AccuracyTime"			"0.1"
	"MaxAccuracyTime"		"0.75"

	"CanZoom"			"0"
	"CanBludgeon"			"1"
	"PlayerAnimationExtension" 	"pistol"
	
	
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#WPN_UPIST"
	"viewmodel"			"models/weapons/v_utf_handgun.mdl"
	"playermodel"			"models/weapons/w_utf_handgun.mdl"
	
	"anim_prefix"			"anim"
	"bucket"			"1"
	"bucket_position"		"0"

	"clip_size"			"16"
	
	"primary_ammo"			"PistolRounds"
	//"secondary_ammo"		"PistolRounds"

	"weight"			"2"
	"item_flags"			"0"

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
		"reload"		"UTFPistol.Reload"
		"empty"			"UTFAR.DryFire"
		"single_shot"		"UTFPistol.SingleShot"
		"draw"			"UTFPistol.Draw"
		"melee_hit"		"UTFPistol.Bludgeon"
		"melee_miss"		"UTFPistol.Bludgeon"
		"special1"		"UTFSMG.SingleShot"
		"special2"		"UTFPistol.AddSil"
		"special3"		"UTFPIstol.RemSil"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"file"		"hud/weapons/utf_pistol_inactive"
				"x"		"0"
				"y"		"0"
				"width"		"256"
				"height"	"128"
		}
		"weapon_s"
		{	
				"file"		"hud/weapons/utf_pistol_active"
				"x"		"0"
				"y"		"0"
				"width"		"256"
				"height"	"128"
		}
		"ammo"
		{
				"font"		"CSTypeDeath"
				"character"		"R"
		}
		"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"
		}
	}
}