//Half-Life 2 Leak Style AR2

WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#HL2_OICW"
	"viewmodel"			"models/weapons/v_oicw.mdl"
	"playermodel"			"models/weapons/w_oicw.mdl"
	"anim_prefix"			"ar2"
	"bucket"			"2"
	"bucket_position"		"2"

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

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

	"primary_ammo"			"CustomAmmo1"
	"secondary_ammo"		"SMG1_Grenade"

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

	// SMOD Ironsight setting.
	IronSight
	{
		"right"		"-6.42"
		"up"		"2.55"
		"forward"	"-12"
		"fov"		"-14"
	}

	Adjust
	{
		"forward"	"-5"
	}

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
		"special1"		"Weapon_CombineGuard.Special1"
		"empty"			"Weapon_IRifle.Empty"
		"double_shot"		"Weapon_AR2.Double"
		"reload"		"Weapon_OICW.Reload"
		"single_shot"		"Weapon_OICW.Single"
		"single_shot_npc"	"Weapon_OICW.NPC_Single"
		"reload_npc"		"Weapon_AR2.NPC_Reload"
		"double_shot_npc"	"Weapon_AR2.NPC_Double"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
			"file"		"sprites/hud_weapons_redux"
			"x"		"12"
			"y"		"32"
			"width"		"64"
			"height"	"32"
		}
		"weapon_s"
		{
			"file"		"sprites/hud_weapons_redux"
			"x"		"12"
			"y"		"32"
			"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.1"
		"UnderWater"	"0"
		"AttachedGL"	"1"
		

		"Options" {
			"LastDryFireActivity"	"0"
			"ReloadSound"		"0"
			"CrossHairMove"		"0.2"
			"CrossHairMinSize"	"20.0"
		}

		"Scope" {
			"Type"		"5"
			"Switch"	"1"
			"ZoomFact"	"3.0"
			"AccBonus"	"0.1"
			"FireRate"	"0.2"
			"DrawViewmodel"	"1"
			//"UseButton"	"1"
			"IronsightIsScope"	"1"
      "CrosshairOff"    "1"
		}

		"Activities" {
			"GLFire"	"ACT_VM_SECONDARYATTACK"
		}
		
		"Recoil" {
			"PunchPitch"	"-0.2 -0.4"
			"PunchYaw"	"-0.2 0.2"
			"EnableSnap"	"0"
			"SnapPitch"	"-0 0.01"
			"SnapYaw"	"-0 0.01"
			"Crouch"	"0.75"
			"Amp"		"1.25"
			"PunchLimit"	"10.0"
		}
		
		"Spread" {
			"Default"	"2"
			"MaxSpread"	"12"
			"Run"		"12"
			"RunSpeed"	"100"
			"Crouch"	"0.8"
			"Fire"		"1.1"
		}
		
		"Bullet" {
			"AmmoType"	"ak47"
			"Damage"	"12"
			"ShotCount"	"1"
			"Tracer"	"3"
			"Force"		"1"
			"Penetrate"	"5"
		}
		
		"BulletEntitySpawn" {
			"Class"		"Custom_Explosive"
			"Type"		"AR2Grenade"
			"ZVector"	"0"	//	Correction throw vector
			"Power"		"7500"
			"NpcZVector"	"100"
			"AngVelocity"	"0"
			"Mass"		"0"
		}
		
		"Npc" {
			"UseGL"		"1"
			"AnimType"	"AR2"
			"BurstMax"	"5"
			"BurstMin"	"2"
			"FireRate"	"0.1"
			"Range"		"4300"
			"MuzzleFire"	"1"
		}
	}
	
}

