WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"FN M249 PARA"
	"viewmodel"			"models/weapons/v_mach_m249para.mdl"
	"playermodel"			"models/weapons/w_mach_m249para.mdl"
	"anim_prefix"			"shotgun"
	"bucket"			"2"
	"bucket_position"		"11"

	"clip_size"			"100"
	"clip2_size"			"-1"

	"default_clip"			"100"
	"default_clip2"			"-1"

	"primary_ammo"			"CustomAmmo1"
	"secondary_ammo"		"None"

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

	"BuiltRightHanded"		"1"
	"AllowFlipping"			"0"

	"CSViewModel"			"1"
	"MuzzleType"			"MZRIFLE"
	"MuzzleSize"			"1.5"
//	"MuzzleAttach"			"0"
	"LagScale"			"0.8"
	"CSWorldModel"			"1"

	"RunSpeed"			"0.6"

	// SMOD Ironsight setting.
	IronSight
	{
		"right"		"-4.5"
		"up"		"2.0"
		"forward"	"0"
		"fov"		"-30"
	}

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
//		"reload"		"Weapon_Pistol.Reload"
		"reload_npc"		"Weapon_Pistol.NPC_Reload"
		"empty"			"Weapon_Pistol.Empty"
		"single_shot"		"Weapon_M249.Single"
		"single_shot_npc"	"Weapon_M249.Single"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"font"		"CSWeaponIcons"
				"character"	"z"
		}
		"weapon_s"
		{
				"font"		"CSWeaponIconsSelected"
				"character"	"z"
		}
		"ammo"
		{
				"font"		"WeaponIcons"
				"character"	"r"
		}
		"crosshair"
		{
				"font"		"Crosshairs"
				"character"	"Q"
		}
		"autoaim"
		{
				"file"		"sprites/crosshairs"
				"x"			"0"
				"y"			"48"
				"width"		"24"
				"height"	"24"
		}
	}
	
	"WeaponSpec"
	{
		//	0 : single
		//	1 : automatic
		//	2 : shotgun
		//	3 : autoshotgun
		"WeaponType"	"1"
		"FireRate"	"0.09"
		"UnderWater"	"0"
		
	
		"Options" {
			"CrossHairMove"		"0.0"
			"CrossHairMinSize"	"30.0"
			"ReloadSound"	"1"
			"LastFireSound"	"0"
			"TurnoffScope"	"0"
			"LastDryFireActivity"	"0"
			"TurnoffIron"	"0"
			"TimeScale"	"0.2"
		}
		
		"Recoil" {
			"PunchPitch"	"-0.5 -1.0"
			"PunchYaw"	"-1.0 1.0"
			"EnableSnap"	"0"
			"SnapPitch"	"-0.0 0.0"
			"SnapYaw"	"-0.0 0.0"
			"Crouch"	"0.7"
			"Amp"		"1.1"
			"PunchLimit"	"2.0"
		}
		
		"Spread" {
			"Default"	"2.0"
			"MaxSpread"	"4.0"
			"Run"		"100.0"
			"RunSpeed"	"100"
			"Crouch"	"0.8"
			"Fire"		"2.5"
		}
		
		"Bullet" {
			"AmmoType"	"ak47"
			"Damage"	"29"
			"ShotCount"	"1"
			"Tracer"	"2"
			"Force"		"2"
			"Penetrate"	"8"
		}

		"Npc" {
			"AnimType"	"smg1"
			"BurstMax"	"20"
			"BurstMin"	"10"
			"FireRate"	"0.03"
			"Range"		"2096"
			"MuzzleFire"	"1"
		}
	}
	
}


