gametools-global-mapping 0.1.25__py3-none-any.whl → 0.1.27__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gametools-global-mapping might be problematic. Click here for more details.

global_mapping/bf6.py CHANGED
@@ -48,68 +48,49 @@ STATS_PLATFORM_REVERSE = {
48
48
  "steam": 7,
49
49
  }
50
50
  REGIONS = {
51
- "aws-bah": "Asia",
52
- "aws-bom": "Asia",
53
- "aws-brz": "South America",
54
- "aws-cdg": "Europe",
55
- "aws-cmh": "South America",
56
- "aws-cpt": "Africa",
57
- "aws-dub": "Europe",
58
- "aws-fra": "Europe",
59
51
  "aws-hkg": "Asia",
60
- "aws-iad": "North America",
61
- "aws-icn": "South America",
62
- "aws-lhr": "Europe",
52
+ "aws-icn": "Asia",
63
53
  "aws-nrt": "Asia",
64
- "aws-pdx": "North America",
65
54
  "aws-sin": "Asia",
55
+ "aws-iad": "North America",
56
+ "aws-pdx": "North America",
66
57
  "aws-sjc": "North America",
58
+ "aws-brz": "South America",
59
+ "aws-fra": "Europe",
60
+ "aws-lhr": "Europe",
67
61
  "aws-syd": "Oceania",
68
62
  }
69
63
  REGIONSLIST = {
70
- "asia": ["aws-bah", "aws-bom", "aws-hkg", "aws-nrt", "aws-sin"],
64
+ "asia": ["aws-hkg", "aws-icn", "aws-nrt", "aws-sin"],
71
65
  "nam": ["aws-iad", "aws-pdx", "aws-sjc"],
72
- "sam": ["aws-brz", "aws-cmh", "aws-icn"],
73
- "eu": ["aws-cdg", "aws-dub", "aws-fra", "aws-lhr"],
74
- "afr": ["aws-cpt"],
66
+ "sam": ["aws-brz"],
67
+ "eu": ["aws-fra", "aws-lhr"],
75
68
  "oc": ["aws-syd"],
76
69
  "all": [
77
- "aws-bah",
78
- "aws-bom",
79
- "aws-hkg",
80
- "aws-nrt",
81
- "aws-sin",
82
70
  "aws-iad",
83
71
  "aws-pdx",
84
72
  "aws-sjc",
85
73
  "aws-brz",
86
- "aws-cmh",
87
- "aws-icn",
88
- "aws-cdg",
89
- "aws-dub",
90
74
  "aws-fra",
91
75
  "aws-lhr",
92
- "aws-cpt",
76
+ "aws-hkg",
77
+ "aws-icn",
78
+ "aws-nrt",
79
+ "aws-sin",
93
80
  "aws-syd",
94
81
  ],
95
82
  }
96
83
  SHORT_REGIONS = {
97
- "aws-bah": "asia",
98
- "aws-bom": "asia",
99
- "aws-brz": "sam",
100
- "aws-cdg": "eu",
101
- "aws-cmh": "sam",
102
- "aws-cpt": "afr",
103
- "aws-dub": "eu",
104
- "aws-fra": "eu",
105
84
  "aws-hkg": "asia",
106
- "aws-iad": "nam",
107
- "aws-icn": "sam",
108
- "aws-lhr": "eu",
85
+ "aws-icn": "asia",
109
86
  "aws-nrt": "asia",
110
- "aws-pdx": "nam",
111
87
  "aws-sin": "asia",
88
+ "aws-iad": "nam",
89
+ "aws-pdx": "nam",
112
90
  "aws-sjc": "nam",
91
+ "aws-brz": "sam",
92
+ "aws-fra": "eu",
93
+ "aws-lhr": "eu",
113
94
  "aws-syd": "oc",
114
95
  }
115
96
  MAPS = {
@@ -254,61 +235,73 @@ VEHICLES = {
254
235
  "type": "Air Combat",
255
236
  "vehicleName": "Panthera KHT",
256
237
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_Eurocopter_VSD0001-8003028d.webp",
238
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_Eurocopter_VSD0001-8003028d.webp",
257
239
  },
258
240
  "air_m77efalchio": {
259
241
  "type": "Air Combat",
260
242
  "vehicleName": "M77E Falchion",
261
243
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_AH64E_VSD0001-dd0a7df6.webp",
244
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_AH64E_VSD0001-dd0a7df6.webp",
262
245
  },
263
246
  "sur_leoa4": {
264
247
  "type": "Ground Combat",
265
248
  "vehicleName": "Leo A4",
266
249
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_Leopard_VSD0001-f8da51ee.webp",
250
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_Leopard_VSD0001-f8da51ee.webp",
267
251
  },
268
252
  "sur_strf09a4": {
269
253
  "type": "Ground Combat",
270
254
  "vehicleName": "Strf 09 A4",
271
255
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_CV90_VSD0001-acd942b6.webp",
256
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_CV90_VSD0001-acd942b6.webp",
272
257
  },
273
258
  "sur_m1a2sepv3": {
274
259
  "type": "Ground Combat",
275
260
  "vehicleName": "M1A2 SEPv3",
276
261
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_Abrams_VSD0001-5412a78d.webp",
262
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_Abrams_VSD0001-5412a78d.webp",
277
263
  },
278
264
  "sur_cheetah1a2": {
279
265
  "type": "Ground Combat",
280
266
  "vehicleName": "Cheetah 1A2",
281
267
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_Gepard_VSD0001-d796732f.webp",
268
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_Gepard_VSD0001-d796732f.webp",
282
269
  },
283
270
  "sur_glider96": {
284
271
  "type": "Ground Combat",
285
272
  "vehicleName": "Glider 96",
286
273
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_Flyer60_VSD0005-1569869f.webp",
274
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_Flyer60_VSD0005-1569869f.webp",
287
275
  },
288
276
  "sur_bradley": {
289
277
  "type": "Ground Combat",
290
278
  "vehicleName": "M3A3 Bradley",
291
279
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_OB_VEH_Tank_Bradley_VSD0001_Dressing-66f252ca.webp",
280
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_OB_VEH_Tank_Bradley_VSD0001_Dressing-66f252ca.webp",
292
281
  },
293
282
  "air_su57": {
294
283
  "type": "Air Combat",
295
284
  "vehicleName": "Su-57",
296
285
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_SU57_VSD0001-1b5aa5ee.webp",
286
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_SU57_VSD0001-1b5aa5ee.webp",
297
287
  },
298
288
  "air_f61v": {
299
289
  "type": "Air Combat",
300
290
  "vehicleName": "F-61V",
301
291
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_F16_VSD0001-5f951ec9.webp",
292
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_F16_VSD0001-5f951ec9.webp",
302
293
  },
303
294
  "air_f39e": {
304
295
  "type": "Air Combat",
305
296
  "vehicleName": "F-39E",
306
297
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_JAS39_VSD0001-9313d717.webp",
298
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_JAS39_VSD0001-9313d717.webp",
307
299
  },
308
300
  "air_m77efalchion": {
309
301
  "type": "Air Combat",
310
302
  "vehicleName": "M77E Falchion",
311
303
  "image": "https://cdn.gametools.network/vehicles/bf6/T_UI_MDV_AH64E_VSD0001-dd0a7df6.webp",
304
+ "altImage": "https://cdn.gametools.network/vehicles/bf6/white/T_UI_MDV_AH64E_VSD0001-dd0a7df6.webp",
312
305
  },
313
306
  }
314
307
  VEHICLE_GROUPS = {
@@ -320,181 +313,217 @@ WEAPONS = {
320
313
  "type": "Machine Guns",
321
314
  "weaponName": "L110",
322
315
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_Minimi_PKG_Factory_MED-0e29fce7.webp",
316
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_Minimi_PKG_Factory_MED-0e29fce7.webp",
323
317
  },
324
318
  "smg_pw5a3": {
325
319
  "type": "SMG-PDWs",
326
320
  "weaponName": "PW5A3",
327
321
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_MP5MLI_PKG_Factory_MED-2d1944b7.webp",
322
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_MP5MLI_PKG_Factory_MED-2d1944b7.webp",
328
323
  },
329
324
  "ar_m433": {
330
325
  "type": "Assault Rifles",
331
326
  "weaponName": "M433",
332
327
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_HK433_PKG_Factory_MED-b06f02f7.webp",
328
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_HK433_PKG_Factory_MED-b06f02f7.webp",
333
329
  },
334
330
  "mg_rpkm": {
335
331
  "type": "Machine Guns",
336
332
  "weaponName": "RPKM",
337
333
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_RPKM_PKG_Factory_MED-755b785f.webp",
334
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_RPKM_PKG_Factory_MED-755b785f.webp",
338
335
  },
339
336
  "sg_m87a1": {
340
337
  "type": "Shotguns",
341
338
  "weaponName": "M87A1",
342
339
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_590A1_PKG_Factory_MED-4b387330.webp",
340
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_590A1_PKG_Factory_MED-4b387330.webp",
343
341
  },
344
342
  "pst_p18": {
345
343
  "type": "Pistols",
346
344
  "weaponName": "P18",
347
345
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M18_PKG_Factory_MED-88261bf8.webp",
346
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M18_PKG_Factory_MED-88261bf8.webp",
348
347
  },
349
348
  "crb_x277": {
350
349
  "type": "Carbines",
351
350
  "weaponName": "M277",
352
351
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_XM7_PKG_Factory_MED-26271094.webp",
352
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_XM7_PKG_Factory_MED-26271094.webp",
353
353
  },
354
354
  "ar_b36a4": {
355
355
  "type": "Assault Rifles",
356
356
  "weaponName": "B36A4",
357
357
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_G36_PKG_Factory_MED-fb5466ec.webp",
358
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_G36_PKG_Factory_MED-fb5466ec.webp",
358
359
  },
359
360
  "ar_l85a3": {
360
361
  "type": "Assault Rifles",
361
362
  "weaponName": "L85A3",
362
363
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_L85A3_PKG_Factory_MED-9bd0deaa.webp",
364
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_L85A3_PKG_Factory_MED-9bd0deaa.webp",
363
365
  },
364
366
  "snp_m2010": {
365
367
  "type": "Rifles",
366
368
  "weaponName": "M2010 ESR",
367
369
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M2010ESR_PKG_Factory_MED-f94fdae6.webp",
370
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M2010ESR_PKG_Factory_MED-f94fdae6.webp",
368
371
  },
369
372
  "sg_m1014": {
370
373
  "type": "Shotguns",
371
374
  "weaponName": "M1014",
372
375
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M1014_PKG_Factory_MED-e011854a.webp",
376
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M1014_PKG_Factory_MED-e011854a.webp",
373
377
  },
374
378
  "crb_ak205": {
375
379
  "type": "Carbines",
376
380
  "weaponName": "AK-205",
377
381
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_AK205_PKG_Factory_MED-6d376081.webp",
382
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_AK205_PKG_Factory_MED-6d376081.webp",
378
383
  },
379
384
  "dmr_svk86": {
380
385
  "type": "DMRs",
381
386
  "weaponName": "SVK-8.6",
382
387
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_SVCh_PKG_Factory_MED-bb06d385.webp",
388
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_SVCh_PKG_Factory_MED-bb06d385.webp",
383
389
  },
384
390
  "smg_sgx": {
385
391
  "type": "SMG-PDWs",
386
392
  "weaponName": "SGX",
387
393
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_MPX_PKG_Factory_MED-e822f017.webp",
394
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_MPX_PKG_Factory_MED-e822f017.webp",
388
395
  },
389
396
  "dmr_lmr27": {
390
397
  "type": "DMRs",
391
398
  "weaponName": "LMR27",
392
399
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_ARADMR_PKG_Factory_MED-dfe224de.webp",
400
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_ARADMR_PKG_Factory_MED-dfe224de.webp",
393
401
  },
394
402
  "crb_qbz192": {
395
403
  "type": "Carbines",
396
404
  "weaponName": "QBZ-192",
397
405
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_QBZ192_PKG_Factory_MED-dc0a546b.webp",
406
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_QBZ192_PKG_Factory_MED-dc0a546b.webp",
398
407
  },
399
408
  "crb_m417a2": {
400
409
  "type": "Carbines",
401
410
  "weaponName": "M417 A2",
402
411
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_HK417A2_PKG_Factory_MED-494ffe6e.webp",
412
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_HK417A2_PKG_Factory_MED-494ffe6e.webp",
403
413
  },
404
414
  "mg_drsiar": {
405
415
  "type": "Machine Guns",
406
416
  "weaponName": "DRS-IAR",
407
417
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M27IAR_PKG_Factory_MED-ae6675cd.webp",
418
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M27IAR_PKG_Factory_MED-ae6675cd.webp",
408
419
  },
409
420
  "ar_kord6p67": {
410
421
  "type": "Assault Rifles",
411
422
  "weaponName": "KORD 6P67",
412
423
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_6P67_PKG_Factory_MED-827b9414.webp",
424
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_6P67_PKG_Factory_MED-827b9414.webp",
413
425
  },
414
426
  "smg_usg90": {
415
427
  "type": "SMG-PDWs",
416
428
  "weaponName": "USG-90",
417
429
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_P90_PKG_Factory_MED-2ab1db64.webp",
430
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_P90_PKG_Factory_MED-2ab1db64.webp",
418
431
  },
419
432
  "crb_m4a1": {
420
433
  "type": "Carbines",
421
434
  "weaponName": "M4A1",
422
435
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M4A1_PKG_Factory_MED-34529a82.webp",
436
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M4A1_PKG_Factory_MED-34529a82.webp",
423
437
  },
424
438
  "mg_kts100mk8": {
425
439
  "type": "Machine Guns",
426
440
  "weaponName": "KTS100 MK8",
427
441
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_Ultimax_PKG_Factory_MED-a8ebb482.webp",
442
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_Ultimax_PKG_Factory_MED-a8ebb482.webp",
428
443
  },
429
444
  "pst_m45a1": {
430
445
  "type": "Pistols",
431
446
  "weaponName": "M45A1",
432
447
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M45A1_PKG_Factory_MED-8c41691b.webp",
448
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M45A1_PKG_Factory_MED-8c41691b.webp",
433
449
  },
434
450
  "smg_kv9": {
435
451
  "type": "SMG-PDWs",
436
452
  "weaponName": "KV9",
437
453
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_Vector_PKG_Factory_MED-b5631ed7.webp",
454
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_Vector_PKG_Factory_MED-b5631ed7.webp",
438
455
  },
439
456
  "ar_sor556mk2": {
440
457
  "type": "Assault Rifles",
441
458
  "weaponName": "SOR-556 Mk2",
442
459
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_SCARL_PKG_Factory_MED-b44467bb.webp",
460
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_SCARL_PKG_Factory_MED-b44467bb.webp",
443
461
  },
444
462
  "smg_pw7a2": {
445
463
  "type": "SMG-PDWs",
446
464
  "weaponName": "PW7A2",
447
465
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_MP7A2_PKG_Factory_MED-406bc965.webp",
466
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_MP7A2_PKG_Factory_MED-406bc965.webp",
448
467
  },
449
468
  "mg_m123k": {
450
469
  "type": "Machine Guns",
451
470
  "weaponName": "M123K",
452
471
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_MG4K_PKG_Factory_MED-cc064690.webp",
472
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_MG4K_PKG_Factory_MED-cc064690.webp",
453
473
  },
454
474
  "pst_m44": {
455
475
  "type": "Pistols",
456
476
  "weaponName": "M44",
457
477
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_RagingHunter_PKG_Factory_MED-f9773307.webp",
478
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_RagingHunter_PKG_Factory_MED-f9773307.webp",
458
479
  },
459
480
  "mg_xm250": {
460
481
  "type": "Machine Guns",
461
482
  "weaponName": "M250",
462
483
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M250_PKG_Factory_MED-6e230a71.webp",
484
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M250_PKG_Factory_MED-6e230a71.webp",
463
485
  },
464
486
  "smg_umg40": {
465
487
  "type": "SMG-PDWs",
466
488
  "weaponName": "UMG-40",
467
489
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_UMP40_PKG_Factory_MED-22afa646.webp",
490
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_UMP40_PKG_Factory_MED-22afa646.webp",
468
491
  },
469
492
  "ar_tr7": {
470
493
  "type": "Assault Rifles",
471
494
  "weaponName": "TR-7",
472
495
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_Tavor7_PKG_Factory_MED-e682f267.webp",
496
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_Tavor7_PKG_Factory_MED-e682f267.webp",
473
497
  },
474
498
  "smg_sl9": {
475
499
  "type": "SMG-PDWs",
476
500
  "weaponName": "SL9",
477
501
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_APDW_PKG_Factory_MED-c4d1b829.webp",
502
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_APDW_PKG_Factory_MED-c4d1b829.webp",
478
503
  },
479
504
  "mg_m240l": {
480
505
  "type": "Machine Guns",
481
506
  "weaponName": "M240L",
482
507
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M240L_PKG_Factory_MED-1fa18e0c.webp",
508
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M240L_PKG_Factory_MED-1fa18e0c.webp",
483
509
  },
484
510
  "smg_scw10": {
485
511
  "type": "SMG-PDWs",
486
512
  "weaponName": "SCW-10",
487
513
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_APC10_PKG_Factory_MED-716a97fb.webp",
514
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_APC10_PKG_Factory_MED-716a97fb.webp",
488
515
  },
489
516
  "ar_nvo228e": {
490
517
  "type": "Assault Rifles",
491
518
  "weaponName": "NVO-228E",
492
519
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_ACE32_PKG_Factory_MED-39a97220.webp",
520
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_ACE32_PKG_Factory_MED-39a97220.webp",
493
521
  },
494
522
  "mg_m60": {
495
523
  "type": "Machine Guns",
496
524
  "weaponName": "M/60",
497
525
  "image": "https://cdn.gametools.network/weapons/bf6/T_UI_M60E6_PKG_Factory_MED-e600bb28.webp",
526
+ "altImage": "https://cdn.gametools.network/weapons/bf6/white/T_UI_M60E6_PKG_Factory_MED-e600bb28.webp",
498
527
  },
499
528
  }
500
529
  WEAPON_GROUPS = {
@@ -506,3 +535,10 @@ WEAPON_GROUPS = {
506
535
  "smg": {"groupName": "SMG-PDWs"},
507
536
  "dmr": {"groupName": "DMRs"},
508
537
  }
538
+ GADGETS = {
539
+ "callin_airstrike": {
540
+ "type": "Strike Packages",
541
+ "gadgetName": "Air Strike",
542
+ "image": "https://cdn.gametools.network/gadgets/bf6/T_UI_CALLINS_Airstrike_Thumb-638b4ee1.png",
543
+ }
544
+ }