commit
eaea49de85
2 changed files with 65 additions and 8 deletions
|
@ -31,20 +31,20 @@ module.exports = {
|
|||
{
|
||||
name: "Basic Sensitivity",
|
||||
value: `
|
||||
For Base Sensitivity (ironsight or 1x Scope): ${args[0]}\n
|
||||
TPP without ADS ${args[0] * 2.09}
|
||||
FPP without ADS ${args[0] * 1.29}`,
|
||||
For Base Sensitivity (ironsight or 1x Scope): \`${args[0]}\`\n
|
||||
TPP without ADS \`${args[0] * 2.09}\`
|
||||
FPP without ADS \`${args[0] * 1.29}\``,
|
||||
inline: false,
|
||||
},
|
||||
{
|
||||
name: "Scope Sensitivity",
|
||||
value: `
|
||||
2x Scope ADS - \`${args[0] * 0.5}\`
|
||||
2x Scope ADS - \`${args[0] * 0.5 }\`
|
||||
3x Scope ADS - \`${args[0] * 0.33}\`
|
||||
4x Scope ADS - \`${args[0] * 0.25}\`
|
||||
6x Scope ADS - \`${args[0] * 0.16}\`
|
||||
8x Scope ADS - \`${args[0] * 0.12}\`
|
||||
10x Scope ADS - \`${args[0] * 0.1}\``,
|
||||
10x Scope ADS - \`${args[0] * 0.10}\``,
|
||||
inline: false,
|
||||
}
|
||||
)
|
||||
|
|
|
@ -179,7 +179,8 @@
|
|||
"MIP Light Barrel (Short)",
|
||||
"MIP Extended Light Barrel",
|
||||
"OWC Ranger",
|
||||
"OWC Marksman"
|
||||
"OWC Marksman",
|
||||
"GRU Combo Grip"
|
||||
],
|
||||
"optic": [
|
||||
"Red Dot Sight",
|
||||
|
@ -2694,6 +2695,62 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"MAC_10": [
|
||||
{
|
||||
"muzzle": [
|
||||
"RTC Muzzle Brake",
|
||||
"MIP Flashguard",
|
||||
"OWC Light Suppressor",
|
||||
"Infantry Compensator",
|
||||
"OWC Eliminator",
|
||||
"Agency Suppressor"
|
||||
],
|
||||
"barrel": [
|
||||
"6.5\" Rifling Barrel",
|
||||
"6.1\" Reinforced Heavy",
|
||||
"Taskforce Barrel",
|
||||
"5.5\" Extended Barrel",
|
||||
"6.2\" Cavalry Barrel"
|
||||
],
|
||||
"optic": [
|
||||
"Red Dot Sight",
|
||||
"Holographic Sight",
|
||||
"3x Tactical Scope",
|
||||
"4x Tactical Scope"
|
||||
],
|
||||
"stock": [
|
||||
"Steel Stock",
|
||||
"Swift Stock",
|
||||
"No Stock",
|
||||
"SAS Combat Stock"
|
||||
],
|
||||
"perk": [
|
||||
"Sleight of Hand",
|
||||
"Wild Hip Fire",
|
||||
"Double Kill",
|
||||
"Fast Reload Kill",
|
||||
"Wounding",
|
||||
"Full Ammo",
|
||||
"Disable"
|
||||
],
|
||||
"laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"],
|
||||
"underbarrel": [
|
||||
"BD Foregrip",
|
||||
"Red Cell Foregrip",
|
||||
"Striker Foregrip",
|
||||
"Patrol Foregrip",
|
||||
"Field Agent Foregrip",
|
||||
"SFDD Fast Foregrip"
|
||||
],
|
||||
"ammo": [
|
||||
"Fast Reload",
|
||||
"43 Round Fast Reload",
|
||||
"43 Fast Reload",
|
||||
"STANAG 53 Round Extended Reload"
|
||||
],
|
||||
"rear_grip": ["Rustle Grip Tape", "Sturdy Grip Tape", "Firm Grip Tape"]
|
||||
}
|
||||
],
|
||||
"HS2126": [
|
||||
{
|
||||
"muzzle": [
|
||||
|
|
Loading…
Reference in a new issue