module Base
{
    /****************************** Needs to be divided up to the appropriate files ******************************/
    item RecoilPad
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Recoil Pad,
        Icon = BlackRecoilPad,
        Weight = 0.1,
        WeightModifier = 0.1,
        RecoilDelayModifier = -3.0,
        MountOn = ,
        PartType = RecoilPad,
        Tooltip = Tooltip_RecoilPad,
        Tags = guns93:UseDriver; guns93:RecoilPad,
        StaticModel = Black870Pad,
        WorldStaticModel = Black870Pad,
        CanAttach = Guns93WeaponPartsRecoilPad,
        CanDetach = Guns93WeaponPartsToolCheck,
    }
    
    item RedRecoilPad
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Red Recoil Pad,
        Icon = RedRecoilPad,
        Weight = 0.1,
        WeightModifier = 0.1,
        RecoilDelayModifier = -3.0,
        MountOn = ,
        PartType = RecoilPad,
        Tooltip = Tooltip_RecoilPad,
        Tags = guns93:UseDriver; guns93:RecoilPad,
        StaticModel = Red870Pad,
        WorldStaticModel = Red870Pad,
        CanAttach = Guns93WeaponPartsRecoilPad,
        CanDetach = Guns93WeaponPartsToolCheck,
    }
    
    item BrownRecoilPad
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Brown Recoil Pad,
        Icon = RedRecoilPad,
        Weight = 0.1,
        WeightModifier = 0.1,
        RecoilDelayModifier = -3.0,
        MountOn = ,
        PartType = RecoilPad,
        Tooltip = Tooltip_RecoilPad,
        Tags = guns93:UseDriver; guns93:RecoilPad,
        StaticModel = Brown870Pad,
        WorldStaticModel = Brown870Pad,
        CanAttach = Guns93WeaponPartsRecoilPad,
        CanDetach = Guns93WeaponPartsToolCheck,
    }
    item LeatherRecoilPad
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Leather Recoil Pad,
        Icon = LeatherRecoilPad,
        Weight = 0.1,
        WeightModifier = 0.1,
        RecoilDelayModifier = -3.0,
        MountOn = ,
        PartType = RecoilPad,
        Tooltip = Tooltip_RecoilPad,
        Tags = guns93:UseDriver; guns93:RecoilPad,
        StaticModel = Leather870Pad,
        WorldStaticModel = Leather870Pad,
        CanAttach = Guns93WeaponPartsRecoilPad,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item 1911Comp
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = 1911 Brake,
        Icon = 1911Comp,
        Weight = 0.07,
        WeightModifier = 0.07,
        SoundRadiusModifier = 25,
        RecoilDelayModifier = -5,
        JamGunChanceModifier = 1,
        MountOn = M1911; Gov1911; DeltaElite; Longslide; Javelina; Command1911; Officer1911,
        PartType = Canon,
        Tooltip = Tooltip_Comp,
        Tags = guns93:UseWrench,
        StaticModel = 1911CompWorld,
        WorldStaticModel = 1911CompWorld,
        CanAttach = Guns93WeaponPartsToolCheck,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ShotgunBrake
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Shotgun Muzzle Brake,
        Icon = ShotgunBrake,
        Weight = 0.2,
        WeightModifier = 0.2,
        SoundRadiusModifier = 25,
        RecoilDelayModifier = -5,
        MountOn = ,
        PartType = Canon,
        Tooltip = Tooltip_Comp,
        isMuzzleBrake = TRUE,
        Tags = guns93:UseWrench; guns93:12ga,
        WorldStaticModel = ShotgunBrakeWorld,
        CanAttach = Guns93WeaponPartsThreadedCanonPart,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item RifleBrake
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Rifle Muzzle Brake,
        Icon = RifleBrake,
        Weight = 0.2,
        WeightModifier = 0.2,
        SoundRadiusModifier = 25,
        RecoilDelayModifier = -5,
        MountOn = ,
        PartType = Canon,
        Tooltip = Tooltip_Comp,
        isMuzzleBrake = TRUE,
        Tags = guns93:UseWrench; guns93:22cal; guns93:30cal; guns93:Mauser,
        StaticModel = RifleBrakeWorld,
        WorldStaticModel = RifleBrakeWorld,
        CanAttach = Guns93WeaponPartsThreadedCanonPart,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item CarbineBrake
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Pistol Caliber Brake,
        Icon = CarbineBrake,
        Weight = 0.1,
        WeightModifier = 0.1,
        SoundRadiusModifier = 15,
        RecoilDelayModifier = -3,
        MountOn = ,
        PartType = Canon,
        Tooltip = Tooltip_Comp,
        isMuzzleBrake = TRUE,
        Tags = guns93:UseWrench; guns93:22cal; guns93:30cal; guns93:Mauser; guns93:9mm; guns93:40cal; guns93:45cal,
        StaticModel = CarbineBrakeWorld,
        WorldStaticModel = CarbineBrakeWorld,
        CanAttach = Guns93WeaponPartsThreadedCanonPart,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ShellCarrier
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Shotgun Shell Carrier,
        Icon = ShellCarrier,
        Weight = 0.12,
	    ReloadTimeModifier = -3,
        MountOn = ,
        PartType = Receiver,
        Tooltip = Tooltip_AmmoCarrier,
        Tags = guns93:UseDriver; guns93:Sidesaddle,
        StaticModel = ShellCarrierWorld,
        WorldStaticModel = ShellCarrierWorld,
        CanAttach = Guns93WeaponPartsSidesaddle,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item NylonAmmoCarrier
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Nylon Ammo Carrier,
        Icon = NylonAmmoCarrier,
        Weight = 0.05,
	    ReloadTimeModifier = -3,
        MountOn = ,
        PartType = Stockitem,
        Tooltip = Tooltip_AmmoSleeve,
        StaticModel = NylonAmmoCarrierWorld,
        WorldStaticModel = NylonAmmoCarrierWorld,
        Tags = guns93:NoScrewdriver; guns93:Stockitem,
        CanAttach = Guns93WeaponPartsStockitem,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ODAmmoCarrier
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = OD Green Ammo Carrier,
        Icon = ODAmmoCarrier,
        Weight = 0.05,
	    ReloadTimeModifier = -3,
        MountOn = ,
        PartType = Stockitem,
        Tooltip = Tooltip_AmmoSleeve,
        StaticModel = ODAmmoCarrierWorld,
        WorldStaticModel = ODAmmoCarrierWorld,
        Tags = guns93:NoScrewdriver; guns93:Stockitem,
        CanAttach = Guns93WeaponPartsStockitem,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item LeatherAmmoCarrier
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Leather Ammo Carrier,
        Icon = LeatherAmmoCarrier,
        Weight = 0.1,
	    ReloadTimeModifier = -3,
        MountOn = ,
        PartType = Stockitem,
        Tooltip = Tooltip_AmmoSleeve,
        StaticModel = LeatherAmmoCarrierWorld,
        WorldStaticModel = LeatherAmmoCarrierWorld,
        Tags = guns93:NoScrewdriver; guns93:Stockitem,
        CanAttach = Guns93WeaponPartsStockitem,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item NylonCheekPad
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Nylon Cheeck Pad,
        Icon = NylonCheekPad,
        Weight = 0.05,
        AimingTimeModifier = 3,
        HitChanceModifier = 1,
        CriticalChanceModifierModifier = 1,
        MountOn = ,
        PartType = Stockitem,
        Tooltip = Tooltip_AmmoSleeve,
        StaticModel = NylonCheekPadWorld,
        WorldStaticModel = NylonCheekPadWorld,
        Tags = guns93:NoScrewdriver; guns93:Stockitem,
        CanAttach = Guns93WeaponPartsBothStockitem,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ODCheekPad
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = OD Cheek Pad,
        Icon = ODCheekPad,
        Weight = 0.05,
        AimingTimeModifier = 3,
        HitChanceModifier = 1,
        CriticalChanceModifierModifier = 1,
        MountOn = ,
        PartType = Stockitem,
        Tooltip = Tooltip_AmmoSleeve,
        StaticModel = ODCheekPadWorld,
        WorldStaticModel = ODCheekPadWorld,
        Tags = guns93:NoScrewdriver; guns93:Stockitem,
        CanAttach = Guns93WeaponPartsBothStockitem,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item LeatherCheekPad
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Leather Cheek Pad,
        Icon = LeatherCheekPad,
        Weight = 0.1,
        AimingTimeModifier = 3,
        HitChanceModifier = 1,
        CriticalChanceModifierModifier = 1,
        MountOn = ,
        PartType = Stockitem,
        Tooltip = Tooltip_AmmoSleeve,
        StaticModel = LeatherCheekPadWorld,
        WorldStaticModel = LeatherCheekPadWorld,
        Tags = guns93:NoScrewdriver; guns93:Stockitem,
        CanAttach = Guns93WeaponPartsBothStockitem,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item NonremoveIrons
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Non-Removable Sights,
        Icon = PistolTarget,
        Weight = 0.0,
        WeightModifier = 0.0,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_SightPeep,
        MetalValue = 15,
        Tags = guns93:NoMount,
        StaticModel = SightBoxTarget,
        WorldStaticModel = SightBoxTarget,
        CanAttach = Guns93WeaponPartsNoRemove,
        CanDetach = Guns93WeaponPartsNoRemove,
    }

    item IronSightPeep
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Rifle Aperture Sights,
        Icon = PeepSight,
        Weight = 0.02,
        WeightModifier = 0.02,
        MaxRangeModifier = 3,
        AimingTimeModifier = -4,
	    CriticalChanceModifierModifier = 5,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_SightPeep,
        MetalValue = 15,
        Tags = guns93:UseDriver,
        StaticModel = SightBoxGhost,
        WorldStaticModel = SightBoxGhost,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronSightRifle
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Rifle Open Sights,
        Icon = ShotgunNotchSights,
        Weight = 0.02,
        WeightModifier = 0.02,
        MaxRangeModifier = 3,
        AimingTimeModifier = -2,
	    CriticalChanceModifierModifier = 3,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_IronSight,
        MetalValue = 15,
        Tags = guns93:UseDriver,
        StaticModel = SightBoxTarget,
        WorldStaticModel = SightBoxTarget,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item BeadSight
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Shotgun Bead Sight,
        Icon = ShotgunBeadSight,
        Weight = 0.02,
        WeightModifier = 0.02,
        AimingTimeModifier = -6,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_SightBeed,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:BeadSight,
        StaticModel = SightBoxGhost,
        WorldStaticModel = SightBoxGhost,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronSightGhost
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Shotgun Ghost Ring Sights,
        Icon = ShotgunGhostRing,
        Weight = 0.02,
        WeightModifier = 0.02,
        MaxRangeModifier = 3,
        AimingTimeModifier = -3,
	    CriticalChanceModifierModifier = 5,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_SightGhost,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:ShotgunSights; guns93:TopBlock,
        StaticModel = SightBoxGhost,
        WorldStaticModel = SightBoxGhost,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronSightNotch
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Shotgun Open Sights,
        Icon = ShotgunNotchSights,
        Weight = 0.02,
        WeightModifier = 0.02,
        MaxRangeModifier = 5,
	    CriticalChanceModifierModifier = 4,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_SightNotch,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:NoShield; guns93:ShotgunSights; guns93:BeadSight,
        StaticModel = SightBoxTarget,
        WorldStaticModel = SightBoxTarget,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronPistolBasic
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Pistol Basic Sights,
        Icon = PistolSights,
        Weight = 0.01,
        WeightModifier = 0.01,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_BasicIrons,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:PistolSights,
        StaticModel = SightBoxTarget,
        WorldStaticModel = SightBoxTarget,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronPistolTarget
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Pistol Target Sights,
        Icon = PistolTargetSights,
        Weight = 0.01,
        WeightModifier = 0.01,
        AimingTimeModifier = 5,
        MaxRangeModifier = 3,
        CriticalChanceModifierModifier = 5,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_TargetIrons,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:PistolSights,
        StaticModel = SightBoxTarget,
        WorldStaticModel = SightBoxTarget,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronPistolCombat
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Pistol 3-Dot Sights,
        Icon = PistolDotSights,
        Weight = 0.01,
        WeightModifier = 0.01,
        AimingTimeModifier = -5,
        MaxRangeModifier = -3,
        HitChanceModifier = 5,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_CombatIrons,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:PistolSights,
        StaticModel = SightBoxCombat,
        WorldStaticModel = SightBoxCombat,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }
    
    item TritiumSights
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Tritium Pistol Sights,
        Icon = PistolNightSights,
        Weight = 0.1,
        WeightModifier = 0.01,
        AimingTimeModifier = -3,
        LowLightBonus = 5,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_NightIrons,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:PistolSights,
        StaticModel = SightBoxCombat,
        WorldStaticModel = SightBoxCombat,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronRevolverBasic
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Standard Revolver Sights,
        Icon = RevolverSights,
        Weight = 0.01,
        WeightModifier = 0.01,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_BasicIrons,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:RevolverSights,
        StaticModel = SightBoxTarget,
        WorldStaticModel = SightBoxTarget,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronRevolverTarget
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Revolver Target Sights,
        Icon = RevolverTargetSights,
        Weight = 0.01,
        WeightModifier = 0.01,
        AimingTimeModifier = 5,
        MaxRangeModifier = 3,
        CriticalChanceModifierModifier = 5,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_TargetIrons,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:RevolverSights,
        StaticModel = SightBoxTarget,
        WorldStaticModel = SightBoxTarget,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item IronRevolverCombat
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Revolver Red Ramp Sights,
        Icon = RevolverCombatSights,
        Weight = 0.01,
        WeightModifier = 0.01,
        AimingTimeModifier = -5,
        MaxRangeModifier = -3,
        HitChanceModifier = 15,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_CombatIrons,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:RevolverSights,
        StaticModel = SightBoxCombat,
        WorldStaticModel = SightBoxCombat,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }
    
    item RevolverTritiumSights
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Tritium Revolver Sights,
        Icon = RevolverNightSights,
        Weight = 0.1,
        WeightModifier = 0.0,
        AimingTimeModifier = -3,
        LowLightBonus = 5,
        MountOn = ,
        PartType = Irons,
        Tooltip = Tooltip_NightIrons,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:RevolverSights,
        StaticModel = SightBoxCombat,
        WorldStaticModel = SightBoxCombat,
        CanAttach = Guns93WeaponPartsMountSights,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item Sling
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Sling,
        Icon = GunSling,
        Weight = 0.5,
        WeightModifier = -0.3,
        MountOn = ,
        PartType = Sling,
        Tags = guns93:NoScrewdriver,
        Tooltip = Tooltip_Sling,
        CanAttach = Guns93WeaponPartsMountSling,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ChokeTubeFull
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Choke Tube - Full,
        Icon = ShotgunChoke,
        Weight = 0.1,
        WeightModifier = 0.1,
        ProjectileSpreadModifier = -0.40,
        MaxRangeModifier = 4,
        MountOn = ,
        PartType = Canon,
        Tooltip = Tooltip_ChokeTubeFull,
        MetalValue = 12,
        Tags = guns93:UseDriver; guns93:12ga; guns93:Choke; guns93:Buckshot,
        StaticModel = Shotgun_Choke_Ground,
        WorldStaticModel = Shotgun_Choke_Ground,
        CanAttach = Guns93WeaponPartsThreadedCanonPart,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ChokeTubeImproved
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Choke Tube - Improved,
        Icon = ShotgunChoke,
        Weight = 0.1,
        WeightModifier = 0.1,
        ProjectileSpreadModifier = -0.20,
        MaxRangeModifier = 2,
        MountOn = ,
        PartType = Canon,
        Tooltip = Tooltip_ChokeTubeImproved,
        MetalValue = 12,
        Tags = guns93:UseDriver; guns93:12ga; guns93:Choke; guns93:Buckshot,
        StaticModel = Shotgun_Choke_Ground,
        WorldStaticModel = Shotgun_Choke_Ground,
        CanAttach = Guns93WeaponPartsThreadedCanonPart,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ChokeTubeRifled
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Choke Tube - Rifled,
        Icon = ShotgunChoke,
        Weight = 0.04,
        WeightModifier = 0.04,
        MaxRangeModifier = 5,
        CriticalChanceModifier = 3,
        MountOn = ,
        PartType = Canon,
        Tooltip = Tooltip_ChokeTubeRifled,
        MetalValue = 12,
        Tags = guns93:UseDriver; guns93:12ga; guns93:Choke; guns93:Slug,
        StaticModel = Shotgun_Choke_Ground,
        WorldStaticModel = Shotgun_Choke_Ground,
        CanAttach = Guns93WeaponPartsThreadedCanonPart,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item NonremoveScopeRail
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.0,
        ItemType = base:weaponpart,
        DisplayName	= Integral Scope Mount,
        Icon	=	,
        MountOn = ,
        PartType = Receiver,
        StaticModel = M16RailPart,
        WorldStaticModel = M16RailPart,
        Tags = guns93:NoMount; guns93:ScopeRail,
        CanAttach = Guns93WeaponPartsNoRemove,
        CanDetach = Guns93WeaponPartsNoRemove,
    }

    item NonremovePistolRail
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.0,
        ItemType = base:weaponpart,
        DisplayName	= Integral Scope Mount,
        Icon	=	,
        MountOn = ,
        PartType = Receiver,
        StaticModel = M16RailPart
        WorldStaticModel = M16RailPart,
        Tags = guns93:NoMount; guns93:PistolRail,
        CanAttach = Guns93WeaponPartsNoRemove,
        CanDetach = Guns93WeaponPartsNoRemove,
    }

    item M16Mount
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.05,
        ItemType = base:weaponpart,
        DisplayName	=	Scope Rail for M16/AR15,
        Icon	=	M16Mount,
        MountOn = AR15;CAR15;HBAR;Dissy;M16A2;M727;M723;M733;M635;Colt9mm,
        PartType = Receiver,
        MetalValue = 10,
        Tooltip = Tooltip_ScopeMount,
        StaticModel = M16RailPart,
        WorldStaticModel = M16RailPart,
        Tags = guns93:NoScrewdriver; guns93:ScopeRail,
        CanAttach = Guns93WeaponPartsMountRail,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item M14Mount
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.1,
        ItemType = base:weaponpart,
        DisplayName	=	Scope Rail for M14,
        Icon	=	M14Mount,
        MountOn = M14308; M1A; M1ABush,
        PartType = Receiver,
        MetalValue = 10,
        Tooltip = Tooltip_ScopeMount,
        StaticModel = M14MountPart,
        WorldStaticModel = M14MountPart,
        Tags = guns93:NoScrewdriver; guns93:ScopeRail,
        CanAttach = Guns93WeaponPartsMountRail,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item HKClaw
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.1,
        ItemType = base:weaponpart,
        DisplayName	=	Scope Rail HK Firearms,
        Icon	=	HKClaw,
        MetalValue = 10,
        MountOn = HK91; MP5,
        PartType = Receiver,
        Tooltip = Tooltip_ScopeMount,
        StaticModel = HKClawWorld,
        WorldStaticModel = HKClawWorld,
        Tags = guns93:NoScrewdriver; guns93:ScopeRail,
        CanAttach = Guns93WeaponPartsMountRail,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item Mini14Mount
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.05,
        ItemType = base:weaponpart,
        DisplayName	=	Scope Rail for Ruger Mini-14,
        Icon	=	Mini14Mount,
        MetalValue = 10,
        MountOn = Mini14;Mini14GB;AC556K;Mini30,
        PartType = Receiver,
        Tooltip = Tooltip_ScopeMountScrew,
        StaticModel = Mini14RailPart,
        WorldStaticModel = Mini14RailPart,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        CanAttach = Guns93WeaponPartsMountRail,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item Mini14MountSS
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.05,
        ItemType = base:weaponpart,
        DisplayName	=	Scope Rail for Ruger Mini-14,
        Icon	=	Mini14MountSS,
        MetalValue = 10,
        MountOn = Mini14;Mini14GB;AC556K;Mini30,
        PartType = Receiver,
        Tooltip = Tooltip_ScopeMountScrew,
        StaticModel = Mini14RailPartSS,
        WorldStaticModel = Mini14RailPartSS,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        CanAttach = Guns93WeaponPartsMountRail,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item 1911Rail
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.05,
        ItemType = base:weaponpart,
        DisplayName	=	Scope Rail For 1911 Pistols,
        Icon	=	1911Rail,
        MetalValue = 10,
        AimingTimeModifier = -4,
        RecoilDelayModifier = -4,
        HitChanceModifier = 4,
        MountOn = M1911; Gov1911; DeltaElite; Longslide; Javelina; Command1911,
        PartType = Grip,
        Tooltip = Tooltip_ScopeMountScrew,
        StaticModel = 1911RailPart,
        WorldStaticModel = 1911RailPart,
        Tags = guns93:UseDriver; guns93:PistolRail,
        CanAttach = Guns93WeaponPartsMountRail,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item 1911RailSS
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.05,
        ItemType = base:weaponpart,
        DisplayName	=	Scope Rail For 1911 Pistols,
        Icon	=	1911RailSS,
        MetalValue = 10,
        AimingTimeModifier = -4,
        RecoilDelayModifier = -4,
        HitChanceModifier = 4,
        MountOn = M1911; Gov1911; DeltaElite; Longslide; Javelina; Command1911,
        PartType = Grip,
        Tooltip = Tooltip_ScopeMountScrew,
        StaticModel = 1911RailPartSS,
        WorldStaticModel = 1911RailPartSS,
        Tags = guns93:UseDriver; guns93:PistolRail,
        CanAttach = Guns93WeaponPartsMountRail,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item RevolverRail
    {
        DisplayCategory = WeaponPart,
        Weight	=	0.05,
        ItemType = base:weaponpart,
        DisplayName	=	Scope Rail For Revolvers,
        Icon	= RevolverRail,
        MetalValue = 10,
        MountOn = SW625; SW29; SW586; SW17: GP100; SecuritySix; Python; Anaconda,
        PartType = Receiver,
        Tooltip = Tooltip_ScopeMountScrew,
        StaticModel = RevolverRailPart,
        WorldStaticModel = RevolverRailPart,
        Tags = guns93:UseDriver; guns93:PistolRail,
        CanAttach = Guns93WeaponPartsMountRail,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item RedDot
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Aimpoint (Red Dot),
        Icon = Aimpoint,
        ActivatedItem = true,
        Weight = 0.2,
        WeightModifier = 0.2,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = RedDotPistol,
        WorldStaticModel = RedDotPistol,
		DisappearOnUse = False,
        MetalValue = 15,
 		UseDelta = 0.0007,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:RedDot; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item RedDot_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Aimpoint (Red Dot),
        Icon = Aimpoint,
        ActivatedItem = true,
        Weight = 0.2,
        WeightModifier = 0.2,
        AimingTimeModifier = -10,
        HitChanceModifier= 15,
        MountOn = ,
        MinSightRange = 2,
        MaxSightRange = 10,
        LowLightBonus = 8,
        PartType = Scope2,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = RedDotPistol,
        WorldStaticModel = RedDotPistol,
		DisappearOnUse = False,
        MetalValue = 15,
 		UseDelta = 0.0007,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:RedDot; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item CMore
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = C-More (Red Dot),
        Icon = CMore,
        ActivatedItem = true,
        Weight = 0.14,
        WeightModifier = 0.14,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = CMore,
        WorldStaticModel = CMore,
		DisappearOnUse = False,
        MetalValue = 15,
 		UseDelta = 0.002,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:RedDot; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }
    
    item CMore_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = C-More (Red Dot),
        Icon = CMore,
        ActivatedItem = true,
        Weight = 0.14,
        WeightModifier = 0.14,
        AimingTimeModifier = -15,
        HitChanceModifier= 10,
        MountOn = ,
        PartType = Scope2,
        MinSightRange = 2,
        MaxSightRange = 10,
        LowLightBonus = 8,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = CMore,
        WorldStaticModel = CMore,
		DisappearOnUse = False,
        MetalValue = 15,
 		UseDelta = 0.002,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:RedDot; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }
    
    item AccuDot
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Tasco AccuDot (Red Dot),
        Icon = AccuDot,
        ActivatedItem = true,
        Weight = 0.15,
        WeightModifier = 0.15,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = AccuDot,
        WorldStaticModel = AccuDot,
		DisappearOnUse = False,
        MetalValue = 15,
 		UseDelta = 0.001,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:RedDot; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item AccuDot_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Tasco AccuDot (Red Dot),
        Icon = AccuDot,
        ActivatedItem = true,
        Weight = 0.15,
        WeightModifier = 0.15,
        AimingTimeModifier = -5,
        HitChanceModifier= 8,
        MountOn = ,
        PartType = Scope2,
        MinSightRange = 2,
        MaxSightRange = 10,
        LowLightBonus = 5,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = AccuDot,
        WorldStaticModel = AccuDot,
		DisappearOnUse = False,
        MetalValue = 15,
 		UseDelta = 0.001,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:RedDot; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item AccuDotSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Tasco AccuDot (Red Dot),
        Icon = AccuDotSilver,
        ActivatedItem = true,
        Weight = 0.15,
        WeightModifier = 0.15,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = AccuDotSilver,
        WorldStaticModel = AccuDotSilver,
		DisappearOnUse = False,
        MetalValue = 15,
 		UseDelta = 0.001,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:RedDot; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item AccuDotSilver_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Tasco AccuDot (Red Dot),
        Icon = AccuDotSilver,
        ActivatedItem = true,
        Weight = 0.15,
        WeightModifier = 0.15,
        AimingTimeModifier = -5,
        HitChanceModifier= 8,
        MountOn = ,
        PartType = Scope2,
        MinSightRange = 2,
        MaxSightRange = 10,
        LowLightBonus = 5,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = AccuDotSilver,
        WorldStaticModel = AccuDotSilver,
		DisappearOnUse = False,
        MetalValue = 15,
 		UseDelta = 0.001,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:RedDot; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item SinglePoint
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = SinglePoint (OEG),
        Icon = SinglePoint,
        Weight = 0.2,
        WeightModifier = 0.2,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_NewRedDot,
        StaticModel = SinglePoint,
        WorldStaticModel = SinglePoint,
        MetalValue = 15,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x2Scope
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x2 Scope,
        Icon = 2xScope,
        Weight = 0.2,
        WeightModifier = 0.2,
        MaxRangeModifier = 3,
        AimingTimeModifier = 10,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 12,
        MinSightRange = 2,
        Tooltip = Tooltip_NewScope,
        StaticModel = 2Scope,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 2Scope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x2ScopePistol
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x2 Handgun Scope,
        Icon = 2xScope,
        Weight = 0.2,
        WeightModifier = 0.2,
        MaxRangeModifier = 3,
        AimingTimeModifier = 10,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 12,
        MinSightRange = 2,
        Tooltip = Tooltip_NewScope,
        StaticModel = 2ScopePistol,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:PistolRail,
        WorldStaticModel = 2ScopePistol,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x3Scope
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x3 Scope,
        Icon = 3xScope,
        Weight = 0.2,
        WeightModifier = 0.2,
        MaxRangeModifier = 5,
        AimingTimeModifier = 14,
        HitChanceModifier= 10,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 14,
        MinSightRange = 3,
        Tooltip = Tooltip_NewScope,
        StaticModel = 3Scope,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 3Scope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x3ScopePistol
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x3 Handgun Scope,
        Icon = 3xScope,
        Weight = 0.2,
        WeightModifier = 0.2,
        MaxRangeModifier = 5,
        AimingTimeModifier = 14,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 14,
        MinSightRange = 3,
        Tooltip = Tooltip_NewScope,
        StaticModel = 3ScopePistol,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:PistolRail,
        WorldStaticModel = 3Scope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x4Scope
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x4 Scope,
        Icon = 4xScope,
        Weight = 0.4,
        WeightModifier = 0.4,
        MaxRangeModifier = 6,
        AimingTimeModifier = 20,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = 4Scope,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 4Scope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x4ScopePistol
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x4 Handgun Scope,
        Icon = 4xScope,
        Weight = 0.4,
        WeightModifier = 0.4,
        MaxRangeModifier = 6,
        AimingTimeModifier = 20,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = 4ScopePistol,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:PistolRail,
        WorldStaticModel = 4Scope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x6Scope
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x6 Scope,
        Icon = 6xScope,
        Weight = 0.5,
        WeightModifier = 0.5,
        MaxRangeModifier = 8,
        AimingTimeModifier = 30,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 20,
        MinSightRange = 12,
        Tooltip = Tooltip_NewScope,
        StaticModel = 6Scope,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 6Scope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x8Scope
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x8 Scope,
        Icon = 6xScope,
        Weight = 0.6,
        WeightModifier = 0.6,
        MaxRangeModifier = 10,
        AimingTimeModifier = 40,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 24,
        MinSightRange = 8,
        Tooltip = Tooltip_NewScope,
        StaticModel = 8Scope,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 8Scope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x10Scope
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x10 Scope,
        Icon = 10xScope,
        Weight = 0.7,
        WeightModifier = 0.7,
        MaxRangeModifier = 13,
        AimingTimeModifier = 50,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 28,
        MinSightRange = 10,
        Tooltip = Tooltip_NewScope,
        StaticModel = 10Scope,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 10Scope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x2ScopeSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x2 Scope,
        Icon = 2xScopeSilver,
        Weight = 0.2,
        WeightModifier = 0.2,
        MaxRangeModifier = 3,
        AimingTimeModifier = 10,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 12,
        MinSightRange = 2,
        Tooltip = Tooltip_NewScope,
        StaticModel = 2ScopeSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 2ScopeSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x2ScopePistolSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x2 Handgun Scope,
        Icon = 2xScopeSilver,
        Weight = 0.2,
        WeightModifier = 0.2,
        MaxRangeModifier = 3,
        AimingTimeModifier = 10,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 12,
        MinSightRange = 2,
        Tooltip = Tooltip_NewScope,
        StaticModel = 2ScopePistolSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:PistolRail,
        WorldStaticModel = 2ScopePistolSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x3ScopeSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x3 Scope,
        Icon = 3xScopeSilver,
        Weight = 0.2,
        WeightModifier = 0.2,
        MaxRangeModifier = 5,
        AimingTimeModifier = 14,
        HitChanceModifier= 10,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 14,
        MinSightRange = 3,
        Tooltip = Tooltip_NewScope,
        StaticModel = 3ScopeSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 3ScopeSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x3ScopePistolSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x3 Handgun Scope,
        Icon = 3xScopeSilver,
        Weight = 0.2,
        WeightModifier = 0.2,
        MaxRangeModifier = 5,
        AimingTimeModifier = 14,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 14,
        MinSightRange = 3,
        Tooltip = Tooltip_NewScope,
        StaticModel = 3ScopePistolSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:PistolRail,
        WorldStaticModel = 3ScopePistolSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x4ScopeSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x4 Scope,
        Icon = 4xScopeSilver,
        Weight = 0.4,
        WeightModifier = 0.4,
        MaxRangeModifier = 6,
        AimingTimeModifier = 20,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = 4ScopeSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 4ScopeSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x4ScopePistolSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x4 Handgun Scope,
        Icon = 4xScopeSilver,
        Weight = 0.4,
        WeightModifier = 0.4,
        MaxRangeModifier = 6,
        AimingTimeModifier = 20,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = 4ScopePistolSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:PistolRail,
        WorldStaticModel = 4ScopePistolSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x6ScopeSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x6 Scope,
        Icon = 6xScopeSilver,
        Weight = 0.5,
        WeightModifier = 0.5,
        MaxRangeModifier = 8,
        AimingTimeModifier = 30,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 20,
        MinSightRange = 12,
        Tooltip = Tooltip_NewScope,
        StaticModel = 6ScopeSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 6ScopeSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x8ScopeSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x8 Scope,
        Icon = 6xScopeSilver,
        Weight = 0.6,
        WeightModifier = 0.6,
        MaxRangeModifier = 10,
        AimingTimeModifier = 40,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 24,
        MinSightRange = 8,
        Tooltip = Tooltip_NewScope,
        StaticModel = 8ScopeSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 8ScopeSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x10ScopeSilver
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x10 Scope,
        Icon = 10xScopeSilver,
        Weight = 0.7,
        WeightModifier = 0.7,
        MaxRangeModifier = 13,
        AimingTimeModifier = 50,
        CriticalChanceModifier = 10,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 28,
        MinSightRange = 10,
        Tooltip = Tooltip_NewScope,
        StaticModel = 10ScopeSilver,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = 10ScopeSilver,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ARTScope
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = ART II x2-9 Scope,
        Icon = ARTScope,
        Weight = 0.9,
        WeightModifier = 0.9,
        MaxRangeModifier = 11,
        AimingTimeModifier = 30,
        CriticalChanceModifier = 8,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 20,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = ARTScope,
        MetalValue = 22,
        Tags = guns93:UseDriver; guns93:ScopeRail,
        WorldStaticModel = ARTScope,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item M14ARTScope
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = ART II x2-9 Scope w/ M14 Mount,
        Icon = M14ARTScope,
        Weight = 1.1,
        WeightModifier = 1.1,
        MaxRangeModifier = 11,
        AimingTimeModifier = 30,
        CriticalChanceModifier = 8,
        MountOn = M14308; M1A; M1ABush,
        PartType = Scope2,
        MaxSightRange = 20,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = M14ARTScope,
        MetalValue = 22,
        Tags = guns93:NoScrewdriver,
        WorldStaticModel = ARTScope,
        CanAttach = Guns93WeaponPartsToolCheck,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x4ACOG
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x4 ACOG Scope,
        Icon = ACOG,
        Weight = 0.30,
        WeightModifier = 0.30,
        MaxRangeModifier = 5,
        AimingTimeModifier = 17,
        CriticalChanceModifier = 5,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = ACOGMount,
        MetalValue = 22,
        WorldStaticModel = ACOGMount,
        Tags = guns93:NoScrewdriver; guns93:ScopeRail,
        CanAttach = Guns93WeaponPartsMountACOG,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ArmsonM16
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Armson OEG for M16/AR15,
        Icon = ArmsonM16,
        Weight = 0.11,
        WeightModifier = 0.11,
        MaxRangeModifier = -5,
        AimingTimeModifier = 25,
        MountOn = AR15;CAR15;HBAR;Dissy;M16A2;M727;M723;M733;M635;Colt9mm,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = ArmsonM16,
        MetalValue = 22,
        WorldStaticModel = ArmsonM16,
        Tags = guns93:NoScrewdriver,
        CanAttach = Guns93WeaponPartsDirectMount,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item ArmsonRail
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Armson OEG,
        Icon = ArmsonRail,
        Weight = 0.11,
        WeightModifier = 0.11,
        MaxRangeModifier = -5,
        AimingTimeModifier = 25,
        MountOn = ,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = ArmsonRail,
        MetalValue = 22,
        WorldStaticModel = ArmsonRail,
        Tags = guns93:UseDriver; guns93:ScopeRail; guns93:PistolRail,
        CanAttach = Guns93WeaponPartsMountScope,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x4Handle
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x4 Scope for M16/AR15,
        Icon = 4xHandle,
        Weight = 0.35,
        WeightModifier = 0.35,
        MaxRangeModifier = 5,
        AimingTimeModifier = 20,
        CriticalChanceModifier = 5,
        MountOn = AR15;CAR15;HBAR;Dissy;M16A2;M727;M723;M733;M635;Colt9mm,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = 4Handle,
        MetalValue = 22,
        WorldStaticModel = 4Handle,
        Tags = guns93:NoScrewdriver,
        CanAttach = Guns93WeaponPartsDirectMount,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x3Handle
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x3 Scope for M16/AR15,
        Icon = 4xHandle,
        Weight = 0.35,
        WeightModifier = 0.35,
        MaxRangeModifier = 4,
        AimingTimeModifier = 14,
        CriticalChanceModifier = 5,
        MountOn = AR15;CAR15;HBAR;Dissy;M16A2;M727;M723;M733;M635;Colt9mm,
        PartType = Scope2,
        MaxSightRange = 12,
        MinSightRange = 3,
        Tooltip = Tooltip_NewScope,
        StaticModel = 4Handle,
        MetalValue = 22,
        WorldStaticModel = 4Handle,
        Tags = guns93:NoScrewdriver,
        CanAttach = Guns93WeaponPartsDirectMount,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item x4AR180
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = x4 Scope for AR-180,
        Icon = 4xAR180,
        Weight = 0.35,
        WeightModifier = 0.35,
        MaxRangeModifier = 5,
        AimingTimeModifier = 20,
        CriticalChanceModifier = 5,
        MountOn = AR180,
        PartType = Scope2,
        MaxSightRange = 16,
        MinSightRange = 4,
        Tooltip = Tooltip_NewScope,
        StaticModel = 4AR180,
        MetalValue = 22,
        WorldStaticModel = 4AR180,
        Tags = guns93:NoScrewdriver,
        CanAttach = Guns93WeaponPartsDirectMount,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item GunLight
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Weapon Light w/ Clamp Mount,
        Icon = ClampWML,
        Weight = 0.2,
        WeightModifier = 0.2,
        AimingTimeModifier = 5,
        MountOn = ,
        PartType = BarrelItem,
        StaticModel = ClampWML,
        WorldStaticModel = ClampWML,
		ActivatedItem = true,
		LightDistance = 15,
		LightStrength = 1.3,
		MetalValue = 10,
		TorchCone = TRUE,
		TorchDot = 0.66,
		SoundMap = Activate FlashlightOn,
		SoundMap = Deactivate FlashlightOff,
		primaryAnimMask = HoldingTorchRight,
		secondaryAnimMask = HoldingTorchLeft,
		DisappearOnUse = False,
		UseDelta = 0.001,
        Tooltip = Tooltip_WeaponLight,
        Tags = guns93:UseDriver; base:Flashlight; base:UsesBattery; guns93:BarrelItem; guns93:Light; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsWML,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item GunLight_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Weapon Light w/ Clamp Mount,
        Icon = ClampWML,
        Weight = 0.2,
        WeightModifier = 0.2,
        AimingTimeModifier = 5,
        MountOn = ,
        PartType = BarrelItem,
        StaticModel = ClampWML,
        MetalValue = 15,
        WorldStaticModel = ClampWML,
		ActivatedItem = true,
		LightDistance = 15,
		LightStrength = 1.3,
		MetalValue = 10,
		TorchCone = TRUE,
		TorchDot = 0.66,
		SoundMap = Activate FlashlightOn,
		SoundMap = Deactivate FlashlightOff,
		primaryAnimMask = HoldingTorchRight,
		secondaryAnimMask = HoldingTorchLeft,
		DisappearOnUse = False,
		UseDelta = 0.001,
        Tooltip = Tooltip_WeaponLight,
        Tags = guns93:UseDriver; base:Flashlight; base:UsesBattery; guns93:BarrelItem; guns93:Light; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsWML,
        CanDetach = Guns93WeaponPartsToolCheck,
    }

    item Laser
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser w/ Clamp Mount (Off),
        Icon = ClampLaser,
        Weight = 0.6,
        WeightModifier = 0.6,
        MountOn = ,
        PartType = BarrelItem,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = ClampLaser,
		ActivatedItem = true,
		DisappearOnUse = False,
		UseDelta = 0.01,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsLaser,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item Laser_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser w/ Clamp Mount,
        Icon = ClampLaser,
        ActivatedItem = true,
        Weight = 0.6,
        WeightModifier = 0.6,
        HitChanceModifier = 5,
        AimingTimeModifier = -15,
        LowLightBonus = 12,
        MountOn = ,
        PartType = BarrelItem,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = ClampLaser,
		DisappearOnUse = False,
		UseDelta = 0.01,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsLaser,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item LaserSS
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser w/ Clamp Mount,
        Icon = ClampLaserSS,
        ActivatedItem = true,
        Weight = 0.6,
        WeightModifier = 0.6,
        MountOn = ,
        PartType = BarrelItem,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = ClampLaserSS,
		DisappearOnUse = False,
		UseDelta = 0.01,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser;  guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsLaser,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item LaserSS_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser w/ Clamp Mount,
        Icon = ClampLaserSS,
        ActivatedItem = true,
        Weight = 0.6,
        WeightModifier = 0.6,
        HitChanceModifier = 5,
        AimingTimeModifier = -15,
        LowLightBonus = 12,
        MountOn = ,
        PartType = BarrelItem,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = ClampLaserSS,
		DisappearOnUse = False,
		UseDelta = 0.01,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsLaser,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item RailLaser
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser w/ Scope Ring,
        Icon = RailLaser,
        ActivatedItem = true,
        Weight = 0.6,
        WeightModifier = 0.6,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = RailLaser,
		DisappearOnUse = False,
		UseDelta = 0.01,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsLaserScope,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item RailLaser_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser w/ Scope Ring,
        Icon = RailLaser,
        ActivatedItem = true,
        Weight = 0.6,
        WeightModifier = 0.6,
        HitChanceModifier = 5,
        AimingTimeModifier = -15,
        LowLightBonus = 12,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = RailLaser,
		DisappearOnUse = False,
		UseDelta = 0.01,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsLaserScope,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item RailLaserSS
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser w/ Scope Ring,
        Icon = RailLaserSS,
        ActivatedItem = true,
        Weight = 0.6,
        WeightModifier = 0.6,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = RailLaserSS,
		DisappearOnUse = False,
		UseDelta = 0.01,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsLaserScope,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item RailLaserSS_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser w/ Scope Ring,
        Icon = RailLaserSS,
        ActivatedItem = true,
        Weight = 0.6,
        WeightModifier = 0.6,
        HitChanceModifier = 5,
        AimingTimeModifier = -15,
        LowLightBonus = 12,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = RailLaserSS,
		DisappearOnUse = False,
		UseDelta = 0.01,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsLaserScope,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item LaserProd
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser Products He-Ne Laser (Laser Sight),
        Icon = LaserProd,
        ActivatedItem = true,
        Weight = 0.2,
        WeightModifier = 0.2,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = LaserProd,
		DisappearOnUse = False,
		UseDelta = 0.02,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:Laser; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsLaserScope,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item LaserProd_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Laser Products He-Ne Laser (Laser Sight),
        Icon = LaserProd,
        ActivatedItem = true,
        Weight = 0.2,
        WeightModifier = 0.2,
        HitChanceModifier = 10,
        AimingTimeModifier = -20,
        LowLightBonus = 12,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = LaserProd,
		DisappearOnUse = False,
		UseDelta = 0.02,
        Tags = guns93:UseDriver; guns93:PistolRail; guns93:ScopeRail; base:UsesBattery; guns93:Laser; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsLaserScope,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item LS45
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = iMatronic LS45 (Laser Sight),
        Icon = LS45Laser,
        ActivatedItem = true,
        Weight = 0.3,
        WeightModifier = 0.3,
        HitChanceModifier = 5,
        AimingTimeModifier = -10,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = LS45Laser,
		DisappearOnUse = False,
		UseDelta = 0.025,
        Tags = guns93:UseDriver; guns93:BarrelItem; guns93:ScopeRail; base:UsesBattery; guns93:Laser; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsLaserScope,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item LS45_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = iMatronic LS45 (Laser Sight),
        Icon = LS45Laser,
        ActivatedItem = true,
        Weight = 0.3,
        WeightModifier = 0.3,
        HitChanceModifier = 5,
        AimingTimeModifier = -10,
        LowLightBonus = 12,
        MountOn = ,
        PartType = Scope2,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = LS45Laser,
		DisappearOnUse = False,
 		UseDelta = 0.025,
        Tags = guns93:UseDriver; guns93:BarrelItem; base:UsesBattery; guns93:Laser; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsLaserScope,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item RifleBipod
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Rifle Bipod,
        Icon = Bipod,
        Weight = 0.5,
        WeightModifier = 0.5,
        MountOn = ,
        PartType = HandguardItem,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = RifleBipod,
        Tags = guns93:UseDriver; guns93:HandguardItem; guns93:Bipod; guns93:ToggleItemOn,
        CanAttach = Guns93WeaponPartsRifleBipod,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    item RifleBipod_On
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Rifle Bipod,
        Icon = Bipod,
        Weight = 0.8,
        WeightModifier = 0.8,
        MountOn = ,
        PartType = HandguardItem,
        Tooltip = Tooltip_Laser,
        MetalValue = 15.0,
        WorldStaticModel = RifleBipod,
        Tags = guns93:UseDriver; guns93:HandguardItem; guns93:Bipod; guns93:ToggleItemOff,
        CanAttach = Guns93WeaponPartsRifleBipod,
        CanDetach = Guns93WeaponPartshasScrewdriver,
    }

    /****************************** Threading ******************************/
    item BarrelThread
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Threaded Barrel,
        Weight = 0.0,
        MountOn = ,
        WeightModifier = 0.0,
        PartType = Threading,
        Tags = guns93:NoMount,
        CanAttach = Guns93WeaponPartsNoRemove,
        CanDetach = Guns93WeaponPartsNoRemove,
    }
    item BarrelThreadExtension
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Threaded Barrel Extension,
        Weight = 0.0,
        MountOn = ,
        WeightModifier = 0.0,
        PartType = Threading,
        Tags = guns93:NoMount,
        CanAttach = Guns93WeaponPartsNoRemove,
        CanDetach = Guns93WeaponPartsNoRemove,
    }
    item BoreThread
    {
        DisplayCategory = WeaponPart,
        ItemType = base:weaponpart,
        DisplayName = Threaded Bore,
        Weight = 0.0,
        MountOn = ,
        WeightModifier = 0.0,
        PartType = Threading,
        Tags = guns93:NoMount,
        CanAttach = Guns93WeaponPartsNoRemove,
        CanDetach = Guns93WeaponPartsNoRemove,
    }
}