WeaponData
{
	// Weapon characteristics:
	"Damage"			"40"		// damage per bullet
	"Bullets"			"1"		// bullets per shoot
	"CycleTime"			"0.09"		// time between shoots
	"CycleTime2"			"0.8"
	"FireSpread"			"0.025"
	"FireSpreadCrouch"		"0.016"
	"FireSpreadZoom"		"0.016"
	"FireSpreadJump"		"0.06"
	"MaxSpread"			"0.06"

	"AccuracyTime"			"0.03"
	"MaxAccuracyTime"		"0.3"
	"AccuracyBias"			"0.4"
	"RangeDecay"			"0.98"

	// WalkSpeed = speed while walking or zoomed (default 95)
	// ShootSpeed = speed while shooting (defaults to same as WalkSpeed)
	// RunSpeed = speed otherwise (defaults to 180)
	"RunSpeed"			"140"
	
	"CanZoom"			"0"
	"MinFOV"			"35"
	"CanBludgeon"			"0"

	"PlayerAnimationExtension" 	"m249"
	
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#WPN_NHVY_NONE"
	"viewmodel"			"models/weapons/v_gm_machinegun.mdl"
	"playermodel"			"models/weapons/w_gm_machinegun.mdl"
	
	"anim_prefix"			"anim"
	"bucket"			"0"
	"bucket_position"		"0"

	"clip_size"			"100"
	"default_clip"			"100"
	"clip2_size"			"6"
	"default_clip2"			"6"
	
	"primary_ammo"			"MachineGunRounds"
	"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"		"NGMMG.Reload"
		"empty"			"UTFAR.DryFire"
		"single_shot"		"NGMMG.SingleShot"
		"zoom_in"		"ES.ZoomIn"
		"zoom_out"		"ES.ZoomOut"
		"draw"			"NGMMG.Draw"
	}

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