module Base
{
	imports 
 {
 Base
 }
	item cj_sks
 {
  
  DisplayName                   = Rifle SKS,
  Icon                          = cj_icon_firearm_sks,
  WeaponSprite                  = cj_sprite_sks,
  Weight                        = 3.8,
  AmmoType                      = CJ762,
  AmmoBox                       = CJ762Box,
  MaxAmmo                       = 10,
  RecoilDelay                   = 8,
  ReloadTime                    = 6,
  AimingTime                    = 15,
  MinRange                      = 0.61,
  MaxRange                      = 36,
  MinAngle                      = 0.965,
  DoorDamage                    = 4,
  MinDamage                     = 1.5,
  MaxDamage                     = 2.0,
  StopPower                     = 2,
  PiercingBullets               = TRUE,
  KnockdownMod                  = 2,
  PushBackMod                   = 0.3,
  FireMode                      = Single,
  FireModePossibilities         = Single,

  
  CriticalChance                = 33,
  AimingPerkCritModifier        = 4,
  HitChance                     = 90,
  AimingPerkHitChanceModifier   = 10,
  AimingPerkMinAngleModifier    = 0.01,
  AimingPerkRangeModifier       = 1,
  
  
  SoundVolume                   = 75,
  SoundRadius                   = 170,
  SwingSound                    = o_SKS_o,
  BreakSound                    = M14Break,
  InsertAmmoSound               = MSR788InsertAmmo,
  EjectAmmoSound                = MSR788EjectAmmo,
  RackSound                     = M14Rack,
  BringToBearSound              = M14BringToBear,
  HitSound                      = BulletHitBody,
  ClickSound                    = M14Jam,
  EquipSound                    = M14Equip,
  UnequipSound                  = M14UnEquip,
  InsertAmmoStartSound          = MSR788InsertAmmoStart,
  InsertAmmoStopSound           = MSR788InsertAmmoStop,
  EjectAmmoStartSound           = MSR788EjectAmmoStart,
  EjectAmmoStopSound            = MSR788EjectAmmoStop,
  ShellFallSound                = M14CartridgeFall,

  
  Type                          = Weapon,
  DisplayCategory               = Weapon,
  SubCategory                   = Firearm,
  IsAimedFirearm                = TRUE,
  UseEndurance                  = FALSE,
  ConditionMax                  = 50,
  JamGunChance                  = 0,
  Ranged                        = TRUE,
  MetalValue                    = 45,
  SwingTime                     = 1.0,
  MinimumSwingTime              = 1.0,
  ToHitModifier                 = 1.5,
  SwingAmountBeforeImpact       = 0,
  MultipleHitConditionAffected  = FALSE,
  SplatSize                     = 3,
  SplatNumber                   = 3,
  SplatBloodOnNoDeath           = TRUE,
  ImpactSound                   = null,
  NPCSoundBoost                 = 1.5,
  SoundGain                     = 2,
  SwingAnim                     = Rifle,
  RunAnim                       = Run_Weapon2,
  IdleAnim                      = Idle_Weapon2,
  ShareDamage                   = FALSE,
  MaxHitCount                   = 3,
  KnockBackOnNoDeath            = TRUE,
  ProjectileCount               = 1,
  ConditionLowerChanceOneIn     = 50,
  TwoHandWeapon                 = TRUE,
  RequiresEquippedBothHands     = TRUE,
  WeaponReloadType              = boltactionnomag,
  AttachmentType                = Rifle,

  
  ModelWeaponPart               = suppressor_ru_7_62 suppressor_ru_7_62 muzzle_on muzzle_on,
 }
	model cj_sprite_sks
	{
		mesh                           = weapons/firearm/cj_mdl_sks,
		texture                        = weapons/firearm/cj_texture_sks,
		scale                          = 0.01,

		attachment muzzle
		{
			offset = 0.0000 0.4280 0.0217,
			rotate = -90.0000 0.0000 0.0000,
		}

		attachment muzzle_on
		{
			offset = 0.0000 0.3956 0.0217,
			rotate = 0.0000 0.0000 0.0000,
		}

		attachment scope
		{
			offset = 0.0000 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}

		attachment world
		{
			offset = 0.0000 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}
}
