commit
eaea49de85
2 changed files with 65 additions and 8 deletions
|
@ -18,8 +18,8 @@ module.exports = {
|
||||||
const embed = new MessageEmbed()
|
const embed = new MessageEmbed()
|
||||||
.setTitle(`Apex Legends Mobile Sensitivity Calculator`)
|
.setTitle(`Apex Legends Mobile Sensitivity Calculator`)
|
||||||
.setDescription(
|
.setDescription(
|
||||||
`<:nyx_description:897379659665264650> For more info, follow this [Video guide](https://rebrand.ly/apexm-sens) by HawksNest.`
|
`<:nyx_description:897379659665264650> For more info, follow this [Video guide](https://rebrand.ly/apexm-sens) by HawksNest.`
|
||||||
)
|
)
|
||||||
.setColor(13703714) // hex: #d11a22
|
.setColor(13703714) // hex: #d11a22
|
||||||
.setFooter({
|
.setFooter({
|
||||||
text: `Data by Hawksnest`,
|
text: `Data by Hawksnest`,
|
||||||
|
@ -31,20 +31,20 @@ module.exports = {
|
||||||
{
|
{
|
||||||
name: "Basic Sensitivity",
|
name: "Basic Sensitivity",
|
||||||
value: `
|
value: `
|
||||||
For Base Sensitivity (ironsight or 1x Scope): ${args[0]}\n
|
For Base Sensitivity (ironsight or 1x Scope): \`${args[0]}\`\n
|
||||||
TPP without ADS ${args[0] * 2.09}
|
TPP without ADS \`${args[0] * 2.09}\`
|
||||||
FPP without ADS ${args[0] * 1.29}`,
|
FPP without ADS \`${args[0] * 1.29}\``,
|
||||||
inline: false,
|
inline: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Scope Sensitivity",
|
name: "Scope Sensitivity",
|
||||||
value: `
|
value: `
|
||||||
2x Scope ADS - \`${args[0] * 0.5}\`
|
2x Scope ADS - \`${args[0] * 0.5 }\`
|
||||||
3x Scope ADS - \`${args[0] * 0.33}\`
|
3x Scope ADS - \`${args[0] * 0.33}\`
|
||||||
4x Scope ADS - \`${args[0] * 0.25}\`
|
4x Scope ADS - \`${args[0] * 0.25}\`
|
||||||
6x Scope ADS - \`${args[0] * 0.16}\`
|
6x Scope ADS - \`${args[0] * 0.16}\`
|
||||||
8x Scope ADS - \`${args[0] * 0.12}\`
|
8x Scope ADS - \`${args[0] * 0.12}\`
|
||||||
10x Scope ADS - \`${args[0] * 0.1}\``,
|
10x Scope ADS - \`${args[0] * 0.10}\``,
|
||||||
inline: false,
|
inline: false,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
@ -179,7 +179,8 @@
|
||||||
"MIP Light Barrel (Short)",
|
"MIP Light Barrel (Short)",
|
||||||
"MIP Extended Light Barrel",
|
"MIP Extended Light Barrel",
|
||||||
"OWC Ranger",
|
"OWC Ranger",
|
||||||
"OWC Marksman"
|
"OWC Marksman",
|
||||||
|
"GRU Combo Grip"
|
||||||
],
|
],
|
||||||
"optic": [
|
"optic": [
|
||||||
"Red Dot Sight",
|
"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": [
|
"HS2126": [
|
||||||
{
|
{
|
||||||
"muzzle": [
|
"muzzle": [
|
||||||
|
|
Loading…
Reference in a new issue