WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"	"M4A1 CARBINE"
	"viewmodel"			"models/weapons/v_m4a1.mdl"
	"playermodel"			"models/weapons/w_m4a1.mdl"
	"anim_prefix"			"ar2"
	"bucket"			"2"
	"bucket_position"		"11"

	"clip_size"			"30"
	"clip2_size"			"-1"

	"default_clip"			"30"
	"default_clip2"			"-1"

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

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

	"BuiltRightHanded"		"0"
	"AllowFlipping"			"1"
	"LagScale"    "0.4"

	// SMOD Ironsight setting.
	IronSight
	{
		"right"		"4.475"
		"up"		"1.025"
		"forward"	"-5"
		"fov"		"-5"
		"yaw"	"-0.1"
		"pitch"		"0.1"		
		"AdjustAccuracy"	"0.5"
	}

	Adjust
	{
		"right"		"-2"
		"forward"	"-0.5"
		"up"	"0.1"		
	}

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

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
			"file"		"sprites/hud_weapons_addon1"
			"x"			"64"
			"y"			"96"
			"width"		"64"
			"height"	"32"
		}
		"weapon_s"
		{
			"file"		"sprites/hud_weapons_addon1"
			"x"			"64"
			"y"			"96"
			"width"		"64"
			"height"	"32"
		}
		"ammo"
		{
				"font"		"WeaponIcons"
				"character"	"r"
		}
		"ammo2"
		{
				"font"		"WeaponIcons"
				"character"	"t"
		}
		"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.08"
		"UnderWater"	"0"
		"FireMode"	"5"		
	
		"Options" {
      "FireSoundVolume"    "256"						
			"ReloadSound"	"0"
			"LastFireSound"	"0"
			"TurnoffScope"	"0"
			"TurnoffIron"	"0"
			"TimeScale"	"1"
		}

		"LaserPointer" {
			"AccBonus"	"0.5"
			"UseIronsight"	"1"
			"DeactivateinReload"	"1"
      "Material"    "sprites/eotech.vmt"			
			"DrawTrail"	"0"
			"SwitchSound"	"0"
			"DrawRange"	"512"
			"TraceLength"	"64"
			"FixSize"	"1"
			"PointerSize"	".2"
		}

		"Recoil" {
			"PunchPitch"	"-0.15 -0.2"
			"PunchYaw"	"-0.15 0.15"
			"EnableSnap"	"1"
			"SnapPitch"	"-0.1 0.1"
			"SnapYaw"	"-0.1 0.1"
			"Crouch"	"0.7"
			"Amp"		"1.2"
			"PunchLimit"	"2.25"
		}
		
		"Spread" {
			"Default"	"1"
			"MaxSpread"	"10.0"
			"Run"		"10"
			"RunSpeed"	"100"
			"Crouch"	"0.7"
			"Fire"		"1.0"
		}
		
		"Bullet" {
			"AmmoType"	"ak47"
			"Damage"	"10"
			"ShotCount"	"1"
			"Tracer"	"3"
			"Force"		"1"
			"Penetrate"	"5"
		}

		"Npc" {
			"AnimType"	"AR2"
			"BurstMax"	"8"
			"BurstMin"	"3"
			"FireRate"	"0.08"
			"Range"		"2096"
			"MuzzleFire"	"1"
		}
	}
	
}


