WeaponData
{
	// Weapon characteristics:
	"Damage"			"26"		// damage per bullet
	"Bullets"			"1"		// bullets per shoot
	"CycleTime"			"0.074"		// time between shoots
	"CycleTime2"			"0.8"
	"FireSpread"			"0.0145"
	"FireSpreadCrouch"		"0.01"
	"FireSpreadZoom"		"0.009"
	"FireSpreadJump"		"0.055"
	"MaxSpread"			"0.055"

	"AccuracyTime"			"0.016"
	"MaxAccuracyTime"		"0.2"
	"AccuracyBias"			"0.35"

	// 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"
	
	"CanZoom"			"1"
	"MinFOV"			"60"
	"CanBludgeon"			"1"

	"PlayerAnimationExtension" 	"p90"
	
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#WPN_USMG"
	"viewmodel"			"models/weapons/v_utf_smg.mdl"
	"playermodel"			"models/weapons/w_utf_smg.mdl"
	
	"anim_prefix"			"anim"
	"bucket"			"0"
	"bucket_position"		"0"

	"clip_size"			"40"
	"default_clip"			"40"
	"clip2_size"			"-1"
	"default_clip2"			"-1"
	
	"primary_ammo"			"SMGRounds"
	"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
	{
		"reload"		"UTFSMG.Reload"
		"draw"			"UTFSMG.Draw"
		"melee_hit"		"UTFSMG.Bludgeon"
		"melee_miss"		"UTFSMG.Bludgeon"
		"empty"			"UTFAR.DryFire"
		"single_shot"		"UTFSMG.SingleShot"
		"zoom_in"		"ES.ZoomIn"
		"zoom_out"		"ES.ZoomOut"
	}

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