Armed Assault Wiki

« The L86A1 LSW is the variant of the L85 rifle, but features longer barrel than the L85A1 rifle, which gives it a greater effective range. This rifle was intended to provide fire support at a fireteam level.
This rifle features the ACOG (Advancet Combat Optical Gunsight).
Armoury Description[1]
»
The L86A2 LSW 5.56 mm marksman rifle.
The L86A2 LSW 5.56 mm marksman rifle.

The L86A2 LSW (full name: Light Support Weapon[2]) is a 5.56 mm marksman rifle exclusively used by the British Army in ArmA 2. It was added with the release of the British Armed Forces DLC.

Overview[]

This is a premium asset that requires ownership of the British Armed Forces DLC.

The L86A2 LSW is a selective-fire, gas operated, bullpup marksman rifle that is chambered to fire the 5.56×45 mm NATO cartridge.

It can only load 30-round STANAG magazines[CfgWp 9] and has a muzzle velocity of 930 m/s.[CfgMa 2] The L86A2 can attain a fire rate of up to ~ 705 rounds per minute on semi-auto[CfgWp 10][Formula 1] or ~ 667 rounds per minute on full auto.[CfgWp 11][Formula 2] It has a (non-functional) bipod, and is always fitted with an ACOG riflescope by default. The L86A2 does not have the ability to mount a sound suppressor.

The L86A2 is a modified variant of the baseline L85A2 assault rifle. The overall layout of the L86A2 remains mostly the same as the L85A2 aside from using a longer barrel and folding bipod. With regards to handling, the L86A2 has almost no difference to the L85A2 recoil-wise.

While the L86A2 works well as a medium-ranged marksman rifle, it suffers from the same drawbacks faced by the American-made Mk12 SPR since it is chambered in 5.56 mm. 7.62 mm marksman rifles like the DMR or the Mk17 Sniper will always outperform the L86A2 not only in terms of stopping power but also because they have a longer reach and better magnified optics.

To make matters worse, the L86A2 is restricted to being able to load only 30-rounder STANAG magazines and nothing else, as not even 20-round STANAG magazines are supported.[CfgWp 9] This limitation cuts into the L86A2's usefulness as the Mk12 SPR can feed from the MG36's 100-round Beta-C drums if they are available, whereas the L86A2 isn't even able to load 30-round G36-type magazines (let alone 100-round drums).

Variants[]

L85A2[]

Main article: L85A2

Optics[]

Arma2-l86a2lswacog-ironsight-overview
The L86A2 LSW's riflescope does not allow for zeroing to be manually adjusted. Only the reticle's chevron will be fully visible under low-light conditions.

Though it does not have any enhanced vision modes, it is possible for the user to wear their own night vision goggles while looking through the scope.

Arma2-l86a2lswacogrds-ironsight-overview
The backup reflex sight fitted atop the riflescope cannot be zeroed. The red dot will be fully visible under low-light conditions.

Recoil curves[]

Standing

 
{
    title: {
        text: 'recoil_single_primary_2outof10'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.04, 0.01, 0.045],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0017142857142857, 0.0025714285714286, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0071428571428571, 0, -0.0035714285714286],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


 
{
    title: {
        text: 'recoil_auto_primary_2outof10'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0, 0.04, 0.025],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0017142857142857, 0.0025714285714286, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.005, 0.0042857142857143, 0.0035714285714286],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


Prone

 
{
    title: {
        text: 'recoil_single_primary_prone_1outof10'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02', '0.03']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.035, 0.01, 0.045, 0.01],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0005714285714285714, 0.0008571428571428571, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0025, 0, -0.0008928571428571429, -0.0008928571428571429],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


 
{
    title: {
        text: 'recoil_auto_primary_prone_2outof10'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02', '0.03', '0.04']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0, 0.035, 0.01, 0.012, 0.01],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0011428571428571, 0.0017142857142857, 0.0017142857142857, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0025, 0.01, 0, -0.0035714285714286, -0.0007142857142857143],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


Ammunition[]

Ammo parameter 5.56 mm NATO (Ball) 5.56 mm NATO SD (Ball)
Base damage value 8[CfgAm 1] 7[CfgAm 2]
Aerodynamic friction -0.001425[CfgAm 3] -0.0006[CfgAm 4]
Muzzle velocity (m/s) 930[CfgMa 2] 320[CfgMa 3]
Expected velocity (m/s) 900
[CfgAm 5][note 1]
320
[CfgAm 6][note 1]
Deflection angle (degrees) 10°[CfgAm 7] 10°[CfgAm 8]

The L86A2 can only load two types of magazines (G36-type plastic magazines and 100-rounder drums are not compatible).[CfgWp 9] Both require at least one[CfgMa 4][CfgMa 5] free inventory slot:

30Rnd. STANAG[]

Arma1-ammunition-30rndstanag

30-round STANAG magazine used primarily by M16-type assault rifles and carbines. Loaded exclusively with 5.56 mm NATO ball ammunition.[CfgMa 6]

None of the rounds fired will emit visible tracers.

30Rnd. STANAG SD[]

Arma1-ammunition-30rndstanag

Special 30-round STANAG magazine loaded with subsonic 5.56 mm NATO ammunition.[CfgMa 7] Rounds fired from this magazine specifically have a reduced muzzle velocity of 320 m/s.[CfgMa 3]

As with the stock 30-rounder STANAGs, it does not contain any visible tracer rounds.

Magazine compatibility[]

Weapon name
(Classname)
30Rnd. STANAG
30Rnd. STANAG SD
L86A2 LSW
(BAF_L86A2_ACOG)


Trivia[]

  • The L86A2 is referred to as the L86A1 by its in-game Armoury Description.[3] However, this is a misnomer as the real-world "L86A1" is a completely separate model of the L86A2 (which is an upgrade of the A1) and was notorious for the reliability and performance issues that plagued it.[4]
  • As part of the latest Steam version changes (CorePatch), the L86A2's ACOG allows the user to activate night vision while looking through the primary scope.[5] Prior to CorePatch, it was not possible to look through the scope and toggle night vision simultaneously.

Gallery[]

Config/script references[]

CfgAmmo

  1. CfgAmmo >> B_556x45_Ball >> hit
  2. CfgAmmo >> B_556x45_SD >> hit
  3. CfgAmmo >> B_556x45_Ball >> airFriction
  4. CfgAmmo >> B_556x45_SD >> airFriction
  5. CfgAmmo >> B_556x45_Ball >> typicalSpeed
  6. CfgAmmo >> B_556x45_SD >> typicalSpeed
  7. CfgAmmo >> B_556x45_Ball >> deflecting
  8. CfgAmmo >> B_556x45_SD >> deflecting

CfgMagazines

  1. CfgMagazines >> 30Rnd_556x45_Stanag >> count
  2. 2.0 2.1 CfgMagazines >> 30Rnd_556x45_Stanag >> initSpeed
  3. 3.0 3.1 CfgMagazines >> 30Rnd_556x45_StanagSD >> initSpeed
  4. CfgMagazines >> 30Rnd_556x45_Stanag >> type >> "256"
  5. CfgMagazines >> 30Rnd_556x45_StanagSD >> type >> "256"
  6. CfgMagazines >> 30Rnd_556x45_Stanag >> ammo >> "B_556x45_Ball"
  7. CfgMagazines >> 30Rnd_556x45_StanagSD >> ammo >> "B_556x45_SD"

CfgWeapons

  1. CfgWeapons >> BAF_L86A2_ACOG >> Single >> dispersion
  2. CfgWeapons >> BAF_L86A2_ACOG >> FullAuto >> dispersion
  3. CfgWeapons >> BAF_L86A2_ACOG >> type >> "1"
  4. CfgWeapons >> BAF_L86A2_ACOG >> Single >> recoil
  5. CfgWeapons >> BAF_L86A2_ACOG >> FullAuto >> recoil
  6. CfgWeapons >> BAF_L86A2_ACOG >> Single >> recoilProne
  7. CfgWeapons >> BAF_L86A2_ACOG >> FullAuto >> recoilProne
  8. CfgWeapons >> BAF_L86A2_ACOG >> dexterity
  9. 9.0 9.1 9.2 CfgWeapons >> BAF_L86A2_ACOG >> magazines[] >> {"30Rnd_556x45_Stanag","30Rnd_556x45_StanagSD"}
  10. CfgWeapons >> BAF_L86A2_ACOG >> Single >> reloadTime
  11. CfgWeapons >> BAF_L86A2_ACOG >> FullAuto >> reloadTime

Formulae

  1. 60 / reloadTime = 60 / 0.085
  2. 60 / reloadTime = 60 / 0.09

Notes[]

  1. 1.0 1.1 Damage will be reduced if the projectile's velocity drops below this value.

References[]

  1. Bohemia Interactive a.s., 2010, Weaponry, Arma 2, viewed 5 March 2025, <https://www.arma2.com/arma-2-baf-weaponry/arma2-baf-weapons>.
  2. Ministry of Defence 2018, Small arms and support weapons, The British Army, viewed 21 May 2024, <http://web.archive.org/web/20180312144741/https://www.army.mod.uk/equipment/small-arms-and-support-weapons/>. (archived link)
  3. ARMA 2: British Armed Forces 2010 [Video Game], Bohemia Interactive a.s., Armoury/Weapons/L86A2 LSW, "The L86A1 LSW is the variant of the L85 rifle, but features longer barrel than the L85A1 rifle, which gives it a greater effective range. This rifle was intended to provide fire support at a fireteam level. This rifle features the ACOG (Advancet Combat Optical Gunsight)."
  4. Ferguson, J 2017, British Enfield SA80 Part 5: SA80 A1 vs A2, Armament Research Services, viewed 30 March 2018, <https://armamentresearch.com/british-enfield-sa80-part-5-sa80-a1vsa2/>.
  5. Mazzon, M et al. 2019, CorePatch, GitHub, viewed 9 May 2024, <https://github.com/Goliath86/CorePatch/blob/master/Changelog.txt>.

External links[]

See also[]

Variants[]

Weapons of comparable role and configuration[]

Weapons of ArmA 2
Handguns CZ 75 9 mmG17 9 mmM1911 .45M9 9 mmMakarov 9 mmRevolver .45
Submachine guns CZ Scorpion Evo 3 A1 9 mmMP5 9 mmPDW 9 mmPP-19 Bizon 9 mmSa-61 Scorpion .32
Shotguns M1014Saiga 12KAA-12
Carbines AKS-74U 5.45 mm* • G36 series* (G36C*, G36K*) • M4A1 5.56 mm (M4A1 M203, M4A3, M4A3 M203) • Mk16 CQC 5.56 mmXM8 Compact 5.56 mm
Assault rifles AK-107 5.45 mm (AK-107 GP-25) • AK-74 5.45 mm (AK-74 GP-25*, AKS-74*) • AKM 7.62 mmAKS 7.62 mm* • CZ 805 BREN A1 5.56 mm (CZ 805 A1 G1, CZ 805 BREN A2, CZ 805 B1 G1) • FN FAL 7.62 mmG36A 5.56 mm* • L85A2 5.56 mm (L85A2 UGL) • M16A2 5.56 mm* (M16A2 M203*) • M16A4 5.56 mm (M16A4 M203) • SCAR series (Mk16, Mk16 EGLM, Mk17, Mk17 EGLM) • Sa-58 7.62 mmXM8 series (XM8, XM8 M320)
Designated marksman rifles DMR 7.62 mmL86A2 LSW 5.56 mmM14 7.62 mmMk12 SPR 5.56 mmMk17 Sniper 7.62 mmVSS Vintorez 9 mmXM8 Sharpshooter 5.56 mm
Sniper rifles AS50 12.7 mmCZ 550 9.3 mmCZ 750 S1 M1 .308KSVK 12.7 mm* • Lee-Enfield .303LRR .338M107 .50* • M110 7.62 mmM24 7.62 mm* (M40A3) • SVD Dragunov 7.62 mm*
Squad automatic weapons L110A1 5.56 mmM249 SAW 5.56 mm* • MG36 5.56 mm* • RPK-74 5.45 mmXM8 Automatic Rifle 5.56 mm
Machineguns L7A2 GPMG 7.62 mmMk 48 Mod 0 7.62 mm* • M240 7.62 mm* • M60E4 7.62 mmPKP 7.62 mmPKM 7.62 mmUK-59 7.62 mm
Grenade launchers M32M79Mk13
Launchers 9K32 Strela-29K38 Igla9K115-2 Metis-MFGM-148 JavelinFIM-92F StingerM136M47 DragonMAAWSNLAWRPG-7VRPG-18SMAW
Static AGS-30D-30DShKMIgla AA PodKORDL111A1L134A1M119A1M2M252Mk19Metis AT-132B14 PodnosRBS-70SearchlightSPG-9StingerTOWZU-23
(Parenthesis) denote variants.
* indicates partial DLC dependency.
Operation Arrowhead | British Armed Forces | Private Military Company | Army of the Czech Republic
British Army - Armoury (ArmA 2)
Handguns M1911 .45
Assault rifles L85A2 5.56 mm (L85A2 UGL)
Designated marksman rifles L86A2 LSW 5.56 mm
Sniper rifles AS50 12.7 mmLRR .338
Squad automatic weapons L110A1 5.56 mm
Machineguns L7A2 GPMG 7.62 mm
Launchers FGM-148 JavelinFIM-92F StingerNLAW
Static L111A1L134A1
(Parenthesis) denote variants.
British Armed Forces