Dead Frontier Weapon Data

Provides weapon data for Dead Frontier Tooltip DPS Injector

As of 2025-05-07. See the latest version.

// ==UserScript==
// @name         Dead Frontier Weapon Data
// @namespace    http://tampermonkey.net/
// @version      1.1
// @description  Provides weapon data for Dead Frontier Tooltip DPS Injector
// @author       ils94
// @match        https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=24
// @match        https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=25
// @match        https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=28*
// @match        https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=35
// @match        https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=50
// @match        https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=59
// @match        https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=82*
// @match        https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=84
// @license      MIT
// @grant        none
// @run-at       document-start
// ==/UserScript==

(function() {
    'use strict';

    window.weaponData = {
    "weapons": [
        {
            "name": "Fists",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "0.48",
                    "theoretical": "0.5",
                    "critical": "1.26",
                    "theoretical_critical": "1.3"
                },
                "DPH": {
                    "real": "0.5",
                    "critical": "2.5"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Fire Poker",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "2.42",
                    "theoretical": "2.5",
                    "critical": "10.16",
                    "theoretical_critical": "10.5"
                },
                "DPH": {
                    "real": "2.5",
                    "critical": "12.5"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Baseball Bat",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "3.87",
                    "theoretical": "4",
                    "critical": "16.26",
                    "theoretical_critical": "16.8"
                },
                "DPH": {
                    "real": "4",
                    "critical": "20"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Pen Knife",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "4.29",
                    "theoretical": "4.5",
                    "critical": "18.01",
                    "theoretical_critical": "18.9"
                },
                "DPH": {
                    "real": "3",
                    "critical": "15"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Hunting Knife",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "5.72",
                    "theoretical": "6",
                    "critical": "24.01",
                    "theoretical_critical": "25.2"
                },
                "DPH": {
                    "real": "4",
                    "critical": "20"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Cricket Bat",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "5.81",
                    "theoretical": "6",
                    "critical": "24.39",
                    "theoretical_critical": "25.2"
                },
                "DPH": {
                    "real": "6",
                    "critical": "30"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Golf Club",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "4.84",
                    "theoretical": "5",
                    "critical": "20.33",
                    "theoretical_critical": "21"
                },
                "DPH": {
                    "real": "5",
                    "critical": "25"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "2.1",
                    "cleave_width": "1.7"
                }
            }
        },
        {
            "name": "Chef Knife",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "5",
                    "theoretical": "5.25",
                    "critical": "21.01",
                    "theoretical_critical": "22.05"
                },
                "DPH": {
                    "real": "3.5",
                    "critical": "17.5"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Fire Axe",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "7.74",
                    "theoretical": "8",
                    "critical": "32.52",
                    "theoretical_critical": "33.6"
                },
                "DPH": {
                    "real": "8",
                    "critical": "40"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Wood Maul",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "4.84",
                    "theoretical": "5",
                    "critical": "20.33",
                    "theoretical_critical": "21"
                },
                "DPH": {
                    "real": "5",
                    "critical": "25"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Wood Spear",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "4.84",
                    "theoretical": "5",
                    "critical": "20.33",
                    "theoretical_critical": "21"
                },
                "DPH": {
                    "real": "5",
                    "critical": "25"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.95",
                    "cleave_width": "1.7"
                }
            }
        },
        {
            "name": "Combat Knife",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "8.57",
                    "theoretical": "9",
                    "critical": "36.01",
                    "theoretical_critical": "37.8"
                },
                "DPH": {
                    "real": "6",
                    "critical": "30"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Iron Pipe",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "9.68",
                    "theoretical": "10",
                    "critical": "40.66",
                    "theoretical_critical": "42"
                },
                "DPH": {
                    "real": "10",
                    "critical": "50"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Bowie Knife",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "11.43",
                    "theoretical": "12",
                    "critical": "48.01",
                    "theoretical_critical": "50.4"
                },
                "DPH": {
                    "real": "8",
                    "critical": "40"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Nail Bat",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "7.74",
                    "theoretical": "8",
                    "critical": "32.52",
                    "theoretical_critical": "33.6"
                },
                "DPH": {
                    "real": "8",
                    "critical": "40"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Super Slugger",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "9.68",
                    "theoretical": "10",
                    "critical": "40.66",
                    "theoretical_critical": "42"
                },
                "DPH": {
                    "real": "10",
                    "critical": "50"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Razor",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "12.86",
                    "theoretical": "13.5",
                    "critical": "54.02",
                    "theoretical_critical": "56.7"
                },
                "DPH": {
                    "real": "9",
                    "critical": "45"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Crowbar",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "13.55",
                    "theoretical": "14",
                    "critical": "56.92",
                    "theoretical_critical": "58.8"
                },
                "DPH": {
                    "real": "14",
                    "critical": "70"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Scalpel",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "14.29",
                    "theoretical": "15",
                    "critical": "60.02",
                    "theoretical_critical": "63"
                },
                "DPH": {
                    "real": "10",
                    "critical": "50"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Shovel",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "15.49",
                    "theoretical": "16",
                    "critical": "65.05",
                    "theoretical_critical": "67.2"
                },
                "DPH": {
                    "real": "16",
                    "critical": "80"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.95",
                    "cleave_width": "1.7"
                }
            }
        },
        {
            "name": "Kris",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "14.29",
                    "theoretical": "15",
                    "critical": "60.02",
                    "theoretical_critical": "63"
                },
                "DPH": {
                    "real": "10",
                    "critical": "50"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.25",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Wood Axe",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "17.42",
                    "theoretical": "18",
                    "critical": "73.18",
                    "theoretical_critical": "75.6"
                },
                "DPH": {
                    "real": "18",
                    "critical": "90"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Skull Splitter",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "19.36",
                    "theoretical": "20",
                    "critical": "81.31",
                    "theoretical_critical": "84"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "0"
                }
            }
        },
        {
            "name": "Trench Knife",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "18.58",
                    "theoretical": "19.5",
                    "critical": "78.02",
                    "theoretical_critical": "81.9"
                },
                "DPH": {
                    "real": "13",
                    "critical": "65"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.25",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Machete",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "21.3",
                    "theoretical": "22",
                    "critical": "89.44",
                    "theoretical_critical": "92.4"
                },
                "DPH": {
                    "real": "22",
                    "critical": "110"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "K9",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "21.44",
                    "theoretical": "22.5",
                    "critical": "90.03",
                    "theoretical_critical": "94.5"
                },
                "DPH": {
                    "real": "15",
                    "critical": "75"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.25",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Sabre",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "25.17",
                    "theoretical": "26",
                    "critical": "105.71",
                    "theoretical_critical": "109.2"
                },
                "DPH": {
                    "real": "26",
                    "critical": "130"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Kukri",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "27.15",
                    "theoretical": "28.5",
                    "critical": "114.03",
                    "theoretical_critical": "119.7"
                },
                "DPH": {
                    "real": "19",
                    "critical": "95"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.25",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Sledge Hammer",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "27.1",
                    "theoretical": "28",
                    "critical": "113.84",
                    "theoretical_critical": "117.6"
                },
                "DPH": {
                    "real": "28",
                    "critical": "140"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Tenderizer",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "29.04",
                    "theoretical": "30",
                    "critical": "121.97",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "30",
                    "critical": "150"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Golden Sledge Hammer",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "29.04",
                    "theoretical": "30",
                    "critical": "121.97",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "30",
                    "critical": "150"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Grizzly Knife",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "28.58",
                    "theoretical": "30",
                    "critical": "120.04",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.25",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "BM14 Survival",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "35.73",
                    "theoretical": "37.5",
                    "critical": "150.05",
                    "theoretical_critical": "157.5"
                },
                "DPH": {
                    "real": "25",
                    "critical": "125"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "BM14 Savage",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "46.88",
                    "theoretical": "50",
                    "critical": "196.88",
                    "theoretical_critical": "210"
                },
                "DPH": {
                    "real": "25",
                    "critical": "125"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Battle Axe",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "31.94",
                    "theoretical": "33",
                    "critical": "134.16",
                    "theoretical_critical": "138.6"
                },
                "DPH": {
                    "real": "33",
                    "critical": "165"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Katana",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "33.88",
                    "theoretical": "35",
                    "critical": "142.3",
                    "theoretical_critical": "147"
                },
                "DPH": {
                    "real": "35",
                    "critical": "175"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "0"
                }
            }
        },
        {
            "name": "Wakizashi",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "42.87",
                    "theoretical": "45",
                    "critical": "180.05",
                    "theoretical_critical": "189"
                },
                "DPH": {
                    "real": "30",
                    "critical": "150"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Nodachi",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "38.72",
                    "theoretical": "40",
                    "critical": "162.62",
                    "theoretical_critical": "168"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.95",
                    "cleave_width": "1.7"
                }
            }
        },
        {
            "name": "Noble Nodachi",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "48.4",
                    "theoretical": "50",
                    "critical": "203.28",
                    "theoretical_critical": "210"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "2.2",
                    "cleave_width": "1.9"
                }
            }
        },
        {
            "name": "Spiker",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "48.4",
                    "theoretical": "50",
                    "critical": "203.28",
                    "theoretical_critical": "210"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.75",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Gorespike Waraxe",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "62.92",
                    "theoretical": "65",
                    "critical": "264.26",
                    "theoretical_critical": "273"
                },
                "DPH": {
                    "real": "65",
                    "critical": "325"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "2.2",
                    "cleave_width": "2"
                }
            }
        },
        {
            "name": "Piercer",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "48.59",
                    "theoretical": "51",
                    "critical": "204.06",
                    "theoretical_critical": "214.2"
                },
                "DPH": {
                    "real": "34",
                    "critical": "170"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Dual Blade",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "58.08",
                    "theoretical": "60",
                    "critical": "243.94",
                    "theoretical_critical": "252"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.75",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Bone Cleaver",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "60.02",
                    "theoretical": "63",
                    "critical": "252.08",
                    "theoretical_critical": "264.6"
                },
                "DPH": {
                    "real": "42",
                    "critical": "210"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "X-Hammer",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "77.44",
                    "theoretical": "80",
                    "critical": "325.25",
                    "theoretical_critical": "336"
                },
                "DPH": {
                    "real": "80",
                    "critical": "400"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.8",
                    "cleave_width": "1.8"
                }
            }
        },
        {
            "name": "X-Kukri",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "85.74",
                    "theoretical": "90",
                    "critical": "360.11",
                    "theoretical_critical": "378"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.75",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Inquisitor",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "100.03",
                    "theoretical": "105",
                    "critical": "420.13",
                    "theoretical_critical": "441"
                },
                "DPH": {
                    "real": "70",
                    "critical": "350"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.75",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Decapitator",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "103.13",
                    "theoretical": "110",
                    "critical": "433.13",
                    "theoretical_critical": "462"
                },
                "DPH": {
                    "real": "55",
                    "critical": "275"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                },
                "Melee Range": {
                    "range": "1.75",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Bloodseeker",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "131.25",
                    "theoretical": "140",
                    "critical": "551.25",
                    "theoretical_critical": "588"
                },
                "DPH": {
                    "real": "70",
                    "critical": "350"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1.6"
                }
            }
        },
        {
            "name": "Doomstar",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "154.88",
                    "theoretical": "160",
                    "critical": "650.5",
                    "theoretical_critical": "672"
                },
                "DPH": {
                    "real": "160",
                    "critical": "800"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "2.2",
                    "cleave_width": "1.6"
                }
            }
        },
        {
            "name": "Titanium Blades",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "81.81",
                    "theoretical": "90",
                    "critical": "343.6",
                    "theoretical_critical": "378"
                },
                "DPH": {
                    "real": "30",
                    "critical": "150"
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Amputator",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "38.72",
                    "theoretical": "40",
                    "critical": "162.62",
                    "theoretical_critical": "168"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Doom Cane",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "38.72",
                    "theoretical": "40",
                    "critical": "162.62",
                    "theoretical_critical": "168"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Corpse Crusher",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "38.72",
                    "theoretical": "40",
                    "critical": "162.62",
                    "theoretical_critical": "168"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Gut Splitter",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "57.16",
                    "theoretical": "60",
                    "critical": "240.07",
                    "theoretical_critical": "252"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.75",
                    "cleave_width": "2"
                }
            }
        },
        {
            "name": "Sharktail",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "58.08",
                    "theoretical": "60",
                    "critical": "243.94",
                    "theoretical_critical": "252"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.75",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Crow Slayer",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "72.6",
                    "theoretical": "75",
                    "critical": "304.92",
                    "theoretical_critical": "315"
                },
                "DPH": {
                    "real": "75",
                    "critical": "375"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Dusk Kris",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "78.6",
                    "theoretical": "82.5",
                    "critical": "330.1",
                    "theoretical_critical": "346.5"
                },
                "DPH": {
                    "real": "55",
                    "critical": "275"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.8",
                    "cleave_width": "1.5"
                }
            }
        },
        {
            "name": "Dusk Razor",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "77.44",
                    "theoretical": "80",
                    "critical": "325.25",
                    "theoretical_critical": "336"
                },
                "DPH": {
                    "real": "80",
                    "critical": "400"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1.9"
                }
            }
        },
        {
            "name": "X-Dusk Kris",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "100.03",
                    "theoretical": "105",
                    "critical": "420.13",
                    "theoretical_critical": "441"
                },
                "DPH": {
                    "real": "70",
                    "critical": "350"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.8",
                    "cleave_width": "1.5"
                }
            }
        },
        {
            "name": "X-Dusk Razor",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "96.8",
                    "theoretical": "100",
                    "critical": "406.56",
                    "theoretical_critical": "420"
                },
                "DPH": {
                    "real": "100",
                    "critical": "500"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1.9"
                }
            }
        },
        {
            "name": "Dawn Kris",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "140.63",
                    "theoretical": "150",
                    "critical": "590.63",
                    "theoretical_critical": "630"
                },
                "DPH": {
                    "real": "75",
                    "critical": "375"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                },
                "Melee Range": {
                    "range": "1.8",
                    "cleave_width": "1.5"
                }
            }
        },
        {
            "name": "Dawn Blade",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "142.9",
                    "theoretical": "150",
                    "critical": "600.18",
                    "theoretical_critical": "630"
                },
                "DPH": {
                    "real": "100",
                    "critical": "500"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1.9"
                }
            }
        },
        {
            "name": "Survivor's Combat Knife",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "23.94",
                    "theoretical": "25.13",
                    "critical": "100.53",
                    "theoretical_critical": "105.53"
                },
                "DPH": {
                    "real": "16.75",
                    "critical": "83.75"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Santa's Slayer",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "68.18",
                    "theoretical": "75",
                    "critical": "286.34",
                    "theoretical_critical": "315"
                },
                "DPH": {
                    "real": "25",
                    "critical": "125"
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1.6"
                }
            }
        },
        {
            "name": "Bloody Machete",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "71.45",
                    "theoretical": "75",
                    "critical": "300.09",
                    "theoretical_critical": "315"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Harvester of Sorrow",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "71.45",
                    "theoretical": "75",
                    "critical": "300.09",
                    "theoretical_critical": "315"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "2.2",
                    "cleave_width": "1.6"
                }
            }
        },
        {
            "name": "North Poleaxe",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "71.45",
                    "theoretical": "75",
                    "critical": "300.09",
                    "theoretical_critical": "315"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                },
                "Melee Range": {
                    "range": "2.2",
                    "cleave_width": "1.6"
                }
            }
        },
        {
            "name": "Eggsterminator",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "95.16",
                    "theoretical": "97.5",
                    "critical": "399.67",
                    "theoretical_critical": "409.5"
                },
                "DPH": {
                    "real": "130",
                    "critical": "650"
                },
                "HPS": {
                    "real": "0.732",
                    "theoretical": "0.75"
                },
                "Melee Range": {
                    "range": "2.2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Tide Breaker",
            "category": "Melee Weapons",
            "stats": {
                "DPS": {
                    "real": "87.12",
                    "theoretical": "90",
                    "critical": "365.9",
                    "theoretical_critical": "378"
                },
                "DPH": {
                    "real": "90",
                    "critical": "450"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                },
                "Melee Range": {
                    "range": "2.2",
                    "cleave_width": "1.6"
                }
            }
        },
        {
            "name": "Beta Tomcat (Starter)",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "5.63",
                    "theoretical": "6",
                    "critical": "23.63",
                    "theoretical_critical": "25.2"
                },
                "DPH": {
                    "real": "3",
                    "critical": "15"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Beta Tomcat",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "5.63",
                    "theoretical": "6",
                    "critical": "23.63",
                    "theoretical_critical": "25.2"
                },
                "DPH": {
                    "real": "3",
                    "critical": "15"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Williams PPK",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "7.5",
                    "theoretical": "8",
                    "critical": "31.5",
                    "theoretical_critical": "33.6"
                },
                "DPH": {
                    "real": "4",
                    "critical": "20"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Gerring HP",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "9.38",
                    "theoretical": "10",
                    "critical": "39.38",
                    "theoretical_critical": "42"
                },
                "DPH": {
                    "real": "5",
                    "critical": "25"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Fifty-Seven",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "10.31",
                    "theoretical": "11",
                    "critical": "43.31",
                    "theoretical_critical": "46.2"
                },
                "DPH": {
                    "real": "5.5",
                    "critical": "27.5"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Lock 19",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "11.25",
                    "theoretical": "12",
                    "critical": "47.25",
                    "theoretical_critical": "50.4"
                },
                "DPH": {
                    "real": "6",
                    "critical": "30"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Kolt Python",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "11.43",
                    "theoretical": "12",
                    "critical": "48.01",
                    "theoretical_critical": "50.4"
                },
                "DPH": {
                    "real": "8",
                    "critical": "40"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Beta 8000",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "14.06",
                    "theoretical": "15",
                    "critical": "59.06",
                    "theoretical_critical": "63"
                },
                "DPH": {
                    "real": "7.5",
                    "critical": "37.5"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "CK 75",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "15",
                    "theoretical": "16",
                    "critical": "63",
                    "theoretical_critical": "67.2"
                },
                "DPH": {
                    "real": "8",
                    "critical": "40"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "CK 75 Auto",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "16.67",
                    "theoretical": "21.43",
                    "critical": "70.01",
                    "theoretical_critical": "90"
                },
                "DPH": {
                    "real": "2.5",
                    "critical": "12.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Luger",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "15.94",
                    "theoretical": "17",
                    "critical": "66.94",
                    "theoretical_critical": "71.4"
                },
                "DPH": {
                    "real": "8.5",
                    "critical": "42.5"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Lock 17",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "16.88",
                    "theoretical": "18",
                    "critical": "70.88",
                    "theoretical_critical": "75.6"
                },
                "DPH": {
                    "real": "9",
                    "critical": "45"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Webster 1942",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "15.72",
                    "theoretical": "16.5",
                    "critical": "66.02",
                    "theoretical_critical": "69.3"
                },
                "DPH": {
                    "real": "11",
                    "critical": "55"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Lock 25",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "18.75",
                    "theoretical": "20",
                    "critical": "78.75",
                    "theoretical_critical": "84"
                },
                "DPH": {
                    "real": "10",
                    "critical": "50"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Makeshift Revolver",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "18.58",
                    "theoretical": "19.5",
                    "critical": "77.45",
                    "theoretical_critical": "81.3"
                },
                "DPH": {
                    "real": "13",
                    "critical": "65"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Lock 25X MOS",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "20.63",
                    "theoretical": "22",
                    "critical": "86.63",
                    "theoretical_critical": "92.4"
                },
                "DPH": {
                    "real": "11",
                    "critical": "55"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "CK 99",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "20.63",
                    "theoretical": "22",
                    "critical": "86.63",
                    "theoretical_critical": "92.4"
                },
                "DPH": {
                    "real": "11",
                    "critical": "55"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Kolt Anaconda",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "20.01",
                    "theoretical": "21",
                    "critical": "84.03",
                    "theoretical_critical": "88.2"
                },
                "DPH": {
                    "real": "14",
                    "critical": "70"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "SIC Apollo",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "22.5",
                    "theoretical": "24",
                    "critical": "94.5",
                    "theoretical_critical": "100.8"
                },
                "DPH": {
                    "real": "12",
                    "critical": "60"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "USP",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "26.25",
                    "theoretical": "28",
                    "critical": "110.25",
                    "theoretical_critical": "117.6"
                },
                "DPH": {
                    "real": "14",
                    "critical": "70"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "SW 500",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "24.29",
                    "theoretical": "25.5",
                    "critical": "102.03",
                    "theoretical_critical": "107.1"
                },
                "DPH": {
                    "real": "17",
                    "critical": "85"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "CK 97B",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "28.13",
                    "theoretical": "30",
                    "critical": "118.13",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "15",
                    "critical": "75"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Steel Ranger R-03",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "28.58",
                    "theoretical": "30",
                    "critical": "120.04",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Desert Fox",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "30",
                    "theoretical": "32",
                    "critical": "126",
                    "theoretical_critical": "134.4"
                },
                "DPH": {
                    "real": "16",
                    "critical": "80"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Alpha Bull",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "31.44",
                    "theoretical": "33",
                    "critical": "132.04",
                    "theoretical_critical": "138.6"
                },
                "DPH": {
                    "real": "22",
                    "critical": "110"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Thunder 12",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "49.3",
                    "theoretical": "50",
                    "critical": "207.06",
                    "theoretical_critical": "210"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "0.986",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "475 Magnum",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "37.5",
                    "theoretical": "40",
                    "critical": "157.5",
                    "theoretical_critical": "168"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "ASH 12",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "35.73",
                    "theoretical": "37.5",
                    "critical": "150.05",
                    "theoretical_critical": "157.5"
                },
                "DPH": {
                    "real": "25",
                    "critical": "125"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Mirage S8",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "46.88",
                    "theoretical": "50",
                    "critical": "196.88",
                    "theoretical_critical": "210"
                },
                "DPH": {
                    "real": "25",
                    "critical": "125"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Greyhawk 55",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "42.87",
                    "theoretical": "45",
                    "critical": "180.05",
                    "theoretical_critical": "189"
                },
                "DPH": {
                    "real": "30",
                    "critical": "150"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Daystar 55",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "56.25",
                    "theoretical": "60",
                    "critical": "236.25",
                    "theoretical_critical": "252"
                },
                "DPH": {
                    "real": "30",
                    "critical": "150"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "DoubleShot AAX",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "71.45",
                    "theoretical": "75",
                    "critical": "300.09",
                    "theoretical_critical": "315"
                },
                "DPH": {
                    "real": "1.429",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "X-Python",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "85.74",
                    "theoretical": "90",
                    "critical": "360.11",
                    "theoretical_critical": "378"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "QR22 Obsidian",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "93.75",
                    "theoretical": "100",
                    "critical": "393.75",
                    "theoretical_critical": "420"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Rhea 55",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "100.03",
                    "theoretical": "105",
                    "critical": "420.13",
                    "theoretical_critical": "441"
                },
                "DPH": {
                    "real": "70",
                    "critical": "350"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Hornet YJ-9",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "112.5",
                    "theoretical": "120",
                    "critical": "472.5",
                    "theoretical_critical": "504"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Wyvern RX8",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "656.25",
                    "theoretical": "700",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "1.875",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Corpse Shooter",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "35.73",
                    "theoretical": "37.5",
                    "critical": "150.05",
                    "theoretical_critical": "157.5"
                },
                "DPH": {
                    "real": "25",
                    "critical": "125"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Vlock XD11",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "56.25",
                    "theoretical": "60",
                    "critical": "236.25",
                    "theoretical_critical": "252"
                },
                "DPH": {
                    "real": "30",
                    "critical": "150"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Desert Rat",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "75",
                    "theoretical": "80",
                    "critical": "315",
                    "theoretical_critical": "336"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Chain Revolver",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "100",
                    "theoretical": "120",
                    "critical": "420",
                    "theoretical_critical": "504"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "5",
                    "theoretical": "6"
                }
            }
        },
        {
            "name": "Serpent's Fangs",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "158.81",
                    "theoretical": "180",
                    "critical": "666.98",
                    "theoretical_critical": "756"
                },
                "DPH": {
                    "real": "45",
                    "critical": "225"
                },
                "HPS": {
                    "real": "3.529",
                    "theoretical": "4"
                }
            }
        },
        {
            "name": "X-Beta Dawncat",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "5.63",
                    "theoretical": "6",
                    "critical": "23.63",
                    "theoretical_critical": "25.2"
                },
                "DPH": {
                    "real": "3",
                    "critical": "15"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Dusk Enforcer",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "75",
                    "theoretical": "80",
                    "critical": "315",
                    "theoretical_critical": "336"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "X-Dusk Enforcer",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "93.75",
                    "theoretical": "100",
                    "critical": "393.75",
                    "theoretical_critical": "420"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Dawn Enforcer",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "112.5",
                    "theoretical": "120",
                    "critical": "472.5",
                    "theoretical_critical": "504"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Survivor's Lock19c",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "24.38",
                    "theoretical": "26",
                    "critical": "102.38",
                    "theoretical_critical": "109.2"
                },
                "DPH": {
                    "real": "13",
                    "critical": "65"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Survivor's Kolt 45",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "28.58",
                    "theoretical": "30",
                    "critical": "120.04",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Prowler-P225",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "64.31",
                    "theoretical": "67.5",
                    "critical": "270.08",
                    "theoretical_critical": "283.5"
                },
                "DPH": {
                    "real": "45",
                    "critical": "225"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Stocking Stuffer",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "314.38",
                    "theoretical": "330",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "220",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Handtalon 38",
            "category": "Pistols",
            "stats": {
                "DPS": {
                    "real": "114.32",
                    "theoretical": "120",
                    "critical": "480.14",
                    "theoretical_critical": "504"
                },
                "HPS": {
                    "real": "4.287",
                    "theoretical": "4.5"
                }
            }
        },
        {
            "name": "Beta RX4",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "11.62",
                    "theoretical": "12",
                    "critical": "48.79",
                    "theoretical_critical": "50.4"
                },
                "DPH": {
                    "real": "12",
                    "critical": "60"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Mini-41",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "12.58",
                    "theoretical": "13",
                    "critical": "52.85",
                    "theoretical_critical": "54.6"
                },
                "DPH": {
                    "real": "13",
                    "critical": "65"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "SL8",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "13.55",
                    "theoretical": "14",
                    "critical": "56.92",
                    "theoretical_critical": "58.8"
                },
                "DPH": {
                    "real": "14",
                    "critical": "70"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Henryfield",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "14.79",
                    "theoretical": "15",
                    "critical": "62.12",
                    "theoretical_critical": "63"
                },
                "DPH": {
                    "real": "15",
                    "critical": "75"
                },
                "HPS": {
                    "real": "0.986",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "M24",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "15.49",
                    "theoretical": "16",
                    "critical": "65.05",
                    "theoretical_critical": "67.2"
                },
                "DPH": {
                    "real": "16",
                    "critical": "80"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Huntsman XP12",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "17.42",
                    "theoretical": "18",
                    "critical": "73.18",
                    "theoretical_critical": "75.6"
                },
                "DPH": {
                    "real": "18",
                    "critical": "90"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "M1 Garand",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "17.42",
                    "theoretical": "18",
                    "critical": "73.18",
                    "theoretical_critical": "75.6"
                },
                "DPH": {
                    "real": "18",
                    "critical": "90"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Chesterfield",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "18.39",
                    "theoretical": "19",
                    "critical": "77.25",
                    "theoretical_critical": "79.8"
                },
                "DPH": {
                    "real": "19",
                    "critical": "95"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Glacial Warfare",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "19.36",
                    "theoretical": "20",
                    "critical": "81.31",
                    "theoretical_critical": "84"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Makeshift Rifle",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "20.33",
                    "theoretical": "21",
                    "critical": "85.38",
                    "theoretical_critical": "88.2"
                },
                "DPH": {
                    "real": "21",
                    "critical": "105"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "M21",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "20.33",
                    "theoretical": "21",
                    "critical": "85.38",
                    "theoretical_critical": "88.2"
                },
                "DPH": {
                    "real": "21",
                    "critical": "105"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "MSG-9",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "21.3",
                    "theoretical": "22",
                    "critical": "89.44",
                    "theoretical_critical": "92.4"
                },
                "DPH": {
                    "real": "22",
                    "critical": "110"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Marksman MX90",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "23.23",
                    "theoretical": "24",
                    "critical": "97.57",
                    "theoretical_critical": "100.8"
                },
                "DPH": {
                    "real": "24",
                    "critical": "120"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Alpha Judge",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "34.3",
                    "theoretical": "36",
                    "critical": "144.04",
                    "theoretical_critical": "151.2"
                },
                "DPH": {
                    "real": "24",
                    "critical": "120"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "SIC 550",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "24.29",
                    "theoretical": "25.5",
                    "critical": "102.03",
                    "theoretical_critical": "107.1"
                },
                "DPH": {
                    "real": "17",
                    "critical": "85"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Hawk OP96",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "25.17",
                    "theoretical": "26",
                    "critical": "105.71",
                    "theoretical_critical": "109.2"
                },
                "DPH": {
                    "real": "26",
                    "critical": "130"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Dragon SVD",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "27.15",
                    "theoretical": "28.5",
                    "critical": "114.03",
                    "theoretical_critical": "119.7"
                },
                "DPH": {
                    "real": "19",
                    "critical": "95"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Ashen SRS-A1",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "30.01",
                    "theoretical": "31.5",
                    "critical": "126.04",
                    "theoretical_critical": "132.3"
                },
                "DPH": {
                    "real": "21",
                    "critical": "105"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "M82A2",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "29.04",
                    "theoretical": "30",
                    "critical": "121.97",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "30",
                    "critical": "150"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "VSS Vintorez",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "31.44",
                    "theoretical": "33",
                    "critical": "132.04",
                    "theoretical_critical": "138.6"
                },
                "DPH": {
                    "real": "22",
                    "critical": "110"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "577 Rex",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "38.72",
                    "theoretical": "40",
                    "critical": "162.62",
                    "theoretical_critical": "168"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Ironsight 33-F",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "48.4",
                    "theoretical": "50",
                    "critical": "203.28",
                    "theoretical_critical": "210"
                },
                "DPH": {
                    "real": "50",
                    "critical": "250"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Pierceshot 33-P",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "67.76",
                    "theoretical": "70",
                    "critical": "284.59",
                    "theoretical_critical": "294"
                },
                "DPH": {
                    "real": "0.968",
                    "critical": null
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Worg Carbine",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "65.63",
                    "theoretical": "70",
                    "critical": "275.63",
                    "theoretical_critical": "294"
                },
                "DPH": {
                    "real": "35",
                    "critical": "175"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "X-Garand",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "87.12",
                    "theoretical": "90",
                    "critical": "365.9",
                    "theoretical_critical": "378"
                },
                "DPH": {
                    "real": "90",
                    "critical": "450"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Rusthound 37-E",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "96.8",
                    "theoretical": "100",
                    "critical": "406.56",
                    "theoretical_critical": "420"
                },
                "DPH": {
                    "real": "100",
                    "critical": "500"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Nighthawk YJ-4",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "114.32",
                    "theoretical": "120",
                    "critical": "480.14",
                    "theoretical_critical": "504"
                },
                "DPH": {
                    "real": "80",
                    "critical": "400"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Vindicator M50",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "154.88",
                    "theoretical": "160",
                    "critical": "650.5",
                    "theoretical_critical": "672"
                },
                "DPH": {
                    "real": "0.968",
                    "critical": null
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Rebellion",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "85.74",
                    "theoretical": "90",
                    "critical": "360.11",
                    "theoretical_critical": "378"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Corpse Piercer",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "43.56",
                    "theoretical": "45",
                    "critical": "182.95",
                    "theoretical_critical": "189"
                },
                "DPH": {
                    "real": "45",
                    "critical": "225"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Marksman G8",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "64.31",
                    "theoretical": "67.5",
                    "critical": "270.08",
                    "theoretical_critical": "283.5"
                },
                "DPH": {
                    "real": "45",
                    "critical": "225"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Longshot PP10",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "77.44",
                    "theoretical": "80",
                    "critical": "325.25",
                    "theoretical_critical": "336"
                },
                "DPH": {
                    "real": "80",
                    "critical": "400"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Torchbolt",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "112.5",
                    "theoretical": "120",
                    "critical": "472.5",
                    "theoretical_critical": "504"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Barnell RF31 Crossbow",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "110.35",
                    "theoretical": "114",
                    "critical": "463.48",
                    "theoretical_critical": "478.8"
                },
                "DPH": {
                    "real": "114",
                    "critical": "570"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Hailstorm C12",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "97.77",
                    "theoretical": "101",
                    "critical": "410.63",
                    "theoretical_critical": "424.2"
                },
                "HPS": {
                    "real": "2.904",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "Impaler Crossbow",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "112.5",
                    "theoretical": "120",
                    "critical": "472.5",
                    "theoretical_critical": "504"
                },
                "HPS": {
                    "real": "7.5",
                    "theoretical": "8"
                }
            }
        },
        {
            "name": "Flesh Seeker",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "178.13",
                    "theoretical": "190",
                    "critical": "748.13",
                    "theoretical_critical": "798"
                },
                "DPH": {
                    "real": "1.875",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "XR-2 Magstorm",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "750",
                    "theoretical": "769",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "1000",
                    "critical": null
                },
                "HPS": {
                    "real": "0.75",
                    "theoretical": "0.769"
                }
            }
        },
        {
            "name": "Dusk Carbine",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "85.74",
                    "theoretical": "90",
                    "critical": "360.11",
                    "theoretical_critical": "378"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "X-Dusk Carbine",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "100.03",
                    "theoretical": "105",
                    "critical": "420.13",
                    "theoretical_critical": "441"
                },
                "DPH": {
                    "real": "70",
                    "critical": "350"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Dawn Carbine",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "114.32",
                    "theoretical": "120",
                    "critical": "480.14",
                    "theoretical_critical": "504"
                },
                "DPH": {
                    "real": "80",
                    "critical": "400"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Wolfsbane Lever Action",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "78.75",
                    "theoretical": "84",
                    "critical": "330.75",
                    "theoretical_critical": "352.8"
                },
                "DPH": {
                    "real": "42",
                    "critical": "210"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Frostshot FX-50",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "73.57",
                    "theoretical": "76",
                    "critical": "308.99",
                    "theoretical_critical": "319.2"
                },
                "DPH": {
                    "real": "76",
                    "critical": "380"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "577 Widow",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "64.31",
                    "theoretical": "67.5",
                    "critical": "270.08",
                    "theoretical_critical": "283.5"
                },
                "DPH": {
                    "real": "45",
                    "critical": "225"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "XR-1 Pulse Rifle",
            "category": "Rifles",
            "stats": {
                "DPS": {
                    "real": "93.75",
                    "theoretical": "100",
                    "critical": "393.75",
                    "theoretical_critical": "420"
                },
                "HPS": {
                    "real": "3.75",
                    "theoretical": "4"
                }
            }
        },
        {
            "name": "ECO HC-150",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "13.33",
                    "theoretical": "17.14",
                    "critical": "56.01",
                    "theoretical_critical": "72"
                },
                "DPH": {
                    "real": "2",
                    "critical": "10"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Riptide Marine Pro",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "20",
                    "theoretical": "25.71",
                    "critical": "84.01",
                    "theoretical_critical": "108"
                },
                "DPH": {
                    "real": "3",
                    "critical": "15"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Dilmar PS",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "20",
                    "theoretical": "25.71",
                    "critical": "84.01",
                    "theoretical_critical": "108"
                },
                "DPH": {
                    "real": "3",
                    "critical": "15"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Makeshift Chainsaw",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "23.34",
                    "theoretical": "30",
                    "critical": "98.01",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "3.5",
                    "critical": "17.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Ronan Pro",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "26.67",
                    "theoretical": "34.29",
                    "critical": "112.01",
                    "theoretical_critical": "144"
                },
                "DPH": {
                    "real": "4",
                    "critical": "20"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Lumberjack GG-6",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "33.34",
                    "theoretical": "42.86",
                    "critical": "140.01",
                    "theoretical_critical": "180"
                },
                "DPH": {
                    "real": "5",
                    "critical": "25"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "STEEL MS800",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "33.34",
                    "theoretical": "42.86",
                    "critical": "140.01",
                    "theoretical_critical": "180"
                },
                "DPH": {
                    "real": "5",
                    "critical": "25"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Tyrant T-220",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "36.67",
                    "theoretical": "47.14",
                    "critical": "154.02",
                    "theoretical_critical": "198"
                },
                "DPH": {
                    "real": "5.5",
                    "critical": "27.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Grinder",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "46.66",
                    "theoretical": "59.99",
                    "critical": "196",
                    "theoretical_critical": "251.98"
                },
                "DPH": {
                    "real": "7",
                    "critical": "35"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Steel 090",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "53.33",
                    "theoretical": "68.56",
                    "critical": "224.01",
                    "theoretical_critical": "287.98"
                },
                "DPH": {
                    "real": "8",
                    "critical": "40"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Ripsaw G12",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "66.67",
                    "theoretical": "85.71",
                    "critical": "280.01",
                    "theoretical_critical": "359.98"
                },
                "DPH": {
                    "real": "10",
                    "critical": "50"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.85",
                    "cleave_width": "1.15"
                }
            }
        },
        {
            "name": "Mutilator G12",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "86.68",
                    "theoretical": "111.43",
                    "critical": "364.04",
                    "theoretical_critical": "468"
                },
                "DPH": {
                    "real": "13",
                    "critical": "65"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.85",
                    "cleave_width": "1.15"
                }
            }
        },
        {
            "name": "Goretooth 44G",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "90",
                    "theoretical": "115.70",
                    "critical": "378.02",
                    "theoretical_critical": "485.98"
                },
                "DPH": {
                    "real": "13.5",
                    "critical": "67.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Sharktooth Ripper",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "100",
                    "theoretical": "128.56",
                    "critical": "420.02",
                    "theoretical_critical": "539.97"
                },
                "DPH": {
                    "real": "15",
                    "critical": "75"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Flesh Reaver",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "133.34",
                    "theoretical": "171.42",
                    "critical": "560.02",
                    "theoretical_critical": "719.96"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "3.2",
                    "cleave_width": "1.4"
                }
            }
        },
        {
            "name": "Corpse Grinder",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "60",
                    "theoretical": "77.13",
                    "critical": "252.01",
                    "theoretical_critical": "323.98"
                },
                "DPH": {
                    "real": "9",
                    "critical": "45"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Buzzblade RN8",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "80",
                    "theoretical": "102.85",
                    "critical": "336.01",
                    "theoretical_critical": "431.97"
                },
                "DPH": {
                    "real": "12",
                    "critical": "60"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Grinder X3",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "93.33",
                    "theoretical": "119.99",
                    "critical": "392.02",
                    "theoretical_critical": "503.97"
                },
                "DPH": {
                    "real": "14",
                    "critical": "70"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.75",
                    "cleave_width": "1.25"
                }
            }
        },
        {
            "name": "Haresplitter",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "102.85",
                    "theoretical": "144",
                    "critical": "431.98",
                    "theoretical_critical": "604.8"
                },
                "DPH": {
                    "real": "12",
                    "critical": "60"
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Dusk Saw",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "90",
                    "theoretical": "115.70",
                    "critical": "378.01",
                    "theoretical_critical": "485.97"
                },
                "DPH": {
                    "real": "13.5",
                    "critical": "67.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "X-Dusk Saw",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "100.01",
                    "theoretical": "128.57",
                    "critical": "420.04",
                    "theoretical_critical": "540"
                },
                "DPH": {
                    "real": "15",
                    "critical": "75"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Dawn Saw",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "120",
                    "theoretical": "154.27",
                    "critical": "504.02",
                    "theoretical_critical": "647.96"
                },
                "DPH": {
                    "real": "18",
                    "critical": "90"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Survivor's Chainsaw",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "40.01",
                    "theoretical": "51.43",
                    "critical": "168.02",
                    "theoretical_critical": "216"
                },
                "DPH": {
                    "real": "6",
                    "critical": "30"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Pumpkin Carver",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "90.01",
                    "theoretical": "115.71",
                    "critical": "378.04",
                    "theoretical_critical": "486"
                },
                "DPH": {
                    "real": "13.5",
                    "critical": "67.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "1.5",
                    "cleave_width": "1"
                }
            }
        },
        {
            "name": "Butcher Saw",
            "category": "Chainsaws",
            "stats": {
                "DPS": {
                    "real": "93.34",
                    "theoretical": "120",
                    "critical": "392.04",
                    "theoretical_critical": "504"
                },
                "DPH": {
                    "real": "14",
                    "critical": "70"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                },
                "Melee Range": {
                    "range": "2.5",
                    "cleave_width": "1.4"
                }
            }
        },
        {
            "name": "Mancini M1",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "28.58",
                    "theoretical": "30",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "14",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Highlander",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "51.44",
                    "theoretical": "54",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "25.2",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Washington 870",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "40.01",
                    "theoretical": "42",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "19.6",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Washington 1100",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "57.16",
                    "theoretical": "60",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "28",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Double Tap D16",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "80.02",
                    "theoretical": "84",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "39.2",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Chester 1300",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "68.59",
                    "theoretical": "72",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "33.6",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "WALL 500",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "80.02",
                    "theoretical": "84",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "39.2",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "SlamFire S4 Compact",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "142.5",
                    "theoretical": "152",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "53.2",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Sega-20",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "90",
                    "theoretical": "96",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "33.6",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "SPSA 12",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "114.32",
                    "theoretical": "120",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "56",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Makeshift Shotgun",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "114.32",
                    "theoretical": "120",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "56",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Mannberg 500",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "125.75",
                    "theoretical": "132",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "61.6",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Triple Defender",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "157.5",
                    "theoretical": "168",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "58.8",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Sweeper",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "135",
                    "theoretical": "144",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "50.4",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Terminator TX-12",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "151.88",
                    "theoretical": "162",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "56.7",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "VP-12",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "151.88",
                    "theoretical": "162",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "56.7",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "USAN-12",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "185.44",
                    "theoretical": "204",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "47.6",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "AA-12",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "229.07",
                    "theoretical": "252",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "58.8",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "Painshot 10",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "291.52",
                    "theoretical": "306",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "142.8",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Scourgeshot 10",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "411.55",
                    "theoretical": "432",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "216",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Ace Barrel GZ3",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "360.11",
                    "theoretical": "378",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "176.4",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Jackhammer 10G",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "414.5",
                    "theoretical": "456",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "106.4",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "X-Mannberg",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "468.75",
                    "theoretical": "500",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "175",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2.0"
                }
            }
        },
        {
            "name": "GAW BL-1N",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "540",
                    "theoretical": "576",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "230.4",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Breacher 730",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "562.5",
                    "theoretical": "600",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "1.875",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Cyclone X-150",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "589.03",
                    "theoretical": "648",
                    "critical": null,
                    "theoretical_critical": null
                },
                "HPS": {
                    "real": "5.454",
                    "theoretical": "6"
                }
            }
        },
        {
            "name": "Corpse Blaster",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "214.35",
                    "theoretical": "225",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "105",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Biforce C7",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "390",
                    "theoretical": "416",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "156",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Bucktooth Blaster",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "514.44",
                    "theoretical": "540",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "288",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Chimney Sweeper",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "450",
                    "theoretical": "480",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "168",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Buckblast 99A",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "458.14",
                    "theoretical": "504",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "117.6",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "Commander 10",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "502.88",
                    "theoretical": "570",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "99.75",
                    "critical": null
                },
                "HPS": {
                    "real": "3.529",
                    "theoretical": "4"
                }
            }
        },
        {
            "name": "Clawshot 16",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "562.5",
                    "theoretical": "600",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "240",
                    "critical": null
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Dusk Striker",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "349.06",
                    "theoretical": "384",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "108.8",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "X-Dusk Striker",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "458.14",
                    "theoretical": "504",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "142.8",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "Dawn Striker",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "545.4",
                    "theoretical": "600",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "170",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "Survivor's Mannberg 500",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "167.19",
                    "theoretical": "175.5",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "81.9",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "CC-12",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "340.88",
                    "theoretical": "375",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "87.5",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "Silver Slugster",
            "category": "Shotguns",
            "stats": {
                "DPS": {
                    "real": "411.55",
                    "theoretical": "432",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "244.8",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Skorpion",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "16.67",
                    "theoretical": "21.43",
                    "critical": "43.34",
                    "theoretical_critical": "55.712"
                },
                "DPH": {
                    "real": "2.5",
                    "critical": "12.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "UZI",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "20",
                    "theoretical": "25.71",
                    "critical": "52",
                    "theoretical_critical": "66.85"
                },
                "DPH": {
                    "real": "3",
                    "critical": "15"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "FM P90",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "23.34",
                    "theoretical": "30",
                    "critical": "60.67",
                    "theoretical_critical": "78"
                },
                "DPH": {
                    "real": "3.5",
                    "critical": "17.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "MP5",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "26.66",
                    "theoretical": "34.28",
                    "critical": "69.34",
                    "theoretical_critical": "89.14"
                },
                "DPH": {
                    "real": "4",
                    "critical": "20"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "PP-19",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "30",
                    "theoretical": "38.57",
                    "critical": "78",
                    "theoretical_critical": "100.28"
                },
                "DPH": {
                    "real": "4.5",
                    "critical": "22.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Blackout B19",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "36.67",
                    "theoretical": "47.14",
                    "critical": "95.34",
                    "theoretical_critical": "122.57"
                },
                "DPH": {
                    "real": "5.5",
                    "critical": "27.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "PP90",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "33.34",
                    "theoretical": "42.86",
                    "critical": "86.68",
                    "theoretical_critical": "111.43"
                },
                "DPH": {
                    "real": "5",
                    "critical": "25"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Gramm M11",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "36.67",
                    "theoretical": "47.14",
                    "critical": "95.34",
                    "theoretical_critical": "122.57"
                },
                "DPH": {
                    "real": "5.5",
                    "critical": "27.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Makeshift SMG",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "40.01",
                    "theoretical": "51.43",
                    "critical": "104.01",
                    "theoretical_critical": "133.71"
                },
                "DPH": {
                    "real": "6",
                    "critical": "30"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "MP40",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "40.01",
                    "theoretical": "51.43",
                    "critical": "104.01",
                    "theoretical_critical": "133.71"
                },
                "DPH": {
                    "real": "6",
                    "critical": "30"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "UMP",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "43.33",
                    "theoretical": "55.71",
                    "critical": "112.67",
                    "theoretical_critical": "144.85"
                },
                "DPH": {
                    "real": "6.5",
                    "critical": "32.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "CQC Commander 40",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "50",
                    "theoretical": "64.28",
                    "critical": "130",
                    "theoretical_critical": "167.13"
                },
                "DPH": {
                    "real": "7.5",
                    "critical": "37.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Talon 40",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "46.67",
                    "theoretical": "60",
                    "critical": "121.35",
                    "theoretical_critical": "156"
                },
                "DPH": {
                    "real": "7",
                    "critical": "35"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Chicago Typewriter",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "50",
                    "theoretical": "64.28",
                    "critical": "130",
                    "theoretical_critical": "167.13"
                },
                "DPH": {
                    "real": "7.5",
                    "critical": "37.5"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "K-50M",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "53.34",
                    "theoretical": "68.57",
                    "critical": "138.68",
                    "theoretical_critical": "178.28"
                },
                "DPH": {
                    "real": "8",
                    "critical": "40"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Sea Serpent M-50",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "40.01",
                    "theoretical": "51.43",
                    "critical": "168.01",
                    "theoretical_critical": "215.99"
                },
                "DPH": {
                    "real": "6",
                    "critical": "30"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "PPSH-41",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "56.52",
                    "theoretical": "79.59",
                    "critical": "146.96",
                    "theoretical_critical": "206.94"
                },
                "DPH": {
                    "real": "6.5",
                    "critical": "32.5"
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Criss Victor",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "66.67",
                    "theoretical": "85.71",
                    "critical": "173.35",
                    "theoretical_critical": "222.85"
                },
                "DPH": {
                    "real": "10",
                    "critical": "50"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Uziel 14mm",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "80",
                    "theoretical": "102.85",
                    "critical": "208.01",
                    "theoretical_critical": "267.42"
                },
                "DPH": {
                    "real": "12",
                    "critical": "60"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Furyclaw PDW",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "100.01",
                    "theoretical": "128.57",
                    "critical": "260.01",
                    "theoretical_critical": "334.27"
                },
                "DPH": {
                    "real": "15",
                    "critical": "75"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Street Dog 99",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "100.01",
                    "theoretical": "128.57",
                    "critical": "260.01",
                    "theoretical_critical": "334.27"
                },
                "DPH": {
                    "real": "15",
                    "critical": "75"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "X-MP5",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "133.34",
                    "theoretical": "171.42",
                    "critical": "346.68",
                    "theoretical_critical": "445.69"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Heat Pit 75",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "150.01",
                    "theoretical": "192.85",
                    "critical": "390.02",
                    "theoretical_critical": "501.4"
                },
                "DPH": {
                    "real": "20.25",
                    "critical": "50.65"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Specter SMG9",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "166.68",
                    "theoretical": "214.28",
                    "critical": "433.36",
                    "theoretical_critical": "557.12"
                },
                "DPH": {
                    "real": "25",
                    "critical": "125"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Marauder 55",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "122.03",
                    "theoretical": "184.62",
                    "critical": "512.51",
                    "theoretical_critical": "775.4"
                },
                "DPH": {
                    "real": "12",
                    "critical": "60"
                },
                "HPS": {
                    "real": "10.169",
                    "theoretical": "15.385"
                }
            }
        },
        {
            "name": "Corpse Ripper",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "73.34",
                    "theoretical": "94.28",
                    "critical": "190.68",
                    "theoretical_critical": "245.13"
                },
                "DPH": {
                    "real": "11",
                    "critical": "55"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Handshock A8",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "86.67",
                    "theoretical": "111.42",
                    "critical": "225.34",
                    "theoretical_critical": "289.7"
                },
                "DPH": {
                    "real": "13",
                    "critical": "65"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Nine Cutter-X",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "126.67",
                    "theoretical": "162.85",
                    "critical": "329.35",
                    "theoretical_critical": "423.41"
                },
                "DPH": {
                    "real": "19",
                    "critical": "95"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Raptor-X9",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "156.53",
                    "theoretical": "220.41",
                    "critical": "406.98",
                    "theoretical_critical": "573.07"
                },
                "DPH": {
                    "real": "16.2",
                    "critical": "27"
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Dusk SMG",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "106.68",
                    "theoretical": "137.14",
                    "critical": "277.34",
                    "theoretical_critical": "356.55"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "X-Dusk SMG",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "140.01",
                    "theoretical": "179.99",
                    "critical": "364.02",
                    "theoretical_critical": "467.98"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Dawn SMG",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "173.35",
                    "theoretical": "222.85",
                    "critical": "450.69",
                    "theoretical_critical": "579.4"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Survivor's Stell TMP",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "53.34",
                    "theoretical": "68.57",
                    "critical": "138.68",
                    "theoretical_critical": "178.28"
                },
                "DPH": {
                    "real": "8",
                    "critical": "40"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Santa's Little Helper",
            "category": "Sub-Machine Guns",
            "stats": {
                "DPS": {
                    "real": "134.79",
                    "theoretical": "189.8",
                    "critical": "350.45",
                    "theoretical_critical": "493.47"
                },
                "DPH": {
                    "real": "15.5",
                    "critical": "77.5"
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "M16",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "33.34",
                    "theoretical": "42.86",
                    "critical": "38.67",
                    "theoretical_critical": "49.71"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "FM FNC",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "40.01",
                    "theoretical": "51.43",
                    "critical": "46.4",
                    "theoretical_critical": "59.65"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "SA80",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "46.67",
                    "theoretical": "60",
                    "critical": "54.14",
                    "theoretical_critical": "69.6"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Mesa ACR",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "53.34",
                    "theoretical": "68.57",
                    "critical": "61.87",
                    "theoretical_critical": "79.54"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Makeshift AR",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "66.67",
                    "theoretical": "85.71",
                    "critical": "77.33",
                    "theoretical_critical": "99.42"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Stell AUG",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "66.67",
                    "theoretical": "85.71",
                    "critical": "77.33",
                    "theoretical_critical": "99.42"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "XM8",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "80.01",
                    "theoretical": "102.86",
                    "critical": "92.81",
                    "theoretical_critical": "119.31"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "G3",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "27.27",
                    "theoretical": "30",
                    "critical": "114.53",
                    "theoretical_critical": "126"
                },
                "DPH": {
                    "real": "2.727",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "FM FAL",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "93.34",
                    "theoretical": "120",
                    "critical": "108.28",
                    "theoretical_critical": "139.2"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "AK 47",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "113.34",
                    "theoretical": "145.71",
                    "critical": "131.47",
                    "theoretical_critical": "169.02"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "M4",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "126.68",
                    "theoretical": "162.86",
                    "critical": "146.94",
                    "theoretical_critical": "188.91"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "AS-VAL",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "139.82",
                    "theoretical": "211.54",
                    "critical": "162.19",
                    "theoretical_critical": "245.38"
                },
                "DPH": {
                    "real": "10.169",
                    "critical": null
                },
                "HPS": {
                    "real": "10.169",
                    "theoretical": "15.385"
                }
            }
        },
        {
            "name": "AS-VAL Ghost",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "284.73",
                    "theoretical": "430.77",
                    "critical": "330.28",
                    "theoretical_critical": "499.69"
                },
                "DPH": {
                    "real": "10.169",
                    "critical": null
                },
                "HPS": {
                    "real": "10.169",
                    "theoretical": "15.385"
                }
            }
        },
        {
            "name": "Biowolf 127",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "186.69",
                    "theoretical": "240",
                    "critical": "216.55",
                    "theoretical_critical": "278.39"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "EBR-12",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "59.99",
                    "theoretical": "66",
                    "critical": "251.97",
                    "theoretical_critical": "277.2"
                },
                "DPH": {
                    "real": "2.727",
                    "critical": null
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "Sentinel S19",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "233.34",
                    "theoretical": "299.98",
                    "critical": "270.68",
                    "theoretical_critical": "347.98"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Sandstorm S19",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "300.03",
                    "theoretical": "385.71",
                    "critical": "348.02",
                    "theoretical_critical": "447.41"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Hammerhead 47",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "266.68",
                    "theoretical": "342.84",
                    "critical": "309.35",
                    "theoretical_critical": "397.69"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "X-AK 47",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "320.02",
                    "theoretical": "411.41",
                    "critical": "371.22",
                    "theoretical_critical": "477.23"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "A10 Bull Shark",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "360.01",
                    "theoretical": "462.83",
                    "critical": "417.62",
                    "theoretical_critical": "536.89"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "LR-32",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "243.49",
                    "theoretical": "342.86",
                    "critical": "438.28",
                    "theoretical_critical": "617.15"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Warhawk X10",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "500.05",
                    "theoretical": "642.86",
                    "critical": "580.06",
                    "theoretical_critical": "745.72"
                },
                "DPH": {
                    "real": "6.667",
                    "critical": null
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Amethyst Raider",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "382.24",
                    "theoretical": "412.8",
                    "critical": "443.4",
                    "theoretical_critical": "478.85"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "7.2"
                }
            }
        },
        {
            "name": "Hypercoil X1",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "151.04",
                    "theoretical": "171.2",
                    "critical": "634.37",
                    "theoretical_critical": "719.04"
                },
                "DPH": {
                    "real": "3.529",
                    "critical": null
                },
                "HPS": {
                    "real": "3.529",
                    "theoretical": "4"
                }
            }
        },
        {
            "name": "Amber Raider",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "322.24",
                    "theoretical": "348",
                    "critical": "373.8",
                    "theoretical_critical": "403.68"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "7.2"
                }
            }
        },
        {
            "name": "Hare Trigger 47",
            "category": "Assault Rifles",
            "stats": {
                "DPS": {
                    "real": "365.23",
                    "theoretical": "514.29",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "BAR",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "137.14",
                    "theoretical": "192",
                    "critical": "159.08",
                    "theoretical_critical": "222.72"
                },
                "DPH": {
                    "real": "16",
                    "critical": "80"
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                }
            }
        },
        {
            "name": "FM Mitrail",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "154.28",
                    "theoretical": "216",
                    "critical": "178.96",
                    "theoretical_critical": "250.56"
                },
                "DPH": {
                    "real": "18",
                    "critical": "90"
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                }
            }
        },
        {
            "name": "FM MAG",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "171.42",
                    "theoretical": "240",
                    "critical": "198.85",
                    "theoretical_critical": "278.4"
                },
                "DPH": {
                    "real": "20",
                    "critical": "100"
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                }
            }
        },
        {
            "name": "M60",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "205.7",
                    "theoretical": "288",
                    "critical": "238.62",
                    "theoretical_critical": "334.08"
                },
                "DPH": {
                    "real": "24",
                    "critical": "120"
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                }
            }
        },
        {
            "name": "MG42",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "239.99",
                    "theoretical": "336",
                    "critical": "278.39",
                    "theoretical_critical": "389.76"
                },
                "DPH": {
                    "real": "28",
                    "critical": "140"
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                }
            }
        },
        {
            "name": "Corpse Destroyer",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "243.49",
                    "theoretical": "342.86",
                    "critical": "262.97",
                    "theoretical_critical": "370.29"
                },
                "DPH": {
                    "real": "28",
                    "critical": "140"
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Avalanche MG14",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "439.15",
                    "theoretical": "618.37",
                    "critical": "474.28",
                    "theoretical_critical": "667.84"
                },
                "DPH": {
                    "real": "50.5",
                    "critical": "252.5"
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Dusk MAG",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "308.56",
                    "theoretical": "432",
                    "critical": "333.24",
                    "theoretical_critical": "466.56"
                },
                "DPH": {
                    "real": "8.571",
                    "critical": null
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                }
            }
        },
        {
            "name": "X-Dusk MAG",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "411.41",
                    "theoretical": "576",
                    "critical": "444.32",
                    "theoretical_critical": "622.08"
                },
                "DPH": {
                    "real": "8.571",
                    "critical": null
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                }
            }
        },
        {
            "name": "Dawn MAG",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "479.98",
                    "theoretical": "672",
                    "critical": "518.37",
                    "theoretical_critical": "725.76"
                },
                "DPH": {
                    "real": "8.571",
                    "critical": null
                },
                "HPS": {
                    "real": "8.571",
                    "theoretical": "12"
                }
            }
        },
        {
            "name": "Hareraiser",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "347.84",
                    "theoretical": "489.8",
                    "critical": "375.66",
                    "theoretical_critical": "528.98"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Vulcan",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "226.1",
                    "theoretical": "318.37",
                    "critical": "244.18",
                    "theoretical_critical": "343.84"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "XMG 5200",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "269.58",
                    "theoretical": "379.6",
                    "critical": "291.14",
                    "theoretical_critical": "409.96"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "SCAR 9000",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "313.06",
                    "theoretical": "440.82",
                    "critical": "338.1",
                    "theoretical_critical": "476.09"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Tempest",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "347.84",
                    "theoretical": "489.8",
                    "critical": "375.67",
                    "theoretical_critical": "528.984"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Pocket Cannon",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "247.5",
                    "theoretical": "495",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "15",
                    "critical": null
                },
                "HPS": {
                    "real": "15",
                    "theoretical": "30"
                }
            }
        },
        {
            "name": "XLGunner-8",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "278.27",
                    "theoretical": "391.84",
                    "critical": "322.79",
                    "theoretical_critical": "454.53"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "GAU-19",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "365.23",
                    "theoretical": "514.29",
                    "critical": "394.45",
                    "theoretical_critical": "555.433"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "GAU-19 (Unlimited Ammo)",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "365.23",
                    "theoretical": "514.29",
                    "critical": "394.45",
                    "theoretical_critical": "555.433"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Kraken Slayer",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "521.75",
                    "theoretical": "734.69",
                    "critical": null,
                    "theoretical_critical": null
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Wraith Cannon",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "547.85",
                    "theoretical": "771.44",
                    "critical": "591.68",
                    "theoretical_critical": "833.15"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "Wraith Cannon (Unlimited Ammo)",
            "category": "Heavy Machine Guns",
            "stats": {
                "DPS": {
                    "real": "547.85",
                    "theoretical": "771.44",
                    "critical": "591.68",
                    "theoretical_critical": "833.15"
                },
                "DPH": {
                    "real": "8.696",
                    "critical": null
                },
                "HPS": {
                    "real": "8.696",
                    "theoretical": "12.245"
                }
            }
        },
        {
            "name": "M79",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "24.2",
                    "theoretical": "25",
                    "critical": "121",
                    "theoretical_critical": "125"
                },
                "DPH": {
                    "real": "25",
                    "critical": "125"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "HK69",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "27.1",
                    "theoretical": "28",
                    "critical": "135.52",
                    "theoretical_critical": "140"
                },
                "DPH": {
                    "real": "28",
                    "critical": "140"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "RGM40",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "30.01",
                    "theoretical": "31",
                    "critical": "150.04",
                    "theoretical_critical": "155"
                },
                "DPH": {
                    "real": "31",
                    "critical": "155"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "GM94",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "32.91",
                    "theoretical": "34",
                    "critical": "164.56",
                    "theoretical_critical": "170"
                },
                "DPH": {
                    "real": "34",
                    "critical": "170"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Makeshift Launcher",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "38.72",
                    "theoretical": "40",
                    "critical": "193.6",
                    "theoretical_critical": "200"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "China Lake",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "35.82",
                    "theoretical": "37",
                    "critical": "179.08",
                    "theoretical_critical": "185"
                },
                "DPH": {
                    "real": "37",
                    "critical": "185"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "RG6",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "38.72",
                    "theoretical": "40",
                    "critical": "193.6",
                    "theoretical_critical": "200"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Falcon-MM1",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "41.62",
                    "theoretical": "43",
                    "critical": "208.12",
                    "theoretical_critical": "215"
                },
                "DPH": {
                    "real": "43",
                    "critical": "215"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Type 87",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "44.3",
                    "theoretical": "46.5",
                    "critical": "221.5",
                    "theoretical_critical": "232.5"
                },
                "DPH": {
                    "real": "31",
                    "critical": "155"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "MGL 6",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "50.02",
                    "theoretical": "52.5",
                    "critical": "250.08",
                    "theoretical_critical": "262.5"
                },
                "DPH": {
                    "real": "35",
                    "critical": "175"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "XM25",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "57.16",
                    "theoretical": "60",
                    "critical": "285.8",
                    "theoretical_critical": "300"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "PAW-20",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "65.63",
                    "theoretical": "70",
                    "critical": "328.13",
                    "theoretical_critical": "350"
                },
                "DPH": {
                    "real": "35",
                    "critical": "175"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Immolator AD",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "72.6",
                    "theoretical": "75",
                    "critical": "363",
                    "theoretical_critical": "375"
                },
                "DPH": {
                    "real": "75",
                    "critical": "375"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Dreadnought AD",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "82.28",
                    "theoretical": "85",
                    "critical": "411.4",
                    "theoretical_critical": "425"
                },
                "DPH": {
                    "real": "85",
                    "critical": "425"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Junker 6",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "85.74",
                    "theoretical": "90",
                    "critical": "428.7",
                    "theoretical_critical": "450"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "X-M79",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "101.64",
                    "theoretical": "105",
                    "critical": "508.2",
                    "theoretical_critical": "525"
                },
                "DPH": {
                    "real": "105",
                    "critical": "525"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Scorcher NK19",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "109.08",
                    "theoretical": "120",
                    "critical": "545.4",
                    "theoretical_critical": "600"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "2.727",
                    "theoretical": "3"
                }
            }
        },
        {
            "name": "Valkyrie MGL",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "150.05",
                    "theoretical": "157.5",
                    "critical": "750.23",
                    "theoretical_critical": "787.5"
                },
                "DPH": {
                    "real": "1.429",
                    "critical": null
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Corpse Erruptor",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "75",
                    "theoretical": "80",
                    "critical": "375",
                    "theoretical_critical": "400"
                },
                "DPH": {
                    "real": "40",
                    "critical": "200"
                },
                "HPS": {
                    "real": "1.875",
                    "theoretical": "2"
                }
            }
        },
        {
            "name": "Bishop CE9",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "85.74",
                    "theoretical": "90",
                    "critical": "428.7",
                    "theoretical_critical": "450"
                },
                "DPH": {
                    "real": "60",
                    "critical": "300"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Boomer PX",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "101.64",
                    "theoretical": "105",
                    "critical": "508.2",
                    "theoretical_critical": "525"
                },
                "DPH": {
                    "real": "105",
                    "critical": "525"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Cryo Launcher",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "101.64",
                    "theoretical": "105",
                    "critical": "508.2",
                    "theoretical_critical": "525"
                },
                "DPH": {
                    "real": "105",
                    "critical": "525"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Dusk Launcher",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "92.89",
                    "theoretical": "97.5",
                    "critical": "464.43",
                    "theoretical_critical": "487.5"
                },
                "DPH": {
                    "real": "65",
                    "critical": "325"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "X-Dusk Launcher",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "107.18",
                    "theoretical": "112.5",
                    "critical": "535.88",
                    "theoretical_critical": "562.5"
                },
                "DPH": {
                    "real": "75",
                    "critical": "375"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Dawn Launcher",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "128.61",
                    "theoretical": "135",
                    "critical": "643.05",
                    "theoretical_critical": "675"
                },
                "DPH": {
                    "real": "90",
                    "critical": "450"
                },
                "HPS": {
                    "real": "1.429",
                    "theoretical": "1.5"
                }
            }
        },
        {
            "name": "Survivor's GM94",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "40.66",
                    "theoretical": "42",
                    "critical": "203.28",
                    "theoretical_critical": "210"
                },
                "DPH": {
                    "real": "42",
                    "critical": "210"
                },
                "HPS": {
                    "real": "0.968",
                    "theoretical": "1"
                }
            }
        },
        {
            "name": "Eggsploder-MM1",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "75",
                    "theoretical": "90",
                    "critical": "375",
                    "theoretical_critical": "450"
                },
                "DPH": {
                    "real": "15",
                    "critical": "75"
                },
                "HPS": {
                    "real": "5",
                    "theoretical": "6"
                }
            }
        },
        {
            "name": "X-Eggsploder-MM1",
            "category": "Grenade Launchers",
            "stats": {
                "DPS": {
                    "real": "86.68",
                    "theoretical": "111.43",
                    "critical": "433.37",
                    "theoretical_critical": "557.14"
                },
                "DPH": {
                    "real": "13",
                    "critical": "65"
                },
                "HPS": {
                    "real": "6.667",
                    "theoretical": "8.571"
                }
            }
        },
        {
            "name": "Makeshift Flamethrower",
            "category": "Flamethrowers",
            "stats": {
                "DPS": {
                    "real": "50",
                    "theoretical": "75",
                    "critical": "200",
                    "theoretical_critical": "300"
                },
                "DPH": {
                    "real": "5",
                    "critical": "20"
                },
                "HPS": {
                    "real": "10",
                    "theoretical": "15"
                }
            }
        },
        {
            "name": "Incinerator FT-9",
            "category": "Flamethrowers",
            "stats": {
                "DPS": {
                    "real": "90",
                    "theoretical": "135",
                    "critical": "360",
                    "theoretical_critical": "540"
                },
                "DPH": {
                    "real": "9",
                    "critical": "36"
                },
                "HPS": {
                    "real": "10",
                    "theoretical": "15"
                }
            }
        },
        {
            "name": "Dragon's Maw",
            "category": "Flamethrowers",
            "stats": {
                "DPS": {
                    "real": "120",
                    "theoretical": "200",
                    "critical": "600",
                    "theoretical_critical": "1000"
                },
                "DPH": {
                    "real": "10",
                    "critical": "50"
                },
                "HPS": {
                    "real": "12",
                    "theoretical": "20"
                }
            }
        },
        {
            "name": "Fatman's Cryothrower",
            "category": "Flamethrowers",
            "stats": {
                "DPS": {
                    "real": "87",
                    "theoretical": "174",
                    "critical": "435",
                    "theoretical_critical": "870"
                },
                "DPH": {
                    "real": "5.8",
                    "critical": "29"
                },
                "HPS": {
                    "real": "15",
                    "theoretical": "30"
                }
            }
        },
        {
            "name": "TN8 Flamethrower",
            "category": "Flamethrowers",
            "stats": {
                "DPS": {
                    "real": "90",
                    "theoretical": "180",
                    "critical": "450",
                    "theoretical_critical": "900"
                },
                "DPH": {
                    "real": "6",
                    "critical": "30"
                },
                "HPS": {
                    "real": "15",
                    "theoretical": "30"
                }
            }
        },
        {
            "name": "Sand Scorcher",
            "category": "Flamethrowers",
            "stats": {
                "DPS": {
                    "real": "170",
                    "theoretical": "255",
                    "critical": "680",
                    "theoretical_critical": "1020"
                },
                "DPH": {
                    "real": "17",
                    "critical": "68"
                },
                "HPS": {
                    "real": "10",
                    "theoretical": "15"
                }
            }
        }
    ]
};
})();