[Dont PULL] Added Most of the attachments of Kilo & updated alias to avoid conflict
This commit is contained in:
parent
45c6aa7e2d
commit
cc01522b33
4 changed files with 65 additions and 5 deletions
|
@ -787,7 +787,7 @@ module.exports = {
|
|||
`${data.weaponName}(${data.weaponType})'s ${all[tag]} build from ${data.author}`
|
||||
)
|
||||
.setDescription(
|
||||
`<:nyx_description:897379659665264650> **Description** \`\`\`\n ${data.notes}\n\`\`\``
|
||||
`<:nyx_description:897379659665264650> **Description** \`\`\` \n${data.notes} \n\`\`\``
|
||||
)
|
||||
.setColor(16580400)
|
||||
.setImage(data.imageUrl)
|
||||
|
|
|
@ -296,7 +296,7 @@ function statsHandler(inpmsg) {
|
|||
footer: {
|
||||
text: "[OUTDATED] All data courtesy of Project Lighthouse 2.0 and CoDM Research Crew",
|
||||
icon_url:
|
||||
"https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638",
|
||||
"https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png",
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
"CR-56 AMAX",
|
||||
"Shorty",
|
||||
"Crossbow",
|
||||
"R9-0"
|
||||
"R9-0",
|
||||
"PPSh-41"
|
||||
],
|
||||
"weaponAlliasName": [
|
||||
["MoW"],
|
||||
|
@ -48,14 +49,15 @@
|
|||
["Slow Outlaw", "Slower Outlaw"],
|
||||
["bae"],
|
||||
["Reneti", "Renneti", "Rennetti", "Burst Pistol"],
|
||||
["pp bizon", "pp"],
|
||||
["pp bizon", "pp19"],
|
||||
["AUG"],
|
||||
["AKBP", "Vepr"],
|
||||
["AN94"],
|
||||
["CR56", "AMAX"],
|
||||
["725"],
|
||||
["cb", "bow"],
|
||||
["r9", "R9-O"]
|
||||
["r9", "R9-O"],
|
||||
["ppsh", "pp41"]
|
||||
],
|
||||
"attachmentActualName": [
|
||||
["akimbo", "Stopping Power"],
|
||||
|
|
|
@ -1051,6 +1051,64 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"Kilo_141": [
|
||||
{
|
||||
"muzzle": [
|
||||
"Tactical Suppressor",
|
||||
"OWC Light Suppressor",
|
||||
"OWC Light Compensator",
|
||||
"Monolithic Suppressor",
|
||||
"MIP Light FLash Guard",
|
||||
"RTC Light Muzzle Brake"
|
||||
],
|
||||
"barrel": [
|
||||
"RTC Silencer Barrel",
|
||||
"MIP Light Extended Barrel",
|
||||
"OWC Marksman"
|
||||
],
|
||||
"optic": [
|
||||
"Red Dot Sight",
|
||||
"Holographic Sight",
|
||||
"3x Tactical Scope",
|
||||
"4x Tactical Scope",
|
||||
"4.4x Tactical Scope"
|
||||
],
|
||||
"stock": [
|
||||
"No Stock",
|
||||
"YKM Combat Stock",
|
||||
"OWC Skeleton Stock",
|
||||
"RTC Steady Stock"
|
||||
],
|
||||
"perk": [
|
||||
"FMJ",
|
||||
"Sleight of Hand",
|
||||
"Wounding",
|
||||
"Full Ammo",
|
||||
"Disable",
|
||||
"Tough",
|
||||
"Long Shot",
|
||||
"Melee Master"
|
||||
],
|
||||
"laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"],
|
||||
"underbarrel": [
|
||||
"Strike Foregrip",
|
||||
"Merc Foregrip",
|
||||
"Operator Foregrip",
|
||||
"Ranger Foregrip",
|
||||
"Tactical Foregrip A"
|
||||
],
|
||||
"ammo": [
|
||||
"Extended Mag A",
|
||||
"Large Extended Mag B",
|
||||
"100 round LMG Drum Mag"
|
||||
],
|
||||
"rear_grip": [
|
||||
"Granulated Grip Tape",
|
||||
"Ruberized Grip Tape",
|
||||
"Stippled Grip Tape"
|
||||
]
|
||||
}
|
||||
],
|
||||
"XPR_50": [
|
||||
{
|
||||
"muzzle": [
|
||||
|
|
Loading…
Reference in a new issue