updated builds with new weapons
This commit is contained in:
parent
a455c91f91
commit
46777882f3
1 changed files with 21 additions and 1 deletions
|
@ -98,6 +98,10 @@ module.exports = {
|
||||||
name: "Swordfish",
|
name: "Swordfish",
|
||||||
value: "swordfish",
|
value: "swordfish",
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// name: "Kilo 141",
|
||||||
|
// value: "kilo",
|
||||||
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -114,6 +118,10 @@ module.exports = {
|
||||||
name: "Jokesta",
|
name: "Jokesta",
|
||||||
value: "jokesta",
|
value: "jokesta",
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// name: "Stats On Duty",
|
||||||
|
// value: "sod",
|
||||||
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -217,6 +225,10 @@ module.exports = {
|
||||||
name: "CBR4",
|
name: "CBR4",
|
||||||
value: "cbr4",
|
value: "cbr4",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "PPSh 41",
|
||||||
|
value: "ppsh",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -391,6 +403,10 @@ module.exports = {
|
||||||
name: "Hades",
|
name: "Hades",
|
||||||
value: "hades",
|
value: "hades",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "PKM",
|
||||||
|
value: "pkm",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -659,6 +675,7 @@ module.exports = {
|
||||||
cr56amax: "CR-56 AMAX",
|
cr56amax: "CR-56 AMAX",
|
||||||
m13: "M13",
|
m13: "M13",
|
||||||
swordfish: "Swordfish",
|
swordfish: "Swordfish",
|
||||||
|
// kilo: "Kilo 141",
|
||||||
|
|
||||||
j358: "J358",
|
j358: "J358",
|
||||||
gs50: ".50 GS",
|
gs50: ".50 GS",
|
||||||
|
@ -670,7 +687,7 @@ module.exports = {
|
||||||
kiloboltaction: "Kilo Bolt-Action",
|
kiloboltaction: "Kilo Bolt-Action",
|
||||||
sks: "SKS",
|
sks: "SKS",
|
||||||
spr208: "SP-R 208",
|
spr208: "SP-R 208",
|
||||||
mk2: "mk2",
|
mk2: "MK2",
|
||||||
|
|
||||||
s36: "S36",
|
s36: "S36",
|
||||||
ul736: "UL736",
|
ul736: "UL736",
|
||||||
|
@ -679,6 +696,7 @@ module.exports = {
|
||||||
chopper: "Chopper",
|
chopper: "Chopper",
|
||||||
holger26: "Holger 26",
|
holger26: "Holger 26",
|
||||||
hades: "Hades",
|
hades: "Hades",
|
||||||
|
pkm: "PKM",
|
||||||
|
|
||||||
arctic50: "Arctic .50",
|
arctic50: "Arctic .50",
|
||||||
m21ebr: "M21 EBR",
|
m21ebr: "M21 EBR",
|
||||||
|
@ -715,6 +733,7 @@ module.exports = {
|
||||||
pp19bizon: "PP19 Bizon",
|
pp19bizon: "PP19 Bizon",
|
||||||
mx9: "MX9",
|
mx9: "MX9",
|
||||||
cbr4: "CBR4",
|
cbr4: "CBR4",
|
||||||
|
ppsh: "PPSh-41",
|
||||||
};
|
};
|
||||||
const all = {
|
const all = {
|
||||||
assault_rifle: "Assault Rifle",
|
assault_rifle: "Assault Rifle",
|
||||||
|
@ -727,6 +746,7 @@ module.exports = {
|
||||||
path: "Path.exe",
|
path: "Path.exe",
|
||||||
dhitman: "dHitman",
|
dhitman: "dHitman",
|
||||||
jokesta: "Jokesta",
|
jokesta: "Jokesta",
|
||||||
|
sod: "Stats On Duty",
|
||||||
// littleb:"Little B",
|
// littleb:"Little B",
|
||||||
|
|
||||||
aggressive: "Aggressive",
|
aggressive: "Aggressive",
|
||||||
|
|
Loading…
Reference in a new issue