WeaponData
{
	"playermodel"					"models/weapons/w_sks.mdl"
	"viewmodel"						"models/weapons/v_m1a1.mdl"
	"SilencedWorldModel"			"models/weapons/w_sks_silenced.mdl"
	"anim_suffix"					"AK47"	
	"weight"						"6.0"	
	"FovSprint"						"0"
	"FovIronSight"					"-25"	
	"ViewModelFovSprint"			"60"
	"ViewModelFovIronSight"			"76"	
	"ViewModelFovDefault"			"68"

	SoundData
	{
		"shot_single"		 		"Weapon_M1A1.Single"
		"shot_single_local"	 		"Weapon_M1A1.SingleLocal"
		"shot_silent"				"Weapon_M1A1.SingleSilenced"
		"shot_silent_local"			"Weapon_M1A1.SingleSilencedLocal"
		"empty"				 		"Weapon_M1A1.Empty"
		"clipin"			 		"Weapon_M1A1.Clipin"
		"clipout"			 		"Weapon_M1A1.Clipout"
		"boltback"			 		"Weapon_M1A1.Boltback"
		"boltforward"		 		"Weapon_M1A1.Boltforward"
		"hit"				 		"Weapon_M1A1.Hit"
	}

	Upgrades 
	{
		// AMMO Upgrade Group
		"WEAPON_UGPRADE_AMMO_FMJ"
		{
			// Note: This is a special group used only if nothing else is selected for the ammo group
			"isFallbackForGroup"	"1"
		}
		"WEAPON_UGPRADE_AMMO_HP"
		{
			DamageHitgroups
			{
				"HITGROUP_HEAD"					"1.00"
				"HITGROUP_CHEST"				"0.75"
				"HITGROUP_STOMACH"				"0.75"
				"HITGROUP_LEFTARM"				"1.60"
				"HITGROUP_RIGHTARM"				"1.60"
				"HITGROUP_LEFTLEG"				"1.60"
				"HITGROUP_RIGHTLEG"				"1.60"
			}
		}
		"WEAPON_UPGRADE_AMMO_AP"
		{
			DamageHitgroups
			{
				"HITGROUP_HEAD"					"12.00"
				"HITGROUP_CHEST"				"5.00"
				"HITGROUP_STOMACH"				"5.00"
				"HITGROUP_LEFTARM"				"0.90"
				"HITGROUP_RIGHTARM"				"0.90"
				"HITGROUP_LEFTLEG"				"0.90"
				"HITGROUP_RIGHTLEG"				"0.90"
			}
		}

		// OPTICS Upgrade Group
		"WEAPON_UPGRADE_FLIPUPS"
		{
			// Note: This is a special group used only if nothing else is selected for the optics group
			"isFallbackForGroup"	"1"

			"IronSightFOV"			"-25"
		}
		"WEAPON_UPGRADE_4X_SCOPE"
		{
			"GestureData"
			{
				"delta_foregrip"
				{
					"gesture"			"delta_iron_4x"
					"slot"				"0" // VM_ANIMLAYER_IRONSIGHT
				}
			}

			"ScopeFOV"				"12"
			"WeaponIronSightFOV"	"41"

			"attachment_iron_seq"	"4x_zoom"
			"attachment_idle_seq"	"4x_idle"
			"attachment_model"		"models/weapons/upgrades/a_4x_02.mdl"
			"attachment_model2"		"models/weapons/upgrades/a_modkit_04.mdl"
		}
		"WEAPON_UPGRADE_HOLOTECH"
		{
			"GestureData"
			{
				"delta_foregrip"
				{
					"gesture"			"delta_iron_kobra"
					"slot"				"0" // VM_ANIMLAYER_IRONSIGHT
				}
			}

			"WeaponIronSightFOV"	"60"

			"attachment_iron_seq"	"zoom"
			"attachment_idle_seq"	"idle"
			"attachment_model"		"models/weapons/upgrades/a_kobra_02.mdl"
			"attachment_model2"		"models/weapons/upgrades/a_modkit_04.mdl"
		}

		// MISC Upgrade Group
		"WEAPON_UPGRADE_HEAVYBARREL"
		{
			"BulletPowerFrac"		"2.0"
		}
		"WEAPON_UPGRADE_SUPPRESSOR"
		{
			"BulletPowerFrac"		"0.75"
			"attachment_model"		"models/weapons/upgrades/a_suppressor_01.mdl"
		}
		"WEAPON_UPGRADE_LASERSIGHT"
		{
			"FreeAimFracture"		"0.75"
			"attachment_model"		"models/weapons/upgrades/a_laser_01.mdl"
		}
		"WEAPON_UPGRADE_FOREGRIP"
		{
			"RecoilVerticalFrac"	"0.6 0.6"
			"RecoilLateralFrac"		"1.8 1.8"
			"RecoilRollFrac"		".2 .2"

			"attachment_model"		"models/weapons/upgrades/a_foregrip_01.mdl"
		}
	}
	
	"AddonAttachment"				"primary"
	"HasLaserAttachment"			"1"	
	"FreeaimDistanceScale"			"1.0"	
	"ammotex"						"m14"	
	"MuzzleFlashEffect_1stPerson"	"muzzleflash_sks_1p"
	"MuzzleFlashEffect_3rdPerson"	"muzzleflash_sks_3rd"	
	"EjectBrassEffect"				"ins_weapon_rifle_shell_drop"
	"ClipType"						"CLIP_SKS"	
	"Range"							"8000"	
	"TracerParticle"				"weapon_tracers_sks" // the tracer particle effect and frequency
	"TracerFrequency"				"0" // 0 = never, 1 = every shot, 2 = every other, etc
	"AllowFireInAir"				"0"
	"Tracers"						"0"
	
	"clipdata"
	{
		"light"
		{
			"clipcount"		"3"
		}
		"medium"
		{
			"clipcount"		"5"
		}
		"heavy"
		{
			"clipcount"		"4"
		}
	}
	DamageHitgroups
	{
		"HITGROUP_HEAD"				"1.00"
		"HITGROUP_CHEST"			"1.00"
		"HITGROUP_STOMACH"			"1.00"
		"HITGROUP_LEFTARM"			"1.00"
		"HITGROUP_RIGHTARM"			"1.00"
		"HITGROUP_LEFTLEG"			"1.00"
		"HITGROUP_RIGHTLEG"			"1.00"
	}
	DamageData						
	{
		"3000"						"64.5"
		"6000"						"50" // 25% drop
	}

	PenetrationData
	{
		"419.9472"					"700" // about 8 meters
		"2624.672"					"600" // about 50 meters
	}

	"RoundsPerMinute"				"600"
	"SuppressionIncrement"			"40"
	"recoil_Lateral"				"-0.3 0.5"
	"recoil_Vertical"				"1.6 1.7"
	"recoil_Roll"					"-0.6 0.6"
	"recoil_DecreasePerSecond"		"7"
	"recoil_ResetDelay"				"0.05"
	"shake_speed"					"0.2"
	"shake_base"					"0.2"
	"spread"						"0.20" // degrees
	"spread_ironsight"				"0.20" // degrees
	"firemodes"						"1" // bits; 1 - semi, 2 - burst, 4 - full auto 
	"abilities"						"1"
}