UNPKG

21.6 kBJavaScriptView Raw
1const Discord = require("discord.js");
2const gunImages = require("./files/gunImages.json")
3
4exports.gunmenu = {
5 embed: new Discord.MessageEmbed()
6 .setColor('#0099ff')
7 .setTitle('Weapons')
8 .setDescription('**Subcategories:** \n • Primary \n • Backup \n • Meelee \n • Special \n • Sniper \n • Heavy \n\n Weapons are game items that exist in Pixel Gun 3D.')
9 .addField('Weapons can be optained through:', '• Armory \n • Trader\'s van \n • Coupons(via the gallery) \n • In-app purchases \n • Battle Pass \n • Lottery \n • Event Sets \n • Campaign \n • Clan chests (through parts <:part:761465586210570240>)')
10 .setTimestamp()
11 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
12}
13exports.exterminator = {
14 embed: new Discord.MessageEmbed()
15 .setColor('#0099ff')
16 .setTitle('Exterminator')
17 .addField('General Information:', '**Category:** Backup \n **Grade:** Legendary \n **Type/functions:** Laser, Single-shot, Wallbreak, Scoped \n **Scope:** 2x \n **Fire rate:** 71 \n **Capacity:** 6 \n **Mobility:** 55 \n **Gallery Number:** 91 \n **Introduced:** V.9.4.0 \n **Theme:** Futuristic/Luxury Themed')
18 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
19 .setThumbnail(gunImages.exterminator)
20 .setTimestamp()
21 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
22}
23exports.prototype = {
24 embed: new Discord.MessageEmbed()
25 .setColor('#0099ff')
26 .setTitle('Prototype')
27 .addField('General Information', '**Category:** Sniper \n **Grade:** Epic \n **Type/functions:** Laser, Single-shot, Wallbreak, Scoped \n **Scope:** 4x \n **Fire rate:** 63 \n **Capacity:** 8 \n **Mobility:** 50 \n **Gallery Number:** 35 \n **Introduced:** V.5.3.0 \n **Theme:** Futuristic Themed')
28 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
29 .setThumbnail(gunImages.prototype)
30 .setTimestamp()
31 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
32}
33exports.laserbouncer = {
34 embed: new Discord.MessageEmbed()
35 .setColor('#0099ff')
36 .setTitle('Laser Bouncer')
37 .addField('General Information', '**Category:** Special \n **Grade:** Legendary \n **Type/functions:** Laser, Single-shot, Ricochet, Piercing \n **Scope:** n/a \n **Fire rate:** 67 \n **Capacity:** 6 \n **Mobility:** 50 \n **Gallery Number:** 157 \n **Introduced:** V.10.3.0 \n **Theme:** Futuristic Themed')
38 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
39 .setThumbnail(gunImages.laserbouncer)
40 .setTimestamp()
41 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
42}
43exports.ultimatum = {
44 embed: new Discord.MessageEmbed()
45 .setColor('#0099ff')
46 .setTitle('Ultimatum')
47 .addField('General Information', '**Category:** Primary \n **Grade:** Mythical \n **Type/functions:** Single-shot, Wall Break, Shotgun \n **Scope:** n/a \n **Fire rate:** 42 \n **Capacity:** 1 \n **Mobility:** 50 \n **Gallery Number:** 416 \n **Introduced:** V.15.3.0 \n **Theme:** Futuristic/Cyber Themed')
48 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
49 .setThumbnail(gunImages.ultimatum)
50 .setTimestamp()
51 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
52}
53exports.antichampionrifle = {
54 embed: new Discord.MessageEmbed()
55 .setColor('#0099ff')
56 .setTitle('Anti champion rifle')
57 .addField('General Information', '**Category:** Sniper \n **Grade:** Mythical \n **Type/functions:** Single-shot, Wall Break, Piercing, Laser, Scoped \n **Scope:** 10x \n **Fire rate:** 60 \n **Capacity:** 6 \n **Mobility:** 65 \n **Gallery Number:** 276 \n **Introduced:** V.13.2.0 \n **Theme:** Champion Themed')
58 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
59 .setThumbnail(gunImages.antichampionrifle)
60 .setTimestamp()
61 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
62}
63exports.reflector = {
64 embed: new Discord.MessageEmbed()
65 .setColor('#0099ff')
66 .setTitle('Reflector')
67 .addField('General Information', '**Category:** Special \n **Grade:** Legendary \n **Type/functions:** Single-shot, Piercing, Laser, Ricochet \n **Scope:** n/a \n **Fire rate:** 67 \n **Capacity:** 8 \n **Mobility:** 50 \n **Gallery Number:** 293 \n **Introduced:** V.13.2.1 \n **Theme:** Futuristic Themed')
68 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
69 .setThumbnail(gunImages.reflector)
70 .setTimestamp()
71 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
72}
73exports.thunderer = {
74 embed: new Discord.MessageEmbed()
75 .setColor('#0099ff')
76 .setTitle('Thunderer')
77 .setDescription('Backup Weapon \n\n ')
78 .addField('General Information', '**Category:** Backup \n **Grade:** Legendary \n **Type/functions:** Laser, Single-shot, Wallbreak, Scoped \n **Scope:** 2x \n **Fire rate:** 71 \n **Capacity:** 6 \n **Mobility:** 50 \n **Gallery Number:** 231 \n **Introduced:** V.12.5.0 \n **Theme:** Futuristic Themed')
79 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
80 .setThumbnail(gunImages.thunderer)
81 .setTimestamp()
82 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
83}
84exports.harshpunisher = {
85 embed: new Discord.MessageEmbed()
86 .setColor('#0099ff')
87 .setTitle('Harsh Punisher')
88 .addField('General Information', '**Category:** Sniper \n **Grade:** Mythical \n **Type/functions:** Single-shot, Piercing, X-ray, Scoped \n **Scope:** 8x \n **Fire rate:** 71 \n **Capacity:** 7 \n **Mobility:** 50 \n **Gallery Number:** 759 \n **Introduced:** V.17.7.0 \n **Theme:** Futuristic/Special Forces Themed')
89 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
90 .setThumbnail(gunImages.harshpunisher)
91 .setTimestamp()
92 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
93}
94exports.killerchord = {
95 embed: new Discord.MessageEmbed()
96 .setColor('#0099ff')
97 .setTitle('Killer Chord')
98 .addField('General Information', '**Category:** Special \n **Grade:** Mythical \n **Type/functions:** Charm, Damage while reload, Electro thrower \n **Scope:** n/a \n **Fire rate:** 98 \n **Capacity:** 40 \n **Mobility:** 65 \n **Gallery Number:** 788 \n **Introduced:** V.18.0.0 \n **Theme:** Music Themed')
99 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
100 .setThumbnail(gunImages.killerchord)
101 .setTimestamp()
102 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
103}
104exports.primalcold = {
105 embed: new Discord.MessageEmbed()
106 .setColor('#0099ff')
107 .setTitle('Primal Cold')
108 .addField('General Information', '**Category:** Meelee \n **Grade:** Mythical \n **Type/functions:** Meelee, Area Damage, Super Punch, Slowing \n **Scope:** n/a \n **Fire rate:** 83 \n **Capacity:** n/a \n **Mobility:** 85 \n **Gallery Number:** 776 \n **Introduced:** V.17.8.0 \n **Theme:** Titanic Themed')
109 .addField('Other Information:', `**Fixed Delay:** True \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
110 .setThumbnail(gunImages.primalcold)
111 .setTimestamp()
112 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
113}
114exports.succubus = {
115 embed: new Discord.MessageEmbed()
116 .setColor('#0099ff')
117 .setTitle('Succubus')
118 .addField('General Information', '**Category:** Sniper \n **Grade:** Legendary \n **Type/functions:** Scoped, Single-Shot, Charm, Lifesteal \n **Scope:** 4x \n **Fire rate:** 74 \n **Capacity:** 12 \n **Mobility:** 50 \n **Gallery Number:** 525 \n **Introduced:** V.15.99.0 \n **Theme:** Valentine\'s Day/Demon Themed')
119 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
120 .setThumbnail(gunImages.succubus)
121 .setTimestamp()
122 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
123}
124exports.viking = {
125 embed: new Discord.MessageEmbed()
126 .setColor('#0099ff')
127 .setTitle('Viking')
128 .addField('General Information', '**Category:** Primary \n **Grade:** Mythical \n **Type/functions:** Bleeding, Armor Bonus, Piercing, Shotgun \n **Scope:** n/a \n **Fire rate:** 76 \n **Capacity:** n/a \n **Mobility:** 65 \n **Gallery Number:** 377 \n **Introduced:** V.15.2.0 \n **Theme:** Viking and Fire Themed')
129 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
130 .setThumbnail(gunImages.viking)
131 .setTimestamp()
132 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
133}
134exports.acidshotgun = {
135 embed: new Discord.MessageEmbed()
136 .setColor('#0099ff')
137 .setTitle('Acid Shotgun')
138 .addField('General Information', '**Category:** Primary \n **Grade:** Mythical \n **Type/functions:** Poison, Shotgun, Single Shot \n **Scope:** n/a \n **Fire rate:** 82 \n **Capacity:** 4 \n **Mobility:** 55 \n **Gallery Number:** 562 \n **Introduced:** V.16.1.0 \n **Theme:** Sci-Fi/Villian Themed')
139 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
140 .setThumbnail(gunImages.acidshotgun)
141 .setTimestamp()
142 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
143}
144exports.disguisedrifle = {
145 embed: new Discord.MessageEmbed()
146 .setColor('#0099ff')
147 .setTitle('Disguised Rifle')
148 .addField('General Information', '**Category:** Primary \n **Grade:** Mythical \n **Type/functions:** X-ray, Automatic, Ammo Restore \n **Scope:** n/a \n **Fire rate:** 98/99 \n **Capacity:** 30 \n **Mobility:** 65 \n **Gallery Number:** 804 \n **Introduced:** V.18.1.0 \n **Theme:** n/a')
149 .addField('Other Information:', `**Fixed Delay:** True \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
150 .setThumbnail(gunImages.disguisedrifle)
151 .setTimestamp()
152 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
153}
154exports.lasercycler = {
155 embed: new Discord.MessageEmbed()
156 .setColor('#0099ff')
157 .setTitle('Laser Cycler')
158 .addField('General Information', '**Category:** Backup \n **Grade:** Mythical \n **Type/functions:** Piercing, Ricochet, Slows Down Target, Single Shot, Scoped \n **Scope:** 2x \n **Fire rate:** 87 \n **Capacity:** 30 \n **Mobility:** 12 \n **Gallery Number:** 639 \n **Introduced:** V.16.7.0 \n **Theme:** Digital Themed')
159 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
160 .setThumbnail(gunImages.lasercycler)
161 .setTimestamp()
162 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
163}
164exports.prototypes = {
165 embed: new Discord.MessageEmbed()
166 .setColor('#0099ff')
167 .setTitle('Prototype S')
168 .addField('General Information', '**Category:** Sniper \n **Grade:** Legendary \n **Type/functions:** Laser, Single-shot, Wallbreak, Scoped, Piercing Shot \n **Scope:** 4x \n **Fire rate:** 63 \n **Capacity:** 6 \n **Mobility:** 50 \n **Gallery Number:** 252 \n **Introduced:** V.13.0.0 \n **Theme:** Futuristic Themed')
169 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** True \n **Output Delay:** True \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** True`)
170 .setThumbnail(gunImages.prototypes)
171 .setTimestamp()
172 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
173}
174exports.solarflare = {
175 embed: new Discord.MessageEmbed()
176 .setColor('#0099ff')
177 .setTitle('Solar Flare')
178 .addField('General Information', '**Category:** Heavy \n **Grade:** Mythical \n **Type/functions:** Charge Shot, Area of Effect, Plasma Rocket, Piercing Shot \n **Scope:** n/a \n **Fire rate:** 83 \n **Capacity:** 8 \n **Mobility:** 50 \n **Gallery Number:** 817 \n **Introduced:** V.18.1.0 \n **Theme:** Solar/Futuristic themed')
179 .addField('Other Information:', `**Fixed Delay:** True \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** True \n **Rocket Jump:** True \n **Self Damage:** True \n **Optic Sight:** False`)
180 .setThumbnail(gunImages.solarflare)
181 .setTimestamp()
182 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
183}
184exports.pixelgun = {
185 embed: new Discord.MessageEmbed()
186 .setColor('#0099ff')
187 .setTitle('Pixel Gun')
188 .addField('General Information', '**Category:** Backup \n **Grade:** Common \n **Type/functions:** Single Shot \n **Scope:** n/a \n **Fire rate:** 93 \n **Capacity:** 12 \n **Mobility:** 50 \n **Gallery Number:** 1 \n **Introduced:** V.1.0.0 \n **Theme:** Basic/Modern Themed')
189 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
190 .setThumbnail(gunImages.pixelgun)
191 .setTimestamp()
192 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
193}
194exports.machinegun = {
195 embed: new Discord.MessageEmbed()
196 .setColor('#0099ff')
197 .setTitle('Machine Gun')
198 .addField('General Information', '**Category:** Primary \n **Grade:** Common \n **Type/functions:** Automatic \n **Scope:** n/a \n **Fire rate:** 99 \n **Capacity:** 50 \n **Mobility:** 55 \n **Gallery Number:** 3 \n **Introduced:** V.2.0.0 \n **Theme:** Clasic/Default Themed')
199 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
200 .setThumbnail(gunImages.machinegun)
201 .setTimestamp()
202 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
203}
204exports.shotgun = {
205 embed: new Discord.MessageEmbed()
206 .setColor('#0099ff')
207 .setTitle('Shotgun')
208 .addField('General Information', '**Category:** Primary \n **Grade:** Common \n **Type/functions:** Shotgun, Single Shots \n **Scope:** n/a \n **Fire rate:** 86 \n **Capacity:** 7 \n **Mobility:** 50 \n **Gallery Number:** 2 \n **Introduced:** V.2.5.0 \n **Theme:** Clasic/Default Themed')
209 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
210 .setThumbnail(gunImages.shotgun)
211 .setTimestamp()
212 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
213}
214exports.lastkiss = {
215 embed: new Discord.MessageEmbed()
216 .setColor('#0099ff')
217 .setTitle('Last Kiss')
218 .addField('General Information', '**Category:** Primary \n **Grade:** Epic \n **Type/functions:** Shotgun, Single Shots \n **Scope:** n/a \n **Fire rate:** 90 \n **Capacity:** 10 \n **Mobility:** 50 \n **Gallery Number:** 88 \n **Introduced:** V.9.2.0 \n **Theme:** Valentine\'s Day Themed')
219 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
220 .setThumbnail(gunImages.lastkiss)
221 .setTimestamp()
222 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
223}
224exports.oxbadcode = {
225 embed: new Discord.MessageEmbed()
226 .setColor('#0099ff')
227 .setTitle('_0xbadc0de#')
228 .addField('General Information', '**Category:** Heavy \n **Grade:** Rare \n **Type/functions:** Area Damage, Single Shots \n **Scope:** n/a \n **Fire rate:** 91 \n **Capacity:** 12 \n **Mobility:** 75 \n **Gallery Number:** 100 \n **Introduced:** V.10.0.0 \n **Theme:** Computer Themed/Code Theme')
229 .addField('Other Information:', `**Fixed Delay:** True \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** True \n **Rocket Jump:** True \n **Self Damage:** False \n **Optic Sight:** False`)
230 .setThumbnail(gunImages.oxbadcode)
231 .setTimestamp()
232 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
233}
234exports.signalpistol = {
235 embed: new Discord.MessageEmbed()
236 .setColor('#0099ff')
237 .setTitle('Signal Pistol')
238 .addField('General Information', '**Category:** Heavy \n **Grade:** Common \n **Type/functions:** Area Damage, Single Shots, Rockets \n **Scope:** n/a \n **Fire rate:** 55 \n **Capacity:** 1/6 \n **Mobility:** 50 \n **Gallery Number:** 77 \n **Introduced:** V.9.0.0 \n **Theme:** Clasic/Default Themed')
239 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** True \n **Rocket Jump:** True \n **Self Damage:** True \n **Optic Sight:** False`)
240 .setThumbnail(gunImages.signalpistol)
241 .setTimestamp()
242 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
243}
244exports.combatknife = {
245 embed: new Discord.MessageEmbed()
246 .setColor('#0099ff')
247 .setTitle('Combat Knife')
248 .addField('General Information', '**Category:** Meelee \n **Grade:** Common \n **Type/functions:** Meelee \n **Scope:** n/a \n **Fire rate:** 89 \n **Capacity:** n/a \n **Mobility:** 65 \n **Gallery Number:** 8 \n **Introduced:** V.3.0.0 \n **Theme:** Clasic/Default Themed')
249 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
250 .setThumbnail(gunImages.combatknife)
251 .setTimestamp()
252 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
253}
254exports.flamethrower = {
255 embed: new Discord.MessageEmbed()
256 .setColor('#0099ff')
257 .setTitle('Flamethrower')
258 .addField('General Information', '**Category:** Special \n **Grade:** Common \n **Type/functions:** Flamethrower, Burning, Automatic \n **Scope:** n/a \n **Fire rate:** 99 \n **Capacity:** 40 \n **Mobility:** 65 \n **Gallery Number:** 134 \n **Introduced:** V.10.2.0 \n **Theme:** Clasic/Default Themed')
259 .addField('Other Information:', `**Fixed Delay:** False \n **Input Delay:** False \n **Output Delay:** False \n **Travel Time:** False \n **Rocket Jump:** False \n **Self Damage:** False \n **Optic Sight:** False`)
260 .setThumbnail(gunImages.flamethrower)
261 .setTimestamp()
262 .setFooter('Pixel Gun 3d Encyclopedia', 'https://cdn.discordapp.com/avatars/725848481239007353/67650468e3cde58188b66f64863b57af.png')
263}