module Base
{
	imports 
 {
 Base
 }
	item cj_marlin_model_60
 {
  
  DisplayName                   = Rifle Marlin M60,
  Icon                          = cj_icon_firearm_marlin_model_60,
  WeaponSprite                  = cj_sprite_marlin_m_60,
  Weight                        = 2.5,
  AmmoType                      = CJ22LR,
  AmmoBox                       = CJ22LRBox,
  MaxAmmo                       = 17,
  RecoilDelay                   = 7,
  ReloadTime                    = 6,
  AimingTime                    = 10,
  MinRange                      = 0.61,
  MaxRange                      = 29,
  MinAngle                      = 0.965,
  DoorDamage                    = 1,
  MinDamage                     = 0.9,
  MaxDamage                     = 1.4,
  StopPower                     = 3,
  PiercingBullets               = FALSE,
  KnockdownMod                  = 2,
  PushBackMod                   = 0.3,
  FireMode                      = Single,
  FireModePossibilities         = Single,
  haveChamber                   = true,

  
  CriticalChance                = 33,
  AimingPerkCritModifier        = 4,
  HitChance                     = 100,
  AimingPerkHitChanceModifier   = 10,
  AimingPerkMinAngleModifier    = 0.01,
  AimingPerkRangeModifier       = 1,
  
  
  SoundVolume                   = 75,
  SoundRadius                   = 100,
  SwingSound                    = o_Marlin_60_o,
  BreakSound                    = M14Break,
  InsertAmmoSound               = M14InsertAmmo,
  EjectAmmoSound                = M14EjectAmmo,
  RackSound                     = M14Rack,
  BringToBearSound              = M14BringToBear,
  HitSound                      = BulletHitBody,
  ClickSound                    = M14Jam,
  EquipSound                    = M14Equip,
  UnequipSound                  = M14UnEquip,
  InsertAmmoStartSound          = M14InsertAmmoStart,
  InsertAmmoStopSound           = M14InsertAmmoStop,
  EjectAmmoStartSound           = M14EjectAmmoStart,
  EjectAmmoStopSound            = M14EjectAmmoStop,
  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                   = 1,
  KnockBackOnNoDeath            = TRUE,
  ProjectileCount               = 1,
  ConditionLowerChanceOneIn     = 50,
  TwoHandWeapon                 = TRUE,
  RequiresEquippedBothHands     = TRUE,
  WeaponReloadType              = boltactionnomag,
  AttachmentType                = Rifle,

  ModelWeaponPart               = 4x_scope_us_2 4x_scope_us_2 upper_mount upper_mount,
  ModelWeaponPart               = 8x_scope_us 8x_scope_us upper_mount upper_mount,
  ModelWeaponPart               = 25x_scope_us 25x_scope_us upper_mount upper_mount,
 }
	model cj_sprite_marlin_m_60
	{
		mesh                           = weapons/firearm/cj_mdl_marlin_model_60,
		texture                        = weapons/firearm/cj_texture_marlin_model_60,
		scale                          = 0.01,

		attachment muzzle
		{
			offset = 0.0000 0.4371 0.0299,
			rotate = -90.0000 0.0000 0.0000,
		}

		attachment upper_mount
		{
			offset = 0.0000 -0.0330 -0.0890,
			rotate = -90.0000 0.0000 0.0000,
		}

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