The LC-1 system was introduced officially during 1973, replacing the M-1956 and M-1967 web systems. In use since the later years of the War in Vietnam, this system can still be found in limited use by the US military in reserve/training roles - a true testament to its durability. Made from durable heavy duty nylon it's much less likely to rot like its canvas predecessor and provides a solid base for a web-set. The belt is fully adjustable with simple metal teeth that clamp securely. You can add a yoke or other attachments to the 2 eyelet system. The belt is 5.5cm wide making it completely compatible with ALICE clips. A great hunters belt or a base to create a webbing system for paintball/airsoft.
Features:
- Genuine US Army surplus
- Durable heavy duty nylon construction
- 2 eyelet system
- 5.5cm wide compatible with ALICE clips
- Fully adjustablewith metal/bronze strap adjusters
Sizing:Belt measurements are the maximum length these will adjust out to.
For more information on sizing, check out our. Width:55mm
Weight:Approx 0.38kg
Colour:Olive drab
Condition:Used/Good - Item is well used. There may be marks/stains/scratches or repairs, but it is still in functioning order. If you want more information on our condition ratings, check out our
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"725279",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'725279',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'725279'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});