Dead Frontier Weapon Data

Provides weapon data for Dead Frontier Tooltip DPS Injector

  1. // ==UserScript==
  2. // @name Dead Frontier Weapon Data
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.4.3
  5. // @description Provides weapon data for Dead Frontier Tooltip DPS Injector
  6. // @author ils94
  7. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=24
  8. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=25
  9. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=28*
  10. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=35
  11. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=50
  12. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=59
  13. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=82*
  14. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=84
  15. // @match https://fairview.deadfrontier.com/onlinezombiemmo/DF3D/DF3D_InventoryPage.php?page=31*
  16. // @match https://fairview.deadfrontier.com/onlinezombiemmo/index.php?page=32*
  17. // @license MIT
  18. // @grant none
  19. // @run-at document-start
  20. // ==/UserScript==
  21.  
  22. (function() {
  23. 'use strict';
  24.  
  25. window.weaponData = {
  26. "weapons": [{
  27. "name": "fists",
  28. "category": "Melee Weapons",
  29. "stats": {
  30. "DPS": {
  31. "real": "0.48",
  32. "theoretical": "0.5",
  33. "critical": "1.26",
  34. "theoretical_critical": "1.3"
  35. },
  36. "DPH": {
  37. "total": "0.5",
  38. "critical": "2.5"
  39. },
  40. "HPS": {
  41. "real": "0.968",
  42. "theoretical": "1"
  43. },
  44. "Melee Range": {
  45. "range": "1",
  46. "cleave_width": "1"
  47. }
  48. }
  49. },
  50. {
  51. "name": "firepoker",
  52. "category": "Melee Weapons",
  53. "stats": {
  54. "DPS": {
  55. "real": "2.42",
  56. "theoretical": "2.5",
  57. "critical": "10.16",
  58. "theoretical_critical": "10.5"
  59. },
  60. "DPH": {
  61. "total": "2.5",
  62. "critical": "12.5"
  63. },
  64. "HPS": {
  65. "real": "0.968",
  66. "theoretical": "1"
  67. },
  68. "Melee Range": {
  69. "range": "1.5",
  70. "cleave_width": "1"
  71. }
  72. }
  73. },
  74. {
  75. "name": "baseballbat",
  76. "category": "Melee Weapons",
  77. "stats": {
  78. "DPS": {
  79. "real": "3.87",
  80. "theoretical": "4",
  81. "critical": "16.26",
  82. "theoretical_critical": "16.8"
  83. },
  84. "DPH": {
  85. "total": "4",
  86. "critical": "20"
  87. },
  88. "HPS": {
  89. "real": "0.968",
  90. "theoretical": "1"
  91. },
  92. "Melee Range": {
  93. "range": "1.5",
  94. "cleave_width": "1"
  95. }
  96. }
  97. },
  98. {
  99. "name": "penknife",
  100. "category": "Melee Weapons",
  101. "stats": {
  102. "DPS": {
  103. "real": "4.29",
  104. "theoretical": "4.5",
  105. "critical": "18.01",
  106. "theoretical_critical": "18.9"
  107. },
  108. "DPH": {
  109. "total": "3",
  110. "critical": "15"
  111. },
  112. "HPS": {
  113. "real": "1.429",
  114. "theoretical": "1.5"
  115. },
  116. "Melee Range": {
  117. "range": "1",
  118. "cleave_width": "1"
  119. }
  120. }
  121. },
  122. {
  123. "name": "huntingknife",
  124. "category": "Melee Weapons",
  125. "stats": {
  126. "DPS": {
  127. "real": "5.72",
  128. "theoretical": "6",
  129. "critical": "24.01",
  130. "theoretical_critical": "25.2"
  131. },
  132. "DPH": {
  133. "total": "4",
  134. "critical": "20"
  135. },
  136. "HPS": {
  137. "real": "1.429",
  138. "theoretical": "1.5"
  139. },
  140. "Melee Range": {
  141. "range": "1",
  142. "cleave_width": "1"
  143. }
  144. }
  145. },
  146. {
  147. "name": "cricketbat",
  148. "category": "Melee Weapons",
  149. "stats": {
  150. "DPS": {
  151. "real": "5.81",
  152. "theoretical": "6",
  153. "critical": "24.39",
  154. "theoretical_critical": "25.2"
  155. },
  156. "DPH": {
  157. "total": "6",
  158. "critical": "30"
  159. },
  160. "HPS": {
  161. "real": "0.968",
  162. "theoretical": "1"
  163. },
  164. "Melee Range": {
  165. "range": "1.5",
  166. "cleave_width": "1"
  167. }
  168. }
  169. },
  170. {
  171. "name": "golfclub",
  172. "category": "Melee Weapons",
  173. "stats": {
  174. "DPS": {
  175. "real": "4.84",
  176. "theoretical": "5",
  177. "critical": "20.33",
  178. "theoretical_critical": "21"
  179. },
  180. "DPH": {
  181. "total": "5",
  182. "critical": "25"
  183. },
  184. "HPS": {
  185. "real": "0.968",
  186. "theoretical": "1"
  187. },
  188. "Melee Range": {
  189. "range": "2.1",
  190. "cleave_width": "1.7"
  191. }
  192. }
  193. },
  194. {
  195. "name": "chefknife",
  196. "category": "Melee Weapons",
  197. "stats": {
  198. "DPS": {
  199. "real": "5",
  200. "theoretical": "5.25",
  201. "critical": "21.01",
  202. "theoretical_critical": "22.05"
  203. },
  204. "DPH": {
  205. "total": "3.5",
  206. "critical": "17.5"
  207. },
  208. "HPS": {
  209. "real": "1.429",
  210. "theoretical": "1.5"
  211. },
  212. "Melee Range": {
  213. "range": "1",
  214. "cleave_width": "1"
  215. }
  216. }
  217. },
  218. {
  219. "name": "fireaxe",
  220. "category": "Melee Weapons",
  221. "stats": {
  222. "DPS": {
  223. "real": "7.74",
  224. "theoretical": "8",
  225. "critical": "32.52",
  226. "theoretical_critical": "33.6"
  227. },
  228. "DPH": {
  229. "total": "8",
  230. "critical": "40"
  231. },
  232. "HPS": {
  233. "real": "0.968",
  234. "theoretical": "1"
  235. },
  236. "Melee Range": {
  237. "range": "1.5",
  238. "cleave_width": "1"
  239. }
  240. }
  241. },
  242. {
  243. "name": "woodmaul",
  244. "category": "Melee Weapons",
  245. "stats": {
  246. "DPS": {
  247. "real": "4.84",
  248. "theoretical": "5",
  249. "critical": "20.33",
  250. "theoretical_critical": "21"
  251. },
  252. "DPH": {
  253. "total": "5",
  254. "critical": "25"
  255. },
  256. "HPS": {
  257. "real": "0.968",
  258. "theoretical": "1"
  259. },
  260. "Melee Range": {
  261. "range": "1.5",
  262. "cleave_width": "1"
  263. }
  264. }
  265. },
  266. {
  267. "name": "woodspear",
  268. "category": "Melee Weapons",
  269. "stats": {
  270. "DPS": {
  271. "real": "4.84",
  272. "theoretical": "5",
  273. "critical": "20.33",
  274. "theoretical_critical": "21"
  275. },
  276. "DPH": {
  277. "total": "5",
  278. "critical": "25"
  279. },
  280. "HPS": {
  281. "real": "0.968",
  282. "theoretical": "1"
  283. },
  284. "Melee Range": {
  285. "range": "1.95",
  286. "cleave_width": "1.7"
  287. }
  288. }
  289. },
  290. {
  291. "name": "combatknife",
  292. "category": "Melee Weapons",
  293. "stats": {
  294. "DPS": {
  295. "real": "8.57",
  296. "theoretical": "9",
  297. "critical": "36.01",
  298. "theoretical_critical": "37.8"
  299. },
  300. "DPH": {
  301. "total": "6",
  302. "critical": "30"
  303. },
  304. "HPS": {
  305. "real": "1.429",
  306. "theoretical": "1.5"
  307. },
  308. "Melee Range": {
  309. "range": "1",
  310. "cleave_width": "1"
  311. }
  312. }
  313. },
  314. {
  315. "name": "ironpipe",
  316. "category": "Melee Weapons",
  317. "stats": {
  318. "DPS": {
  319. "real": "9.68",
  320. "theoretical": "10",
  321. "critical": "40.66",
  322. "theoretical_critical": "42"
  323. },
  324. "DPH": {
  325. "total": "10",
  326. "critical": "50"
  327. },
  328. "HPS": {
  329. "real": "0.968",
  330. "theoretical": "1"
  331. },
  332. "Melee Range": {
  333. "range": "1.5",
  334. "cleave_width": "1"
  335. }
  336. }
  337. },
  338. {
  339. "name": "bowieknife",
  340. "category": "Melee Weapons",
  341. "stats": {
  342. "DPS": {
  343. "real": "11.43",
  344. "theoretical": "12",
  345. "critical": "48.01",
  346. "theoretical_critical": "50.4"
  347. },
  348. "DPH": {
  349. "total": "8",
  350. "critical": "40"
  351. },
  352. "HPS": {
  353. "real": "1.429",
  354. "theoretical": "1.5"
  355. },
  356. "Melee Range": {
  357. "range": "1",
  358. "cleave_width": "1"
  359. }
  360. }
  361. },
  362. {
  363. "name": "nailbat",
  364. "category": "Melee Weapons",
  365. "stats": {
  366. "DPS": {
  367. "real": "7.74",
  368. "theoretical": "8",
  369. "critical": "32.52",
  370. "theoretical_critical": "33.6"
  371. },
  372. "DPH": {
  373. "total": "8",
  374. "critical": "40"
  375. },
  376. "HPS": {
  377. "real": "0.968",
  378. "theoretical": "1"
  379. },
  380. "Melee Range": {
  381. "range": "1.5",
  382. "cleave_width": "1"
  383. }
  384. }
  385. },
  386. {
  387. "name": "superslugger",
  388. "category": "Melee Weapons",
  389. "stats": {
  390. "DPS": {
  391. "real": "9.68",
  392. "theoretical": "10",
  393. "critical": "40.66",
  394. "theoretical_critical": "42"
  395. },
  396. "DPH": {
  397. "total": "10",
  398. "critical": "50"
  399. },
  400. "HPS": {
  401. "real": "0.968",
  402. "theoretical": "1"
  403. },
  404. "Melee Range": {
  405. "range": "1.5",
  406. "cleave_width": "1"
  407. }
  408. }
  409. },
  410. {
  411. "name": "razor",
  412. "category": "Melee Weapons",
  413. "stats": {
  414. "DPS": {
  415. "real": "12.86",
  416. "theoretical": "13.5",
  417. "critical": "54.02",
  418. "theoretical_critical": "56.7"
  419. },
  420. "DPH": {
  421. "total": "9",
  422. "critical": "45"
  423. },
  424. "HPS": {
  425. "real": "1.429",
  426. "theoretical": "1.5"
  427. },
  428. "Melee Range": {
  429. "range": "1",
  430. "cleave_width": "1"
  431. }
  432. }
  433. },
  434. {
  435. "name": "crowbar",
  436. "category": "Melee Weapons",
  437. "stats": {
  438. "DPS": {
  439. "real": "13.55",
  440. "theoretical": "14",
  441. "critical": "56.92",
  442. "theoretical_critical": "58.8"
  443. },
  444. "DPH": {
  445. "total": "14",
  446. "critical": "70"
  447. },
  448. "HPS": {
  449. "real": "0.968",
  450. "theoretical": "1"
  451. },
  452. "Melee Range": {
  453. "range": "1.5",
  454. "cleave_width": "1"
  455. }
  456. }
  457. },
  458. {
  459. "name": "scalpel",
  460. "category": "Melee Weapons",
  461. "stats": {
  462. "DPS": {
  463. "real": "14.29",
  464. "theoretical": "15",
  465. "critical": "60.02",
  466. "theoretical_critical": "63"
  467. },
  468. "DPH": {
  469. "total": "10",
  470. "critical": "50"
  471. },
  472. "HPS": {
  473. "real": "1.429",
  474. "theoretical": "1.5"
  475. },
  476. "Melee Range": {
  477. "range": "1",
  478. "cleave_width": "1"
  479. }
  480. }
  481. },
  482. {
  483. "name": "shovel",
  484. "category": "Melee Weapons",
  485. "stats": {
  486. "DPS": {
  487. "real": "15.49",
  488. "theoretical": "16",
  489. "critical": "65.05",
  490. "theoretical_critical": "67.2"
  491. },
  492. "DPH": {
  493. "total": "16",
  494. "critical": "80"
  495. },
  496. "HPS": {
  497. "real": "0.968",
  498. "theoretical": "1"
  499. },
  500. "Melee Range": {
  501. "range": "1.95",
  502. "cleave_width": "1.7"
  503. }
  504. }
  505. },
  506. {
  507. "name": "kris",
  508. "category": "Melee Weapons",
  509. "stats": {
  510. "DPS": {
  511. "real": "14.29",
  512. "theoretical": "15",
  513. "critical": "60.02",
  514. "theoretical_critical": "63"
  515. },
  516. "DPH": {
  517. "total": "10",
  518. "critical": "50"
  519. },
  520. "HPS": {
  521. "real": "1.429",
  522. "theoretical": "1.5"
  523. },
  524. "Melee Range": {
  525. "range": "1.25",
  526. "cleave_width": "1"
  527. }
  528. }
  529. },
  530. {
  531. "name": "woodaxe",
  532. "category": "Melee Weapons",
  533. "stats": {
  534. "DPS": {
  535. "real": "17.42",
  536. "theoretical": "18",
  537. "critical": "73.18",
  538. "theoretical_critical": "75.6"
  539. },
  540. "DPH": {
  541. "total": "18",
  542. "critical": "90"
  543. },
  544. "HPS": {
  545. "real": "0.968",
  546. "theoretical": "1"
  547. },
  548. "Melee Range": {
  549. "range": "1.5",
  550. "cleave_width": "1"
  551. }
  552. }
  553. },
  554. {
  555. "name": "skullsplitter",
  556. "category": "Melee Weapons",
  557. "stats": {
  558. "DPS": {
  559. "real": "19.36",
  560. "theoretical": "20",
  561. "critical": "81.31",
  562. "theoretical_critical": "84"
  563. },
  564. "DPH": {
  565. "total": "20",
  566. "critical": "100"
  567. },
  568. "HPS": {
  569. "real": "0.968",
  570. "theoretical": "1"
  571. },
  572. "Melee Range": {
  573. "range": "1.5",
  574. "cleave_width": "0"
  575. }
  576. }
  577. },
  578. {
  579. "name": "trenchknife",
  580. "category": "Melee Weapons",
  581. "stats": {
  582. "DPS": {
  583. "real": "18.58",
  584. "theoretical": "19.5",
  585. "critical": "78.02",
  586. "theoretical_critical": "81.9"
  587. },
  588. "DPH": {
  589. "total": "13",
  590. "critical": "65"
  591. },
  592. "HPS": {
  593. "real": "1.429",
  594. "theoretical": "1.5"
  595. },
  596. "Melee Range": {
  597. "range": "1.25",
  598. "cleave_width": "1"
  599. }
  600. }
  601. },
  602. {
  603. "name": "machete",
  604. "category": "Melee Weapons",
  605. "stats": {
  606. "DPS": {
  607. "real": "21.3",
  608. "theoretical": "22",
  609. "critical": "89.44",
  610. "theoretical_critical": "92.4"
  611. },
  612. "DPH": {
  613. "total": "22",
  614. "critical": "110"
  615. },
  616. "HPS": {
  617. "real": "0.968",
  618. "theoretical": "1"
  619. },
  620. "Melee Range": {
  621. "range": "1.5",
  622. "cleave_width": "1"
  623. }
  624. }
  625. },
  626. {
  627. "name": "k9",
  628. "category": "Melee Weapons",
  629. "stats": {
  630. "DPS": {
  631. "real": "21.44",
  632. "theoretical": "22.5",
  633. "critical": "90.03",
  634. "theoretical_critical": "94.5"
  635. },
  636. "DPH": {
  637. "total": "15",
  638. "critical": "75"
  639. },
  640. "HPS": {
  641. "real": "1.429",
  642. "theoretical": "1.5"
  643. },
  644. "Melee Range": {
  645. "range": "1.25",
  646. "cleave_width": "1"
  647. }
  648. }
  649. },
  650. {
  651. "name": "sabre",
  652. "category": "Melee Weapons",
  653. "stats": {
  654. "DPS": {
  655. "real": "25.17",
  656. "theoretical": "26",
  657. "critical": "105.71",
  658. "theoretical_critical": "109.2"
  659. },
  660. "DPH": {
  661. "total": "26",
  662. "critical": "130"
  663. },
  664. "HPS": {
  665. "real": "0.968",
  666. "theoretical": "1"
  667. },
  668. "Melee Range": {
  669. "range": "1.5",
  670. "cleave_width": "1"
  671. }
  672. }
  673. },
  674. {
  675. "name": "kukri",
  676. "category": "Melee Weapons",
  677. "stats": {
  678. "DPS": {
  679. "real": "27.15",
  680. "theoretical": "28.5",
  681. "critical": "114.03",
  682. "theoretical_critical": "119.7"
  683. },
  684. "DPH": {
  685. "total": "19",
  686. "critical": "95"
  687. },
  688. "HPS": {
  689. "real": "1.429",
  690. "theoretical": "1.5"
  691. },
  692. "Melee Range": {
  693. "range": "1.25",
  694. "cleave_width": "1"
  695. }
  696. }
  697. },
  698. {
  699. "name": "sledgehammer",
  700. "category": "Melee Weapons",
  701. "stats": {
  702. "DPS": {
  703. "real": "27.1",
  704. "theoretical": "28",
  705. "critical": "113.84",
  706. "theoretical_critical": "117.6"
  707. },
  708. "DPH": {
  709. "total": "28",
  710. "critical": "140"
  711. },
  712. "HPS": {
  713. "real": "0.968",
  714. "theoretical": "1"
  715. },
  716. "Melee Range": {
  717. "range": "1.5",
  718. "cleave_width": "1"
  719. }
  720. }
  721. },
  722. {
  723. "name": "tenderizer",
  724. "category": "Melee Weapons",
  725. "stats": {
  726. "DPS": {
  727. "real": "29.04",
  728. "theoretical": "30",
  729. "critical": "121.97",
  730. "theoretical_critical": "126"
  731. },
  732. "DPH": {
  733. "total": "30",
  734. "critical": "150"
  735. },
  736. "HPS": {
  737. "real": "0.968",
  738. "theoretical": "1"
  739. },
  740. "Melee Range": {
  741. "range": "1.5",
  742. "cleave_width": "1"
  743. }
  744. }
  745. },
  746. {
  747. "name": "goldensledgehammer",
  748. "category": "Melee Weapons",
  749. "stats": {
  750. "DPS": {
  751. "real": "29.04",
  752. "theoretical": "30",
  753. "critical": "121.97",
  754. "theoretical_critical": "126"
  755. },
  756. "DPH": {
  757. "total": "30",
  758. "critical": "150"
  759. },
  760. "HPS": {
  761. "real": "0.968",
  762. "theoretical": "1"
  763. },
  764. "Melee Range": {
  765. "range": "1.5",
  766. "cleave_width": "1"
  767. }
  768. }
  769. },
  770. {
  771. "name": "grizzlyknife",
  772. "category": "Melee Weapons",
  773. "stats": {
  774. "DPS": {
  775. "real": "28.58",
  776. "theoretical": "30",
  777. "critical": "120.04",
  778. "theoretical_critical": "126"
  779. },
  780. "DPH": {
  781. "total": "20",
  782. "critical": "100"
  783. },
  784. "HPS": {
  785. "real": "1.429",
  786. "theoretical": "1.5"
  787. },
  788. "Melee Range": {
  789. "range": "1.25",
  790. "cleave_width": "1"
  791. }
  792. }
  793. },
  794. {
  795. "name": "bm14survival",
  796. "category": "Melee Weapons",
  797. "stats": {
  798. "DPS": {
  799. "real": "35.73",
  800. "theoretical": "37.5",
  801. "critical": "150.05",
  802. "theoretical_critical": "157.5"
  803. },
  804. "DPH": {
  805. "total": "25",
  806. "critical": "125"
  807. },
  808. "HPS": {
  809. "real": "1.429",
  810. "theoretical": "1.5"
  811. },
  812. "Melee Range": {
  813. "range": "1.5",
  814. "cleave_width": "1"
  815. }
  816. }
  817. },
  818. {
  819. "name": "bm14savage",
  820. "category": "Melee Weapons",
  821. "stats": {
  822. "DPS": {
  823. "real": "46.88",
  824. "theoretical": "50",
  825. "critical": "196.88",
  826. "theoretical_critical": "210"
  827. },
  828. "DPH": {
  829. "total": "25",
  830. "critical": "125"
  831. },
  832. "HPS": {
  833. "real": "1.875",
  834. "theoretical": "2"
  835. },
  836. "Melee Range": {
  837. "range": "1.5",
  838. "cleave_width": "1"
  839. }
  840. }
  841. },
  842. {
  843. "name": "battleaxe",
  844. "category": "Melee Weapons",
  845. "stats": {
  846. "DPS": {
  847. "real": "31.94",
  848. "theoretical": "33",
  849. "critical": "134.16",
  850. "theoretical_critical": "138.6"
  851. },
  852. "DPH": {
  853. "total": "33",
  854. "critical": "165"
  855. },
  856. "HPS": {
  857. "real": "0.968",
  858. "theoretical": "1"
  859. },
  860. "Melee Range": {
  861. "range": "1.5",
  862. "cleave_width": "1"
  863. }
  864. }
  865. },
  866. {
  867. "name": "katana",
  868. "category": "Melee Weapons",
  869. "stats": {
  870. "DPS": {
  871. "real": "33.88",
  872. "theoretical": "35",
  873. "critical": "142.3",
  874. "theoretical_critical": "147"
  875. },
  876. "DPH": {
  877. "total": "35",
  878. "critical": "175"
  879. },
  880. "HPS": {
  881. "real": "0.968",
  882. "theoretical": "1"
  883. },
  884. "Melee Range": {
  885. "range": "1.5",
  886. "cleave_width": "0"
  887. }
  888. }
  889. },
  890. {
  891. "name": "wakizashi",
  892. "category": "Melee Weapons",
  893. "stats": {
  894. "DPS": {
  895. "real": "42.87",
  896. "theoretical": "45",
  897. "critical": "180.05",
  898. "theoretical_critical": "189"
  899. },
  900. "DPH": {
  901. "total": "30",
  902. "critical": "150"
  903. },
  904. "HPS": {
  905. "real": "1.429",
  906. "theoretical": "1.5"
  907. },
  908. "Melee Range": {
  909. "range": "1.5",
  910. "cleave_width": "1"
  911. }
  912. }
  913. },
  914. {
  915. "name": "nodachi",
  916. "category": "Melee Weapons",
  917. "stats": {
  918. "DPS": {
  919. "real": "38.72",
  920. "theoretical": "40",
  921. "critical": "162.62",
  922. "theoretical_critical": "168"
  923. },
  924. "DPH": {
  925. "total": "40",
  926. "critical": "200"
  927. },
  928. "HPS": {
  929. "real": "0.968",
  930. "theoretical": "1"
  931. },
  932. "Melee Range": {
  933. "range": "1.95",
  934. "cleave_width": "1.7"
  935. }
  936. }
  937. },
  938. {
  939. "name": "noblenodachi",
  940. "category": "Melee Weapons",
  941. "stats": {
  942. "DPS": {
  943. "real": "48.4",
  944. "theoretical": "50",
  945. "critical": "203.28",
  946. "theoretical_critical": "210"
  947. },
  948. "DPH": {
  949. "total": "50",
  950. "critical": "250"
  951. },
  952. "HPS": {
  953. "real": "0.968",
  954. "theoretical": "1"
  955. },
  956. "Melee Range": {
  957. "range": "2.2",
  958. "cleave_width": "1.9"
  959. }
  960. }
  961. },
  962. {
  963. "name": "spiker",
  964. "category": "Melee Weapons",
  965. "stats": {
  966. "DPS": {
  967. "real": "48.4",
  968. "theoretical": "50",
  969. "critical": "203.28",
  970. "theoretical_critical": "210"
  971. },
  972. "DPH": {
  973. "total": "50",
  974. "critical": "250"
  975. },
  976. "HPS": {
  977. "real": "0.968",
  978. "theoretical": "1"
  979. },
  980. "Melee Range": {
  981. "range": "1.75",
  982. "cleave_width": "1"
  983. }
  984. }
  985. },
  986. {
  987. "name": "gorespikewaraxe",
  988. "category": "Melee Weapons",
  989. "stats": {
  990. "DPS": {
  991. "real": "62.92",
  992. "theoretical": "65",
  993. "critical": "264.26",
  994. "theoretical_critical": "273"
  995. },
  996. "DPH": {
  997. "total": "65",
  998. "critical": "325"
  999. },
  1000. "HPS": {
  1001. "real": "0.968",
  1002. "theoretical": "1"
  1003. },
  1004. "Melee Range": {
  1005. "range": "2.2",
  1006. "cleave_width": "2"
  1007. }
  1008. }
  1009. },
  1010. {
  1011. "name": "piercer",
  1012. "category": "Melee Weapons",
  1013. "stats": {
  1014. "DPS": {
  1015. "real": "48.59",
  1016. "theoretical": "51",
  1017. "critical": "204.06",
  1018. "theoretical_critical": "214.2"
  1019. },
  1020. "DPH": {
  1021. "total": "34",
  1022. "critical": "170"
  1023. },
  1024. "HPS": {
  1025. "real": "1.429",
  1026. "theoretical": "1.5"
  1027. },
  1028. "Melee Range": {
  1029. "range": "1.5",
  1030. "cleave_width": "1"
  1031. }
  1032. }
  1033. },
  1034. {
  1035. "name": "dualblade",
  1036. "category": "Melee Weapons",
  1037. "stats": {
  1038. "DPS": {
  1039. "real": "58.08",
  1040. "theoretical": "60",
  1041. "critical": "243.94",
  1042. "theoretical_critical": "252"
  1043. },
  1044. "DPH": {
  1045. "total": "60",
  1046. "critical": "300"
  1047. },
  1048. "HPS": {
  1049. "real": "0.968",
  1050. "theoretical": "1"
  1051. },
  1052. "Melee Range": {
  1053. "range": "1.75",
  1054. "cleave_width": "1"
  1055. }
  1056. }
  1057. },
  1058. {
  1059. "name": "bonecleaver",
  1060. "category": "Melee Weapons",
  1061. "stats": {
  1062. "DPS": {
  1063. "real": "60.02",
  1064. "theoretical": "63",
  1065. "critical": "252.08",
  1066. "theoretical_critical": "264.6"
  1067. },
  1068. "DPH": {
  1069. "total": "42",
  1070. "critical": "210"
  1071. },
  1072. "HPS": {
  1073. "real": "1.429",
  1074. "theoretical": "1.5"
  1075. },
  1076. "Melee Range": {
  1077. "range": "1.5",
  1078. "cleave_width": "1"
  1079. }
  1080. }
  1081. },
  1082. {
  1083. "name": "xhammer",
  1084. "category": "Melee Weapons",
  1085. "stats": {
  1086. "DPS": {
  1087. "real": "77.44",
  1088. "theoretical": "80",
  1089. "critical": "325.25",
  1090. "theoretical_critical": "336"
  1091. },
  1092. "DPH": {
  1093. "total": "80",
  1094. "critical": "400"
  1095. },
  1096. "HPS": {
  1097. "real": "0.968",
  1098. "theoretical": "1"
  1099. },
  1100. "Melee Range": {
  1101. "range": "1.8",
  1102. "cleave_width": "1.8"
  1103. }
  1104. }
  1105. },
  1106. {
  1107. "name": "xkukri",
  1108. "category": "Melee Weapons",
  1109. "stats": {
  1110. "DPS": {
  1111. "real": "85.74",
  1112. "theoretical": "90",
  1113. "critical": "360.11",
  1114. "theoretical_critical": "378"
  1115. },
  1116. "DPH": {
  1117. "total": "60",
  1118. "critical": "300"
  1119. },
  1120. "HPS": {
  1121. "real": "1.429",
  1122. "theoretical": "1.5"
  1123. },
  1124. "Melee Range": {
  1125. "range": "1.75",
  1126. "cleave_width": "1"
  1127. }
  1128. }
  1129. },
  1130. {
  1131. "name": "inquisitor",
  1132. "category": "Melee Weapons",
  1133. "stats": {
  1134. "DPS": {
  1135. "real": "100.03",
  1136. "theoretical": "105",
  1137. "critical": "420.13",
  1138. "theoretical_critical": "441"
  1139. },
  1140. "DPH": {
  1141. "total": "70",
  1142. "critical": "350"
  1143. },
  1144. "HPS": {
  1145. "real": "1.429",
  1146. "theoretical": "1.5"
  1147. },
  1148. "Melee Range": {
  1149. "range": "1.75",
  1150. "cleave_width": "1"
  1151. }
  1152. }
  1153. },
  1154. {
  1155. "name": "decapitator",
  1156. "category": "Melee Weapons",
  1157. "stats": {
  1158. "DPS": {
  1159. "real": "103.13",
  1160. "theoretical": "110",
  1161. "critical": "433.13",
  1162. "theoretical_critical": "462"
  1163. },
  1164. "DPH": {
  1165. "total": "55",
  1166. "critical": "275"
  1167. },
  1168. "HPS": {
  1169. "real": "1.875",
  1170. "theoretical": "2"
  1171. },
  1172. "Melee Range": {
  1173. "range": "1.75",
  1174. "cleave_width": "1"
  1175. }
  1176. }
  1177. },
  1178. {
  1179. "name": "bloodseeker",
  1180. "category": "Melee Weapons",
  1181. "stats": {
  1182. "DPS": {
  1183. "real": "131.25",
  1184. "theoretical": "140",
  1185. "critical": "551.25",
  1186. "theoretical_critical": "588"
  1187. },
  1188. "DPH": {
  1189. "total": "70",
  1190. "critical": "350"
  1191. },
  1192. "HPS": {
  1193. "real": "1.875",
  1194. "theoretical": "2"
  1195. },
  1196. "Melee Range": {
  1197. "range": "2",
  1198. "cleave_width": "1.6"
  1199. }
  1200. }
  1201. },
  1202. {
  1203. "name": "doomstar",
  1204. "category": "Melee Weapons",
  1205. "stats": {
  1206. "DPS": {
  1207. "real": "154.88",
  1208. "theoretical": "160",
  1209. "critical": "650.5",
  1210. "theoretical_critical": "672"
  1211. },
  1212. "DPH": {
  1213. "total": "160",
  1214. "critical": "800"
  1215. },
  1216. "HPS": {
  1217. "real": "0.968",
  1218. "theoretical": "1"
  1219. },
  1220. "Melee Range": {
  1221. "range": "2.2",
  1222. "cleave_width": "1.6"
  1223. }
  1224. }
  1225. },
  1226. {
  1227. "name": "forsakentitaniumblades",
  1228. "category": "Melee Weapons",
  1229. "stats": {
  1230. "DPS": {
  1231. "real": "81.81",
  1232. "theoretical": "90",
  1233. "critical": "343.6",
  1234. "theoretical_critical": "378"
  1235. },
  1236. "DPH": {
  1237. "total": "30",
  1238. "critical": "150"
  1239. },
  1240. "HPS": {
  1241. "real": "2.727",
  1242. "theoretical": "3"
  1243. },
  1244. "Melee Range": {
  1245. "range": "1.5",
  1246. "cleave_width": "1"
  1247. }
  1248. }
  1249. },
  1250. {
  1251. "name": "amputator",
  1252. "category": "Melee Weapons",
  1253. "stats": {
  1254. "DPS": {
  1255. "real": "38.72",
  1256. "theoretical": "40",
  1257. "critical": "162.62",
  1258. "theoretical_critical": "168"
  1259. },
  1260. "DPH": {
  1261. "total": "40",
  1262. "critical": "200"
  1263. },
  1264. "HPS": {
  1265. "real": "0.968",
  1266. "theoretical": "1"
  1267. },
  1268. "Melee Range": {
  1269. "range": "1.5",
  1270. "cleave_width": "1"
  1271. }
  1272. }
  1273. },
  1274. {
  1275. "name": "doomcane",
  1276. "category": "Melee Weapons",
  1277. "stats": {
  1278. "DPS": {
  1279. "real": "38.72",
  1280. "theoretical": "40",
  1281. "critical": "162.62",
  1282. "theoretical_critical": "168"
  1283. },
  1284. "DPH": {
  1285. "total": "40",
  1286. "critical": "200"
  1287. },
  1288. "HPS": {
  1289. "real": "0.968",
  1290. "theoretical": "1"
  1291. },
  1292. "Melee Range": {
  1293. "range": "1.5",
  1294. "cleave_width": "1"
  1295. }
  1296. }
  1297. },
  1298. {
  1299. "name": "corpsecrusher",
  1300. "category": "Melee Weapons",
  1301. "stats": {
  1302. "DPS": {
  1303. "real": "38.72",
  1304. "theoretical": "40",
  1305. "critical": "162.62",
  1306. "theoretical_critical": "168"
  1307. },
  1308. "DPH": {
  1309. "total": "40",
  1310. "critical": "200"
  1311. },
  1312. "HPS": {
  1313. "real": "0.968",
  1314. "theoretical": "1"
  1315. },
  1316. "Melee Range": {
  1317. "range": "1.5",
  1318. "cleave_width": "1"
  1319. }
  1320. }
  1321. },
  1322. {
  1323. "name": "gutsplitter",
  1324. "category": "Melee Weapons",
  1325. "stats": {
  1326. "DPS": {
  1327. "real": "57.16",
  1328. "theoretical": "60",
  1329. "critical": "240.07",
  1330. "theoretical_critical": "252"
  1331. },
  1332. "DPH": {
  1333. "total": "40",
  1334. "critical": "200"
  1335. },
  1336. "HPS": {
  1337. "real": "1.429",
  1338. "theoretical": "1.5"
  1339. },
  1340. "Melee Range": {
  1341. "range": "1.75",
  1342. "cleave_width": "2"
  1343. }
  1344. }
  1345. },
  1346. {
  1347. "name": "sharktail",
  1348. "category": "Melee Weapons",
  1349. "stats": {
  1350. "DPS": {
  1351. "real": "58.08",
  1352. "theoretical": "60",
  1353. "critical": "243.94",
  1354. "theoretical_critical": "252"
  1355. },
  1356. "DPH": {
  1357. "total": "60",
  1358. "critical": "300"
  1359. },
  1360. "HPS": {
  1361. "real": "0.968",
  1362. "theoretical": "1"
  1363. },
  1364. "Melee Range": {
  1365. "range": "1.75",
  1366. "cleave_width": "1"
  1367. }
  1368. }
  1369. },
  1370. {
  1371. "name": "crowslayer",
  1372. "category": "Melee Weapons",
  1373. "stats": {
  1374. "DPS": {
  1375. "real": "72.6",
  1376. "theoretical": "75",
  1377. "critical": "304.92",
  1378. "theoretical_critical": "315"
  1379. },
  1380. "DPH": {
  1381. "total": "75",
  1382. "critical": "375"
  1383. },
  1384. "HPS": {
  1385. "real": "0.968",
  1386. "theoretical": "1"
  1387. },
  1388. "Melee Range": {
  1389. "range": "1.5",
  1390. "cleave_width": "1"
  1391. }
  1392. }
  1393. },
  1394. {
  1395. "name": "duskkris",
  1396. "category": "Melee Weapons",
  1397. "stats": {
  1398. "DPS": {
  1399. "real": "78.6",
  1400. "theoretical": "82.5",
  1401. "critical": "330.1",
  1402. "theoretical_critical": "346.5"
  1403. },
  1404. "DPH": {
  1405. "total": "55",
  1406. "critical": "275"
  1407. },
  1408. "HPS": {
  1409. "real": "1.429",
  1410. "theoretical": "1.5"
  1411. },
  1412. "Melee Range": {
  1413. "range": "1.8",
  1414. "cleave_width": "1.5"
  1415. }
  1416. }
  1417. },
  1418. {
  1419. "name": "duskrazor",
  1420. "category": "Melee Weapons",
  1421. "stats": {
  1422. "DPS": {
  1423. "real": "77.44",
  1424. "theoretical": "80",
  1425. "critical": "325.25",
  1426. "theoretical_critical": "336"
  1427. },
  1428. "DPH": {
  1429. "total": "80",
  1430. "critical": "400"
  1431. },
  1432. "HPS": {
  1433. "real": "0.968",
  1434. "theoretical": "1"
  1435. },
  1436. "Melee Range": {
  1437. "range": "2",
  1438. "cleave_width": "1.9"
  1439. }
  1440. }
  1441. },
  1442. {
  1443. "name": "xduskkris",
  1444. "category": "Melee Weapons",
  1445. "stats": {
  1446. "DPS": {
  1447. "real": "100.03",
  1448. "theoretical": "105",
  1449. "critical": "420.13",
  1450. "theoretical_critical": "441"
  1451. },
  1452. "DPH": {
  1453. "total": "70",
  1454. "critical": "350"
  1455. },
  1456. "HPS": {
  1457. "real": "1.429",
  1458. "theoretical": "1.5"
  1459. },
  1460. "Melee Range": {
  1461. "range": "1.8",
  1462. "cleave_width": "1.5"
  1463. }
  1464. }
  1465. },
  1466. {
  1467. "name": "xduskrazor",
  1468. "category": "Melee Weapons",
  1469. "stats": {
  1470. "DPS": {
  1471. "real": "96.8",
  1472. "theoretical": "100",
  1473. "critical": "406.56",
  1474. "theoretical_critical": "420"
  1475. },
  1476. "DPH": {
  1477. "total": "100",
  1478. "critical": "500"
  1479. },
  1480. "HPS": {
  1481. "real": "0.968",
  1482. "theoretical": "1"
  1483. },
  1484. "Melee Range": {
  1485. "range": "2",
  1486. "cleave_width": "1.9"
  1487. }
  1488. }
  1489. },
  1490. {
  1491. "name": "dawnkris",
  1492. "category": "Melee Weapons",
  1493. "stats": {
  1494. "DPS": {
  1495. "real": "140.63",
  1496. "theoretical": "150",
  1497. "critical": "590.63",
  1498. "theoretical_critical": "630"
  1499. },
  1500. "DPH": {
  1501. "total": "75",
  1502. "critical": "375"
  1503. },
  1504. "HPS": {
  1505. "real": "1.875",
  1506. "theoretical": "2"
  1507. },
  1508. "Melee Range": {
  1509. "range": "1.8",
  1510. "cleave_width": "1.5"
  1511. }
  1512. }
  1513. },
  1514. {
  1515. "name": "dawnblade",
  1516. "category": "Melee Weapons",
  1517. "stats": {
  1518. "DPS": {
  1519. "real": "142.9",
  1520. "theoretical": "150",
  1521. "critical": "600.18",
  1522. "theoretical_critical": "630"
  1523. },
  1524. "DPH": {
  1525. "total": "100",
  1526. "critical": "500"
  1527. },
  1528. "HPS": {
  1529. "real": "1.429",
  1530. "theoretical": "1.5"
  1531. },
  1532. "Melee Range": {
  1533. "range": "2",
  1534. "cleave_width": "1.9"
  1535. }
  1536. }
  1537. },
  1538. {
  1539. "name": "survivorscombatknife",
  1540. "category": "Melee Weapons",
  1541. "stats": {
  1542. "DPS": {
  1543. "real": "23.94",
  1544. "theoretical": "25.13",
  1545. "critical": "100.53",
  1546. "theoretical_critical": "105.53"
  1547. },
  1548. "DPH": {
  1549. "total": "16.75",
  1550. "critical": "83.75"
  1551. },
  1552. "HPS": {
  1553. "real": "1.429",
  1554. "theoretical": "1.5"
  1555. },
  1556. "Melee Range": {
  1557. "range": "1",
  1558. "cleave_width": "1"
  1559. }
  1560. }
  1561. },
  1562. {
  1563. "name": "santasslayer",
  1564. "category": "Melee Weapons",
  1565. "stats": {
  1566. "DPS": {
  1567. "real": "68.18",
  1568. "theoretical": "75",
  1569. "critical": "286.34",
  1570. "theoretical_critical": "315"
  1571. },
  1572. "DPH": {
  1573. "total": "25",
  1574. "critical": "125"
  1575. },
  1576. "HPS": {
  1577. "real": "2.727",
  1578. "theoretical": "3"
  1579. },
  1580. "Melee Range": {
  1581. "range": "2",
  1582. "cleave_width": "1.6"
  1583. }
  1584. }
  1585. },
  1586. {
  1587. "name": "bloodymachete",
  1588. "category": "Melee Weapons",
  1589. "stats": {
  1590. "DPS": {
  1591. "real": "71.45",
  1592. "theoretical": "75",
  1593. "critical": "300.09",
  1594. "theoretical_critical": "315"
  1595. },
  1596. "DPH": {
  1597. "total": "50",
  1598. "critical": "250"
  1599. },
  1600. "HPS": {
  1601. "real": "1.429",
  1602. "theoretical": "1.5"
  1603. },
  1604. "Melee Range": {
  1605. "range": "1.5",
  1606. "cleave_width": "1"
  1607. }
  1608. }
  1609. },
  1610. {
  1611. "name": "harvesterofsorrow",
  1612. "category": "Melee Weapons",
  1613. "stats": {
  1614. "DPS": {
  1615. "real": "71.45",
  1616. "theoretical": "75",
  1617. "critical": "300.09",
  1618. "theoretical_critical": "315"
  1619. },
  1620. "DPH": {
  1621. "total": "50",
  1622. "critical": "250"
  1623. },
  1624. "HPS": {
  1625. "real": "1.429",
  1626. "theoretical": "1.5"
  1627. },
  1628. "Melee Range": {
  1629. "range": "2.2",
  1630. "cleave_width": "1.6"
  1631. }
  1632. }
  1633. },
  1634. {
  1635. "name": "northpoleaxe",
  1636. "category": "Melee Weapons",
  1637. "stats": {
  1638. "DPS": {
  1639. "real": "71.45",
  1640. "theoretical": "75",
  1641. "critical": "300.09",
  1642. "theoretical_critical": "315"
  1643. },
  1644. "DPH": {
  1645. "total": "50",
  1646. "critical": "250"
  1647. },
  1648. "HPS": {
  1649. "real": "1.429",
  1650. "theoretical": "1.5"
  1651. },
  1652. "Melee Range": {
  1653. "range": "2.2",
  1654. "cleave_width": "1.6"
  1655. }
  1656. }
  1657. },
  1658. {
  1659. "name": "eggsterminator",
  1660. "category": "Melee Weapons",
  1661. "stats": {
  1662. "DPS": {
  1663. "real": "95.16",
  1664. "theoretical": "97.5",
  1665. "critical": "399.67",
  1666. "theoretical_critical": "409.5"
  1667. },
  1668. "DPH": {
  1669. "total": "130",
  1670. "critical": "650"
  1671. },
  1672. "HPS": {
  1673. "real": "0.732",
  1674. "theoretical": "0.75"
  1675. },
  1676. "Melee Range": {
  1677. "range": "2.2",
  1678. "cleave_width": "1"
  1679. }
  1680. }
  1681. },
  1682. {
  1683. "name": "tidebreaker",
  1684. "category": "Melee Weapons",
  1685. "stats": {
  1686. "DPS": {
  1687. "real": "87.12",
  1688. "theoretical": "90",
  1689. "critical": "365.9",
  1690. "theoretical_critical": "378"
  1691. },
  1692. "DPH": {
  1693. "total": "90",
  1694. "critical": "450"
  1695. },
  1696. "HPS": {
  1697. "real": "0.968",
  1698. "theoretical": "1"
  1699. },
  1700. "Melee Range": {
  1701. "range": "2.2",
  1702. "cleave_width": "1.6"
  1703. }
  1704. }
  1705. },
  1706. {
  1707. "name": "betatomcatstarter",
  1708. "category": "Pistols",
  1709. "stats": {
  1710. "DPS": {
  1711. "real": "5.63",
  1712. "theoretical": "6",
  1713. "critical": "23.63",
  1714. "theoretical_critical": "25.2"
  1715. },
  1716. "DPH": {
  1717. "total": "3",
  1718. "critical": "15"
  1719. },
  1720. "HPS": {
  1721. "real": "1.875",
  1722. "theoretical": "2"
  1723. }
  1724. }
  1725. },
  1726. {
  1727. "name": "betatomcat",
  1728. "category": "Pistols",
  1729. "stats": {
  1730. "DPS": {
  1731. "real": "5.63",
  1732. "theoretical": "6",
  1733. "critical": "23.63",
  1734. "theoretical_critical": "25.2"
  1735. },
  1736. "DPH": {
  1737. "total": "3",
  1738. "critical": "15"
  1739. },
  1740. "HPS": {
  1741. "real": "1.875",
  1742. "theoretical": "2"
  1743. }
  1744. }
  1745. },
  1746. {
  1747. "name": "betatomcat2",
  1748. "category": "Pistols",
  1749. "stats": {
  1750. "DPS": {
  1751. "real": "5.63",
  1752. "theoretical": "6",
  1753. "critical": "23.63",
  1754. "theoretical_critical": "25.2"
  1755. },
  1756. "DPH": {
  1757. "total": "3",
  1758. "critical": "15"
  1759. },
  1760. "HPS": {
  1761. "real": "1.875",
  1762. "theoretical": "2"
  1763. }
  1764. }
  1765. },
  1766. {
  1767. "name": "williamsppk",
  1768. "category": "Pistols",
  1769. "stats": {
  1770. "DPS": {
  1771. "real": "7.5",
  1772. "theoretical": "8",
  1773. "critical": "31.5",
  1774. "theoretical_critical": "33.6"
  1775. },
  1776. "DPH": {
  1777. "total": "4",
  1778. "critical": "20"
  1779. },
  1780. "HPS": {
  1781. "real": "1.875",
  1782. "theoretical": "2"
  1783. }
  1784. }
  1785. },
  1786. {
  1787. "name": "gerringhp",
  1788. "category": "Pistols",
  1789. "stats": {
  1790. "DPS": {
  1791. "real": "9.38",
  1792. "theoretical": "10",
  1793. "critical": "39.38",
  1794. "theoretical_critical": "42"
  1795. },
  1796. "DPH": {
  1797. "total": "5",
  1798. "critical": "25"
  1799. },
  1800. "HPS": {
  1801. "real": "1.875",
  1802. "theoretical": "2"
  1803. }
  1804. }
  1805. },
  1806. {
  1807. "name": "fiftyseven",
  1808. "category": "Pistols",
  1809. "stats": {
  1810. "DPS": {
  1811. "real": "10.31",
  1812. "theoretical": "11",
  1813. "critical": "43.31",
  1814. "theoretical_critical": "46.2"
  1815. },
  1816. "DPH": {
  1817. "total": "5.5",
  1818. "critical": "27.5"
  1819. },
  1820. "HPS": {
  1821. "real": "1.875",
  1822. "theoretical": "2"
  1823. }
  1824. }
  1825. },
  1826. {
  1827. "name": "lock19",
  1828. "category": "Pistols",
  1829. "stats": {
  1830. "DPS": {
  1831. "real": "11.25",
  1832. "theoretical": "12",
  1833. "critical": "47.25",
  1834. "theoretical_critical": "50.4"
  1835. },
  1836. "DPH": {
  1837. "total": "6",
  1838. "critical": "30"
  1839. },
  1840. "HPS": {
  1841. "real": "1.875",
  1842. "theoretical": "2"
  1843. }
  1844. }
  1845. },
  1846. {
  1847. "name": "koltpython",
  1848. "category": "Pistols",
  1849. "stats": {
  1850. "DPS": {
  1851. "real": "11.43",
  1852. "theoretical": "12",
  1853. "critical": "48.01",
  1854. "theoretical_critical": "50.4"
  1855. },
  1856. "DPH": {
  1857. "total": "8",
  1858. "critical": "40"
  1859. },
  1860. "HPS": {
  1861. "real": "1.429",
  1862. "theoretical": "1.5"
  1863. }
  1864. }
  1865. },
  1866. {
  1867. "name": "beta8000",
  1868. "category": "Pistols",
  1869. "stats": {
  1870. "DPS": {
  1871. "real": "14.06",
  1872. "theoretical": "15",
  1873. "critical": "59.06",
  1874. "theoretical_critical": "63"
  1875. },
  1876. "DPH": {
  1877. "total": "7.5",
  1878. "critical": "37.5"
  1879. },
  1880. "HPS": {
  1881. "real": "1.875",
  1882. "theoretical": "2"
  1883. }
  1884. }
  1885. },
  1886. {
  1887. "name": "ck75",
  1888. "category": "Pistols",
  1889. "stats": {
  1890. "DPS": {
  1891. "real": "15",
  1892. "theoretical": "16",
  1893. "critical": "63",
  1894. "theoretical_critical": "67.2"
  1895. },
  1896. "DPH": {
  1897. "total": "8",
  1898. "critical": "40"
  1899. },
  1900. "HPS": {
  1901. "real": "1.875",
  1902. "theoretical": "2"
  1903. }
  1904. }
  1905. },
  1906. {
  1907. "name": "ck75auto",
  1908. "category": "Pistols",
  1909. "stats": {
  1910. "DPS": {
  1911. "real": "16.67",
  1912. "theoretical": "21.43",
  1913. "critical": "70.01",
  1914. "theoretical_critical": "90"
  1915. },
  1916. "DPH": {
  1917. "total": "2.5",
  1918. "critical": "12.5"
  1919. },
  1920. "HPS": {
  1921. "real": "6.667",
  1922. "theoretical": "8.571"
  1923. }
  1924. }
  1925. },
  1926. {
  1927. "name": "luger",
  1928. "category": "Pistols",
  1929. "stats": {
  1930. "DPS": {
  1931. "real": "15.94",
  1932. "theoretical": "17",
  1933. "critical": "66.94",
  1934. "theoretical_critical": "71.4"
  1935. },
  1936. "DPH": {
  1937. "total": "8.5",
  1938. "critical": "42.5"
  1939. },
  1940. "HPS": {
  1941. "real": "1.875",
  1942. "theoretical": "2"
  1943. }
  1944. }
  1945. },
  1946. {
  1947. "name": "lock17",
  1948. "category": "Pistols",
  1949. "stats": {
  1950. "DPS": {
  1951. "real": "16.88",
  1952. "theoretical": "18",
  1953. "critical": "70.88",
  1954. "theoretical_critical": "75.6"
  1955. },
  1956. "DPH": {
  1957. "total": "9",
  1958. "critical": "45"
  1959. },
  1960. "HPS": {
  1961. "real": "1.875",
  1962. "theoretical": "2"
  1963. }
  1964. }
  1965. },
  1966. {
  1967. "name": "webster1942",
  1968. "category": "Pistols",
  1969. "stats": {
  1970. "DPS": {
  1971. "real": "15.72",
  1972. "theoretical": "16.5",
  1973. "critical": "66.02",
  1974. "theoretical_critical": "69.3"
  1975. },
  1976. "DPH": {
  1977. "total": "11",
  1978. "critical": "55"
  1979. },
  1980. "HPS": {
  1981. "real": "1.429",
  1982. "theoretical": "1.5"
  1983. }
  1984. }
  1985. },
  1986. {
  1987. "name": "lock25",
  1988. "category": "Pistols",
  1989. "stats": {
  1990. "DPS": {
  1991. "real": "18.75",
  1992. "theoretical": "20",
  1993. "critical": "78.75",
  1994. "theoretical_critical": "84"
  1995. },
  1996. "DPH": {
  1997. "total": "10",
  1998. "critical": "50"
  1999. },
  2000. "HPS": {
  2001. "real": "1.875",
  2002. "theoretical": "2"
  2003. }
  2004. }
  2005. },
  2006. {
  2007. "name": "makeshiftrevolver",
  2008. "category": "Pistols",
  2009. "stats": {
  2010. "DPS": {
  2011. "real": "18.58",
  2012. "theoretical": "19.5",
  2013. "critical": "77.45",
  2014. "theoretical_critical": "81.3"
  2015. },
  2016. "DPH": {
  2017. "total": "13",
  2018. "critical": "65"
  2019. },
  2020. "HPS": {
  2021. "real": "1.429",
  2022. "theoretical": "1.5"
  2023. }
  2024. }
  2025. },
  2026. {
  2027. "name": "lock25xmos",
  2028. "category": "Pistols",
  2029. "stats": {
  2030. "DPS": {
  2031. "real": "20.63",
  2032. "theoretical": "22",
  2033. "critical": "86.63",
  2034. "theoretical_critical": "92.4"
  2035. },
  2036. "DPH": {
  2037. "total": "11",
  2038. "critical": "55"
  2039. },
  2040. "HPS": {
  2041. "real": "1.875",
  2042. "theoretical": "2"
  2043. }
  2044. }
  2045. },
  2046. {
  2047. "name": "ck99",
  2048. "category": "Pistols",
  2049. "stats": {
  2050. "DPS": {
  2051. "real": "20.63",
  2052. "theoretical": "22",
  2053. "critical": "86.63",
  2054. "theoretical_critical": "92.4"
  2055. },
  2056. "DPH": {
  2057. "total": "11",
  2058. "critical": "55"
  2059. },
  2060. "HPS": {
  2061. "real": "1.875",
  2062. "theoretical": "2"
  2063. }
  2064. }
  2065. },
  2066. {
  2067. "name": "koltanaconda",
  2068. "category": "Pistols",
  2069. "stats": {
  2070. "DPS": {
  2071. "real": "20.01",
  2072. "theoretical": "21",
  2073. "critical": "84.03",
  2074. "theoretical_critical": "88.2"
  2075. },
  2076. "DPH": {
  2077. "total": "14",
  2078. "critical": "70"
  2079. },
  2080. "HPS": {
  2081. "real": "1.429",
  2082. "theoretical": "1.5"
  2083. }
  2084. }
  2085. },
  2086. {
  2087. "name": "sicapollo",
  2088. "category": "Pistols",
  2089. "stats": {
  2090. "DPS": {
  2091. "real": "22.5",
  2092. "theoretical": "24",
  2093. "critical": "94.5",
  2094. "theoretical_critical": "100.8"
  2095. },
  2096. "DPH": {
  2097. "total": "12",
  2098. "critical": "60"
  2099. },
  2100. "HPS": {
  2101. "real": "1.875",
  2102. "theoretical": "2"
  2103. }
  2104. }
  2105. },
  2106. {
  2107. "name": "usp",
  2108. "category": "Pistols",
  2109. "stats": {
  2110. "DPS": {
  2111. "real": "26.25",
  2112. "theoretical": "28",
  2113. "critical": "110.25",
  2114. "theoretical_critical": "117.6"
  2115. },
  2116. "DPH": {
  2117. "total": "14",
  2118. "critical": "70"
  2119. },
  2120. "HPS": {
  2121. "real": "1.875",
  2122. "theoretical": "2"
  2123. }
  2124. }
  2125. },
  2126. {
  2127. "name": "sw500",
  2128. "category": "Pistols",
  2129. "stats": {
  2130. "DPS": {
  2131. "real": "24.29",
  2132. "theoretical": "25.5",
  2133. "critical": "102.03",
  2134. "theoretical_critical": "107.1"
  2135. },
  2136. "DPH": {
  2137. "total": "17",
  2138. "critical": "85"
  2139. },
  2140. "HPS": {
  2141. "real": "1.429",
  2142. "theoretical": "1.5"
  2143. }
  2144. }
  2145. },
  2146. {
  2147. "name": "ck97b",
  2148. "category": "Pistols",
  2149. "stats": {
  2150. "DPS": {
  2151. "real": "28.13",
  2152. "theoretical": "30",
  2153. "critical": "118.13",
  2154. "theoretical_critical": "126"
  2155. },
  2156. "DPH": {
  2157. "total": "15",
  2158. "critical": "75"
  2159. },
  2160. "HPS": {
  2161. "real": "1.875",
  2162. "theoretical": "2"
  2163. }
  2164. }
  2165. },
  2166. {
  2167. "name": "steelrangerr03",
  2168. "category": "Pistols",
  2169. "stats": {
  2170. "DPS": {
  2171. "real": "28.58",
  2172. "theoretical": "30",
  2173. "critical": "120.04",
  2174. "theoretical_critical": "126"
  2175. },
  2176. "DPH": {
  2177. "total": "20",
  2178. "critical": "100"
  2179. },
  2180. "HPS": {
  2181. "real": "1.429",
  2182. "theoretical": "1.5"
  2183. }
  2184. }
  2185. },
  2186. {
  2187. "name": "desertfox",
  2188. "category": "Pistols",
  2189. "stats": {
  2190. "DPS": {
  2191. "real": "30",
  2192. "theoretical": "32",
  2193. "critical": "126",
  2194. "theoretical_critical": "134.4"
  2195. },
  2196. "DPH": {
  2197. "total": "16",
  2198. "critical": "80"
  2199. },
  2200. "HPS": {
  2201. "real": "1.875",
  2202. "theoretical": "2"
  2203. }
  2204. }
  2205. },
  2206. {
  2207. "name": "alphabull",
  2208. "category": "Pistols",
  2209. "stats": {
  2210. "DPS": {
  2211. "real": "31.44",
  2212. "theoretical": "33",
  2213. "critical": "132.04",
  2214. "theoretical_critical": "138.6"
  2215. },
  2216. "DPH": {
  2217. "total": "22",
  2218. "critical": "110"
  2219. },
  2220. "HPS": {
  2221. "real": "1.429",
  2222. "theoretical": "1.5"
  2223. }
  2224. }
  2225. },
  2226. {
  2227. "name": "thunder12",
  2228. "category": "Pistols",
  2229. "stats": {
  2230. "DPS": {
  2231. "real": "49.3",
  2232. "theoretical": "50",
  2233. "critical": "207.06",
  2234. "theoretical_critical": "210"
  2235. },
  2236. "DPH": {
  2237. "total": "50",
  2238. "critical": "250"
  2239. },
  2240. "HPS": {
  2241. "real": "0.986",
  2242. "theoretical": "1"
  2243. }
  2244. }
  2245. },
  2246. {
  2247. "name": "475magnum",
  2248. "category": "Pistols",
  2249. "stats": {
  2250. "DPS": {
  2251. "real": "37.5",
  2252. "theoretical": "40",
  2253. "critical": "157.5",
  2254. "theoretical_critical": "168"
  2255. },
  2256. "DPH": {
  2257. "total": "20",
  2258. "critical": "100"
  2259. },
  2260. "HPS": {
  2261. "real": "1.875",
  2262. "theoretical": "2"
  2263. }
  2264. }
  2265. },
  2266. {
  2267. "name": "ash12",
  2268. "category": "Pistols",
  2269. "stats": {
  2270. "DPS": {
  2271. "real": "35.73",
  2272. "theoretical": "37.5",
  2273. "critical": "150.05",
  2274. "theoretical_critical": "157.5"
  2275. },
  2276. "DPH": {
  2277. "total": "25",
  2278. "critical": "125"
  2279. },
  2280. "HPS": {
  2281. "real": "1.429",
  2282. "theoretical": "1.5"
  2283. }
  2284. }
  2285. },
  2286. {
  2287. "name": "mirages8",
  2288. "category": "Pistols",
  2289. "stats": {
  2290. "DPS": {
  2291. "real": "46.88",
  2292. "theoretical": "50",
  2293. "critical": "196.88",
  2294. "theoretical_critical": "210"
  2295. },
  2296. "DPH": {
  2297. "total": "25",
  2298. "critical": "125"
  2299. },
  2300. "HPS": {
  2301. "real": "1.875",
  2302. "theoretical": "2"
  2303. }
  2304. }
  2305. },
  2306. {
  2307. "name": "greyhawk55",
  2308. "category": "Pistols",
  2309. "stats": {
  2310. "DPS": {
  2311. "real": "42.87",
  2312. "theoretical": "45",
  2313. "critical": "180.05",
  2314. "theoretical_critical": "189"
  2315. },
  2316. "DPH": {
  2317. "total": "30",
  2318. "critical": "150"
  2319. },
  2320. "HPS": {
  2321. "real": "1.429",
  2322. "theoretical": "1.5"
  2323. }
  2324. }
  2325. },
  2326. {
  2327. "name": "daystar55",
  2328. "category": "Pistols",
  2329. "stats": {
  2330. "DPS": {
  2331. "real": "56.25",
  2332. "theoretical": "60",
  2333. "critical": "236.25",
  2334. "theoretical_critical": "252"
  2335. },
  2336. "DPH": {
  2337. "total": "30",
  2338. "critical": "150"
  2339. },
  2340. "HPS": {
  2341. "real": "1.875",
  2342. "theoretical": "2"
  2343. }
  2344. }
  2345. },
  2346. {
  2347. "name": "doubleshotaax",
  2348. "category": "Pistols",
  2349. "stats": {
  2350. "DPS": {
  2351. "real": "71.45",
  2352. "theoretical": "75",
  2353. "critical": "300.09",
  2354. "theoretical_critical": "315"
  2355. },
  2356. "DPH": {
  2357. "total": "25 x 2 = 50",
  2358. "critical": "125"
  2359. },
  2360. "HPS": {
  2361. "real": "1.429",
  2362. "theoretical": "1.5"
  2363. }
  2364. }
  2365. },
  2366. {
  2367. "name": "xpython",
  2368. "category": "Pistols",
  2369. "stats": {
  2370. "DPS": {
  2371. "real": "85.74",
  2372. "theoretical": "90",
  2373. "critical": "360.11",
  2374. "theoretical_critical": "378"
  2375. },
  2376. "DPH": {
  2377. "total": "60",
  2378. "critical": "300"
  2379. },
  2380. "HPS": {
  2381. "real": "1.429",
  2382. "theoretical": "1.5"
  2383. }
  2384. }
  2385. },
  2386. {
  2387. "name": "qr22obsidian",
  2388. "category": "Pistols",
  2389. "stats": {
  2390. "DPS": {
  2391. "real": "93.75",
  2392. "theoretical": "100",
  2393. "critical": "393.75",
  2394. "theoretical_critical": "420"
  2395. },
  2396. "DPH": {
  2397. "total": "50",
  2398. "critical": "250"
  2399. },
  2400. "HPS": {
  2401. "real": "1.875",
  2402. "theoretical": "2"
  2403. }
  2404. }
  2405. },
  2406. {
  2407. "name": "rhea55",
  2408. "category": "Pistols",
  2409. "stats": {
  2410. "DPS": {
  2411. "real": "100.03",
  2412. "theoretical": "105",
  2413. "critical": "420.13",
  2414. "theoretical_critical": "441"
  2415. },
  2416. "DPH": {
  2417. "total": "70",
  2418. "critical": "350"
  2419. },
  2420. "HPS": {
  2421. "real": "1.429",
  2422. "theoretical": "1.5"
  2423. }
  2424. }
  2425. },
  2426. {
  2427. "name": "hornetyj9",
  2428. "category": "Pistols",
  2429. "stats": {
  2430. "DPS": {
  2431. "real": "112.5",
  2432. "theoretical": "120",
  2433. "critical": "472.5",
  2434. "theoretical_critical": "504"
  2435. },
  2436. "DPH": {
  2437. "total": "60",
  2438. "critical": "300"
  2439. },
  2440. "HPS": {
  2441. "real": "1.875",
  2442. "theoretical": "2"
  2443. }
  2444. }
  2445. },
  2446. {
  2447. "name": "wyvernrx8",
  2448. "category": "Pistols",
  2449. "stats": {
  2450. "DPS": {
  2451. "real": "656.25",
  2452. "theoretical": "700",
  2453. "critical": null,
  2454. "theoretical_critical": null
  2455. },
  2456. "DPH": {
  2457. "total": "280 + 70 = 350",
  2458. "critical": null
  2459. },
  2460. "HPS": {
  2461. "real": "1.875",
  2462. "theoretical": "2"
  2463. }
  2464. }
  2465. },
  2466. {
  2467. "name": "corpseshooter",
  2468. "category": "Pistols",
  2469. "stats": {
  2470. "DPS": {
  2471. "real": "35.73",
  2472. "theoretical": "37.5",
  2473. "critical": "150.05",
  2474. "theoretical_critical": "157.5"
  2475. },
  2476. "DPH": {
  2477. "total": "25",
  2478. "critical": "125"
  2479. },
  2480. "HPS": {
  2481. "real": "1.429",
  2482. "theoretical": "1.5"
  2483. }
  2484. }
  2485. },
  2486. {
  2487. "name": "vlockxd11",
  2488. "category": "Pistols",
  2489. "stats": {
  2490. "DPS": {
  2491. "real": "56.25",
  2492. "theoretical": "60",
  2493. "critical": "236.25",
  2494. "theoretical_critical": "252"
  2495. },
  2496. "DPH": {
  2497. "total": "30",
  2498. "critical": "150"
  2499. },
  2500. "HPS": {
  2501. "real": "1.875",
  2502. "theoretical": "2"
  2503. }
  2504. }
  2505. },
  2506. {
  2507. "name": "desertrat",
  2508. "category": "Pistols",
  2509. "stats": {
  2510. "DPS": {
  2511. "real": "75",
  2512. "theoretical": "80",
  2513. "critical": "315",
  2514. "theoretical_critical": "336"
  2515. },
  2516. "DPH": {
  2517. "total": "40",
  2518. "critical": "200"
  2519. },
  2520. "HPS": {
  2521. "real": "1.875",
  2522. "theoretical": "2"
  2523. }
  2524. }
  2525. },
  2526. {
  2527. "name": "chainrevolver",
  2528. "category": "Pistols",
  2529. "stats": {
  2530. "DPS": {
  2531. "real": "100",
  2532. "theoretical": "120",
  2533. "critical": "420",
  2534. "theoretical_critical": "504"
  2535. },
  2536. "DPH": {
  2537. "total": "20",
  2538. "critical": "100"
  2539. },
  2540. "HPS": {
  2541. "real": "5",
  2542. "theoretical": "6"
  2543. }
  2544. }
  2545. },
  2546. {
  2547. "name": "serpentsfangs",
  2548. "category": "Pistols",
  2549. "stats": {
  2550. "DPS": {
  2551. "real": "158.81",
  2552. "theoretical": "180",
  2553. "critical": "666.98",
  2554. "theoretical_critical": "756"
  2555. },
  2556. "DPH": {
  2557. "total": "45",
  2558. "critical": "225"
  2559. },
  2560. "HPS": {
  2561. "real": "3.529",
  2562. "theoretical": "4"
  2563. }
  2564. }
  2565. },
  2566. {
  2567. "name": "xbetadawncat",
  2568. "category": "Pistols",
  2569. "stats": {
  2570. "DPS": {
  2571. "real": "5.63",
  2572. "theoretical": "6",
  2573. "critical": "23.63",
  2574. "theoretical_critical": "25.2"
  2575. },
  2576. "DPH": {
  2577. "total": "3",
  2578. "critical": "15"
  2579. },
  2580. "HPS": {
  2581. "real": "1.875",
  2582. "theoretical": "2"
  2583. }
  2584. }
  2585. },
  2586. {
  2587. "name": "duskenforcer",
  2588. "category": "Pistols",
  2589. "stats": {
  2590. "DPS": {
  2591. "real": "75",
  2592. "theoretical": "80",
  2593. "critical": "315",
  2594. "theoretical_critical": "336"
  2595. },
  2596. "DPH": {
  2597. "total": "40",
  2598. "critical": "200"
  2599. },
  2600. "HPS": {
  2601. "real": "1.875",
  2602. "theoretical": "2"
  2603. }
  2604. }
  2605. },
  2606. {
  2607. "name": "xduskenforcer",
  2608. "category": "Pistols",
  2609. "stats": {
  2610. "DPS": {
  2611. "real": "93.75",
  2612. "theoretical": "100",
  2613. "critical": "393.75",
  2614. "theoretical_critical": "420"
  2615. },
  2616. "DPH": {
  2617. "total": "50",
  2618. "critical": "250"
  2619. },
  2620. "HPS": {
  2621. "real": "1.875",
  2622. "theoretical": "2"
  2623. }
  2624. }
  2625. },
  2626. {
  2627. "name": "dawnenforcer",
  2628. "category": "Pistols",
  2629. "stats": {
  2630. "DPS": {
  2631. "real": "112.5",
  2632. "theoretical": "120",
  2633. "critical": "472.5",
  2634. "theoretical_critical": "504"
  2635. },
  2636. "DPH": {
  2637. "total": "60",
  2638. "critical": "300"
  2639. },
  2640. "HPS": {
  2641. "real": "1.875",
  2642. "theoretical": "2"
  2643. }
  2644. }
  2645. },
  2646. {
  2647. "name": "survivorslock19c",
  2648. "category": "Pistols",
  2649. "stats": {
  2650. "DPS": {
  2651. "real": "24.38",
  2652. "theoretical": "26",
  2653. "critical": "102.38",
  2654. "theoretical_critical": "109.2"
  2655. },
  2656. "DPH": {
  2657. "total": "13",
  2658. "critical": "65"
  2659. },
  2660. "HPS": {
  2661. "real": "1.875",
  2662. "theoretical": "2"
  2663. }
  2664. }
  2665. },
  2666. {
  2667. "name": "survivorskolt45",
  2668. "category": "Pistols",
  2669. "stats": {
  2670. "DPS": {
  2671. "real": "28.58",
  2672. "theoretical": "30",
  2673. "critical": "120.04",
  2674. "theoretical_critical": "126"
  2675. },
  2676. "DPH": {
  2677. "total": "20",
  2678. "critical": "100"
  2679. },
  2680. "HPS": {
  2681. "real": "1.429",
  2682. "theoretical": "1.5"
  2683. }
  2684. }
  2685. },
  2686. {
  2687. "name": "prowlerp225",
  2688. "category": "Pistols",
  2689. "stats": {
  2690. "DPS": {
  2691. "real": "64.31",
  2692. "theoretical": "67.5",
  2693. "critical": "270.08",
  2694. "theoretical_critical": "283.5"
  2695. },
  2696. "DPH": {
  2697. "total": "45",
  2698. "critical": "225"
  2699. },
  2700. "HPS": {
  2701. "real": "1.429",
  2702. "theoretical": "1.5"
  2703. }
  2704. }
  2705. },
  2706. {
  2707. "name": "stockingstuffer",
  2708. "category": "Pistols",
  2709. "stats": {
  2710. "DPS": {
  2711. "real": "314.38",
  2712. "theoretical": "330",
  2713. "critical": null,
  2714. "theoretical_critical": null
  2715. },
  2716. "DPH": {
  2717. "total": "220",
  2718. "critical": null
  2719. },
  2720. "HPS": {
  2721. "real": "1.429",
  2722. "theoretical": "1.5"
  2723. }
  2724. }
  2725. },
  2726. {
  2727. "name": "handtalon38",
  2728. "category": "Pistols",
  2729. "stats": {
  2730. "DPS": {
  2731. "real": "114.32",
  2732. "theoretical": "120",
  2733. "critical": "480.14",
  2734. "theoretical_critical": "504"
  2735. },
  2736. "DPH": {
  2737. "total": "26.66 x 3",
  2738. "critical": "133.3 x 3"
  2739. },
  2740. "HPS": {
  2741. "real": "4.287",
  2742. "theoretical": "4.5"
  2743. }
  2744. }
  2745. },
  2746. {
  2747. "name": "betarx4",
  2748. "category": "Rifles",
  2749. "stats": {
  2750. "DPS": {
  2751. "real": "11.62",
  2752. "theoretical": "12",
  2753. "critical": "48.79",
  2754. "theoretical_critical": "50.4"
  2755. },
  2756. "DPH": {
  2757. "total": "12",
  2758. "critical": "60"
  2759. },
  2760. "HPS": {
  2761. "real": "0.968",
  2762. "theoretical": "1"
  2763. }
  2764. }
  2765. },
  2766. {
  2767. "name": "mini41",
  2768. "category": "Rifles",
  2769. "stats": {
  2770. "DPS": {
  2771. "real": "12.58",
  2772. "theoretical": "13",
  2773. "critical": "52.85",
  2774. "theoretical_critical": "54.6"
  2775. },
  2776. "DPH": {
  2777. "total": "13",
  2778. "critical": "65"
  2779. },
  2780. "HPS": {
  2781. "real": "0.968",
  2782. "theoretical": "1"
  2783. }
  2784. }
  2785. },
  2786. {
  2787. "name": "sl8",
  2788. "category": "Rifles",
  2789. "stats": {
  2790. "DPS": {
  2791. "real": "13.55",
  2792. "theoretical": "14",
  2793. "critical": "56.92",
  2794. "theoretical_critical": "58.8"
  2795. },
  2796. "DPH": {
  2797. "total": "14",
  2798. "critical": "70"
  2799. },
  2800. "HPS": {
  2801. "real": "0.968",
  2802. "theoretical": "1"
  2803. }
  2804. }
  2805. },
  2806. {
  2807. "name": "henryfield",
  2808. "category": "Rifles",
  2809. "stats": {
  2810. "DPS": {
  2811. "real": "14.79",
  2812. "theoretical": "15",
  2813. "critical": "62.12",
  2814. "theoretical_critical": "63"
  2815. },
  2816. "DPH": {
  2817. "total": "15",
  2818. "critical": "75"
  2819. },
  2820. "HPS": {
  2821. "real": "0.986",
  2822. "theoretical": "1"
  2823. }
  2824. }
  2825. },
  2826. {
  2827. "name": "m24",
  2828. "category": "Rifles",
  2829. "stats": {
  2830. "DPS": {
  2831. "real": "15.49",
  2832. "theoretical": "16",
  2833. "critical": "65.05",
  2834. "theoretical_critical": "67.2"
  2835. },
  2836. "DPH": {
  2837. "total": "16",
  2838. "critical": "80"
  2839. },
  2840. "HPS": {
  2841. "real": "0.968",
  2842. "theoretical": "1"
  2843. }
  2844. }
  2845. },
  2846. {
  2847. "name": "huntsmanxp12",
  2848. "category": "Rifles",
  2849. "stats": {
  2850. "DPS": {
  2851. "real": "17.42",
  2852. "theoretical": "18",
  2853. "critical": "73.18",
  2854. "theoretical_critical": "75.6"
  2855. },
  2856. "DPH": {
  2857. "total": "18",
  2858. "critical": "90"
  2859. },
  2860. "HPS": {
  2861. "real": "0.968",
  2862. "theoretical": "1"
  2863. }
  2864. }
  2865. },
  2866. {
  2867. "name": "m1garand",
  2868. "category": "Rifles",
  2869. "stats": {
  2870. "DPS": {
  2871. "real": "17.42",
  2872. "theoretical": "18",
  2873. "critical": "73.18",
  2874. "theoretical_critical": "75.6"
  2875. },
  2876. "DPH": {
  2877. "total": "18",
  2878. "critical": "90"
  2879. },
  2880. "HPS": {
  2881. "real": "0.968",
  2882. "theoretical": "1"
  2883. }
  2884. }
  2885. },
  2886. {
  2887. "name": "chesterfield",
  2888. "category": "Rifles",
  2889. "stats": {
  2890. "DPS": {
  2891. "real": "18.39",
  2892. "theoretical": "19",
  2893. "critical": "77.25",
  2894. "theoretical_critical": "79.8"
  2895. },
  2896. "DPH": {
  2897. "total": "19",
  2898. "critical": "95"
  2899. },
  2900. "HPS": {
  2901. "real": "0.968",
  2902. "theoretical": "1"
  2903. }
  2904. }
  2905. },
  2906. {
  2907. "name": "glacialwarfare",
  2908. "category": "Rifles",
  2909. "stats": {
  2910. "DPS": {
  2911. "real": "19.36",
  2912. "theoretical": "20",
  2913. "critical": "81.31",
  2914. "theoretical_critical": "84"
  2915. },
  2916. "DPH": {
  2917. "total": "20",
  2918. "critical": "100"
  2919. },
  2920. "HPS": {
  2921. "real": "0.968",
  2922. "theoretical": "1"
  2923. }
  2924. }
  2925. },
  2926. {
  2927. "name": "makeshiftrifle",
  2928. "category": "Rifles",
  2929. "stats": {
  2930. "DPS": {
  2931. "real": "20.33",
  2932. "theoretical": "21",
  2933. "critical": "85.38",
  2934. "theoretical_critical": "88.2"
  2935. },
  2936. "DPH": {
  2937. "total": "21",
  2938. "critical": "105"
  2939. },
  2940. "HPS": {
  2941. "real": "0.968",
  2942. "theoretical": "1"
  2943. }
  2944. }
  2945. },
  2946. {
  2947. "name": "m21",
  2948. "category": "Rifles",
  2949. "stats": {
  2950. "DPS": {
  2951. "real": "20.33",
  2952. "theoretical": "21",
  2953. "critical": "85.38",
  2954. "theoretical_critical": "88.2"
  2955. },
  2956. "DPH": {
  2957. "total": "21",
  2958. "critical": "105"
  2959. },
  2960. "HPS": {
  2961. "real": "0.968",
  2962. "theoretical": "1"
  2963. }
  2964. }
  2965. },
  2966. {
  2967. "name": "msg9",
  2968. "category": "Rifles",
  2969. "stats": {
  2970. "DPS": {
  2971. "real": "21.3",
  2972. "theoretical": "22",
  2973. "critical": "89.44",
  2974. "theoretical_critical": "92.4"
  2975. },
  2976. "DPH": {
  2977. "total": "22",
  2978. "critical": "110"
  2979. },
  2980. "HPS": {
  2981. "real": "0.968",
  2982. "theoretical": "1"
  2983. }
  2984. }
  2985. },
  2986. {
  2987. "name": "marksmanmx90",
  2988. "category": "Rifles",
  2989. "stats": {
  2990. "DPS": {
  2991. "real": "23.23",
  2992. "theoretical": "24",
  2993. "critical": "97.57",
  2994. "theoretical_critical": "100.8"
  2995. },
  2996. "DPH": {
  2997. "total": "24",
  2998. "critical": "120"
  2999. },
  3000. "HPS": {
  3001. "real": "0.968",
  3002. "theoretical": "1"
  3003. }
  3004. }
  3005. },
  3006. {
  3007. "name": "alphajudge",
  3008. "category": "Rifles",
  3009. "stats": {
  3010. "DPS": {
  3011. "real": "34.3",
  3012. "theoretical": "36",
  3013. "critical": "144.04",
  3014. "theoretical_critical": "151.2"
  3015. },
  3016. "DPH": {
  3017. "total": "24",
  3018. "critical": "120"
  3019. },
  3020. "HPS": {
  3021. "real": "1.429",
  3022. "theoretical": "1.5"
  3023. }
  3024. }
  3025. },
  3026. {
  3027. "name": "sic550",
  3028. "category": "Rifles",
  3029. "stats": {
  3030. "DPS": {
  3031. "real": "24.29",
  3032. "theoretical": "25.5",
  3033. "critical": "102.03",
  3034. "theoretical_critical": "107.1"
  3035. },
  3036. "DPH": {
  3037. "total": "17",
  3038. "critical": "85"
  3039. },
  3040. "HPS": {
  3041. "real": "1.429",
  3042. "theoretical": "1.5"
  3043. }
  3044. }
  3045. },
  3046. {
  3047. "name": "hawkop96",
  3048. "category": "Rifles",
  3049. "stats": {
  3050. "DPS": {
  3051. "real": "25.17",
  3052. "theoretical": "26",
  3053. "critical": "105.71",
  3054. "theoretical_critical": "109.2"
  3055. },
  3056. "DPH": {
  3057. "total": "26",
  3058. "critical": "130"
  3059. },
  3060. "HPS": {
  3061. "real": "0.968",
  3062. "theoretical": "1"
  3063. }
  3064. }
  3065. },
  3066. {
  3067. "name": "dragonsvd",
  3068. "category": "Rifles",
  3069. "stats": {
  3070. "DPS": {
  3071. "real": "27.15",
  3072. "theoretical": "28.5",
  3073. "critical": "114.03",
  3074. "theoretical_critical": "119.7"
  3075. },
  3076. "DPH": {
  3077. "total": "19",
  3078. "critical": "95"
  3079. },
  3080. "HPS": {
  3081. "real": "1.429",
  3082. "theoretical": "1.5"
  3083. }
  3084. }
  3085. },
  3086. {
  3087. "name": "ashensrsa1",
  3088. "category": "Rifles",
  3089. "stats": {
  3090. "DPS": {
  3091. "real": "30.01",
  3092. "theoretical": "31.5",
  3093. "critical": "126.04",
  3094. "theoretical_critical": "132.3"
  3095. },
  3096. "DPH": {
  3097. "total": "21",
  3098. "critical": "105"
  3099. },
  3100. "HPS": {
  3101. "real": "1.429",
  3102. "theoretical": "1.5"
  3103. }
  3104. }
  3105. },
  3106. {
  3107. "name": "m82a2",
  3108. "category": "Rifles",
  3109. "stats": {
  3110. "DPS": {
  3111. "real": "29.04",
  3112. "theoretical": "30",
  3113. "critical": "121.97",
  3114. "theoretical_critical": "126"
  3115. },
  3116. "DPH": {
  3117. "total": "30",
  3118. "critical": "150"
  3119. },
  3120. "HPS": {
  3121. "real": "0.968",
  3122. "theoretical": "1"
  3123. }
  3124. }
  3125. },
  3126. {
  3127. "name": "vssvintorez",
  3128. "category": "Rifles",
  3129. "stats": {
  3130. "DPS": {
  3131. "real": "31.44",
  3132. "theoretical": "33",
  3133. "critical": "132.04",
  3134. "theoretical_critical": "138.6"
  3135. },
  3136. "DPH": {
  3137. "total": "22",
  3138. "critical": "110"
  3139. },
  3140. "HPS": {
  3141. "real": "1.429",
  3142. "theoretical": "1.5"
  3143. }
  3144. }
  3145. },
  3146. {
  3147. "name": "577rex",
  3148. "category": "Rifles",
  3149. "stats": {
  3150. "DPS": {
  3151. "real": "38.72",
  3152. "theoretical": "40",
  3153. "critical": "162.62",
  3154. "theoretical_critical": "168"
  3155. },
  3156. "DPH": {
  3157. "total": "40",
  3158. "critical": "200"
  3159. },
  3160. "HPS": {
  3161. "real": "0.968",
  3162. "theoretical": "1"
  3163. }
  3164. }
  3165. },
  3166. {
  3167. "name": "ironsight33f",
  3168. "category": "Rifles",
  3169. "stats": {
  3170. "DPS": {
  3171. "real": "48.4",
  3172. "theoretical": "50",
  3173. "critical": "203.28",
  3174. "theoretical_critical": "210"
  3175. },
  3176. "DPH": {
  3177. "total": "50",
  3178. "critical": "250"
  3179. },
  3180. "HPS": {
  3181. "real": "0.968",
  3182. "theoretical": "1"
  3183. }
  3184. }
  3185. },
  3186. {
  3187. "name": "pierceshot33p",
  3188. "category": "Rifles",
  3189. "stats": {
  3190. "DPS": {
  3191. "real": "67.76",
  3192. "theoretical": "70",
  3193. "critical": "284.59",
  3194. "theoretical_critical": "294"
  3195. },
  3196. "DPH": {
  3197. "total": "56 + 14 = 70",
  3198. "critical": "280 + 70 = 350"
  3199. },
  3200. "HPS": {
  3201. "real": "0.968",
  3202. "theoretical": "1"
  3203. }
  3204. }
  3205. },
  3206. {
  3207. "name": "worgcarbine",
  3208. "category": "Rifles",
  3209. "stats": {
  3210. "DPS": {
  3211. "real": "65.63",
  3212. "theoretical": "70",
  3213. "critical": "275.63",
  3214. "theoretical_critical": "294"
  3215. },
  3216. "DPH": {
  3217. "total": "35",
  3218. "critical": "175"
  3219. },
  3220. "HPS": {
  3221. "real": "1.875",
  3222. "theoretical": "2"
  3223. }
  3224. }
  3225. },
  3226. {
  3227. "name": "xgarand",
  3228. "category": "Rifles",
  3229. "stats": {
  3230. "DPS": {
  3231. "real": "87.12",
  3232. "theoretical": "90",
  3233. "critical": "365.9",
  3234. "theoretical_critical": "378"
  3235. },
  3236. "DPH": {
  3237. "total": "90",
  3238. "critical": "450"
  3239. },
  3240. "HPS": {
  3241. "real": "0.968",
  3242. "theoretical": "1"
  3243. }
  3244. }
  3245. },
  3246. {
  3247. "name": "rusthound37e",
  3248. "category": "Rifles",
  3249. "stats": {
  3250. "DPS": {
  3251. "real": "96.8",
  3252. "theoretical": "100",
  3253. "critical": "406.56",
  3254. "theoretical_critical": "420"
  3255. },
  3256. "DPH": {
  3257. "total": "100",
  3258. "critical": "500"
  3259. },
  3260. "HPS": {
  3261. "real": "0.968",
  3262. "theoretical": "1"
  3263. }
  3264. }
  3265. },
  3266. {
  3267. "name": "nighthawkyj4",
  3268. "category": "Rifles",
  3269. "stats": {
  3270. "DPS": {
  3271. "real": "114.32",
  3272. "theoretical": "120",
  3273. "critical": "480.14",
  3274. "theoretical_critical": "504"
  3275. },
  3276. "DPH": {
  3277. "total": "80",
  3278. "critical": "400"
  3279. },
  3280. "HPS": {
  3281. "real": "1.429",
  3282. "theoretical": "1.5"
  3283. }
  3284. }
  3285. },
  3286. {
  3287. "name": "vindicatorm50",
  3288. "category": "Rifles",
  3289. "stats": {
  3290. "DPS": {
  3291. "real": "154.88",
  3292. "theoretical": "160",
  3293. "critical": "650.5",
  3294. "theoretical_critical": "672"
  3295. },
  3296. "DPH": {
  3297. "total": "96 + 32 + 32 = 160",
  3298. "critical": "480 + 160 + 160 = 800"
  3299. },
  3300. "HPS": {
  3301. "real": "0.968",
  3302. "theoretical": "1"
  3303. }
  3304. }
  3305. },
  3306. {
  3307. "name": "rebellion",
  3308. "category": "Rifles",
  3309. "stats": {
  3310. "DPS": {
  3311. "real": "85.74",
  3312. "theoretical": "90",
  3313. "critical": "360.11",
  3314. "theoretical_critical": "378"
  3315. },
  3316. "DPH": {
  3317. "total": "60",
  3318. "critical": "300"
  3319. },
  3320. "HPS": {
  3321. "real": "1.429",
  3322. "theoretical": "1.5"
  3323. }
  3324. }
  3325. },
  3326. {
  3327. "name": "corpsepiercer",
  3328. "category": "Rifles",
  3329. "stats": {
  3330. "DPS": {
  3331. "real": "43.56",
  3332. "theoretical": "45",
  3333. "critical": "182.95",
  3334. "theoretical_critical": "189"
  3335. },
  3336. "DPH": {
  3337. "total": "45",
  3338. "critical": "225"
  3339. },
  3340. "HPS": {
  3341. "real": "0.968",
  3342. "theoretical": "1"
  3343. }
  3344. }
  3345. },
  3346. {
  3347. "name": "marksmang8",
  3348. "category": "Rifles",
  3349. "stats": {
  3350. "DPS": {
  3351. "real": "64.31",
  3352. "theoretical": "67.5",
  3353. "critical": "270.08",
  3354. "theoretical_critical": "283.5"
  3355. },
  3356. "DPH": {
  3357. "total": "45",
  3358. "critical": "225"
  3359. },
  3360. "HPS": {
  3361. "real": "1.429",
  3362. "theoretical": "1.5"
  3363. }
  3364. }
  3365. },
  3366. {
  3367. "name": "longshotpp10",
  3368. "category": "Rifles",
  3369. "stats": {
  3370. "DPS": {
  3371. "real": "77.44",
  3372. "theoretical": "80",
  3373. "critical": "325.25",
  3374. "theoretical_critical": "336"
  3375. },
  3376. "DPH": {
  3377. "total": "80",
  3378. "critical": "400"
  3379. },
  3380. "HPS": {
  3381. "real": "0.968",
  3382. "theoretical": "1"
  3383. }
  3384. }
  3385. },
  3386. {
  3387. "name": "torchbolt",
  3388. "category": "Rifles",
  3389. "stats": {
  3390. "DPS": {
  3391. "real": "112.5",
  3392. "theoretical": "120",
  3393. "critical": "472.5",
  3394. "theoretical_critical": "504"
  3395. },
  3396. "DPH": {
  3397. "total": "60",
  3398. "critical": "300"
  3399. },
  3400. "HPS": {
  3401. "real": "1.875",
  3402. "theoretical": "2"
  3403. }
  3404. }
  3405. },
  3406. {
  3407. "name": "barnellrf31crossbow",
  3408. "category": "Rifles",
  3409. "stats": {
  3410. "DPS": {
  3411. "real": "110.35",
  3412. "theoretical": "114",
  3413. "critical": "463.48",
  3414. "theoretical_critical": "478.8"
  3415. },
  3416. "DPH": {
  3417. "total": "114",
  3418. "critical": "570"
  3419. },
  3420. "HPS": {
  3421. "real": "0.968",
  3422. "theoretical": "1"
  3423. }
  3424. }
  3425. },
  3426. {
  3427. "name": "hailstormc12",
  3428. "category": "Rifles",
  3429. "stats": {
  3430. "DPS": {
  3431. "real": "97.77",
  3432. "theoretical": "101",
  3433. "critical": "410.63",
  3434. "theoretical_critical": "424.2"
  3435. },
  3436. "DPH": {
  3437. "total": "12.12 + 28.28 + 60.6 = 101",
  3438. "critical": "60.6 + 141.4 + 303 = 505"
  3439. },
  3440. "HPS": {
  3441. "real": "2.904",
  3442. "theoretical": "3"
  3443. }
  3444. }
  3445. },
  3446. {
  3447. "name": "impalercrossbow",
  3448. "category": "Rifles",
  3449. "stats": {
  3450. "DPS": {
  3451. "real": "112.5",
  3452. "theoretical": "120",
  3453. "critical": "472.5",
  3454. "theoretical_critical": "504"
  3455. },
  3456. "DPH": {
  3457. "total": "15 x 4 = 60",
  3458. "critical": "75 x 4 = 300"
  3459. },
  3460. "HPS": {
  3461. "real": "7.5",
  3462. "theoretical": "8"
  3463. }
  3464. }
  3465. },
  3466. {
  3467. "name": "fleshseeker",
  3468. "category": "Rifles",
  3469. "stats": {
  3470. "DPS": {
  3471. "real": "178.13",
  3472. "theoretical": "190",
  3473. "critical": "748.13",
  3474. "theoretical_critical": "798"
  3475. },
  3476. "DPH": {
  3477. "total": "76 + 9.5 + 9.5 = 95",
  3478. "critical": "380 + 47.5 + 47.5 = 475"
  3479. },
  3480. "HPS": {
  3481. "real": "1.875",
  3482. "theoretical": "2"
  3483. }
  3484. }
  3485. },
  3486. {
  3487. "name": "xr2magstorm",
  3488. "category": "Rifles",
  3489. "stats": {
  3490. "DPS": {
  3491. "real": "750",
  3492. "theoretical": "769",
  3493. "critical": null,
  3494. "theoretical_critical": null
  3495. },
  3496. "DPH": {
  3497. "total": "1000",
  3498. "critical": null
  3499. },
  3500. "HPS": {
  3501. "real": "0.75",
  3502. "theoretical": "0.769"
  3503. }
  3504. }
  3505. },
  3506. {
  3507. "name": "duskcarbine",
  3508. "category": "Rifles",
  3509. "stats": {
  3510. "DPS": {
  3511. "real": "85.74",
  3512. "theoretical": "90",
  3513. "critical": "360.11",
  3514. "theoretical_critical": "378"
  3515. },
  3516. "DPH": {
  3517. "total": "60",
  3518. "critical": "300"
  3519. },
  3520. "HPS": {
  3521. "real": "1.429",
  3522. "theoretical": "1.5"
  3523. }
  3524. }
  3525. },
  3526. {
  3527. "name": "xduskcarbine",
  3528. "category": "Rifles",
  3529. "stats": {
  3530. "DPS": {
  3531. "real": "100.03",
  3532. "theoretical": "105",
  3533. "critical": "420.13",
  3534. "theoretical_critical": "441"
  3535. },
  3536. "DPH": {
  3537. "total": "70",
  3538. "critical": "350"
  3539. },
  3540. "HPS": {
  3541. "real": "1.429",
  3542. "theoretical": "1.5"
  3543. }
  3544. }
  3545. },
  3546. {
  3547. "name": "dawncarbine",
  3548. "category": "Rifles",
  3549. "stats": {
  3550. "DPS": {
  3551. "real": "114.32",
  3552. "theoretical": "120",
  3553. "critical": "480.14",
  3554. "theoretical_critical": "504"
  3555. },
  3556. "DPH": {
  3557. "total": "80",
  3558. "critical": "400"
  3559. },
  3560. "HPS": {
  3561. "real": "1.429",
  3562. "theoretical": "1.5"
  3563. }
  3564. }
  3565. },
  3566. {
  3567. "name": "wolfsbaneleveraction",
  3568. "category": "Rifles",
  3569. "stats": {
  3570. "DPS": {
  3571. "real": "78.75",
  3572. "theoretical": "84",
  3573. "critical": "330.75",
  3574. "theoretical_critical": "352.8"
  3575. },
  3576. "DPH": {
  3577. "total": "42",
  3578. "critical": "210"
  3579. },
  3580. "HPS": {
  3581. "real": "1.875",
  3582. "theoretical": "2"
  3583. }
  3584. }
  3585. },
  3586. {
  3587. "name": "frostshotfx50",
  3588. "category": "Rifles",
  3589. "stats": {
  3590. "DPS": {
  3591. "real": "73.57",
  3592. "theoretical": "76",
  3593. "critical": "308.99",
  3594. "theoretical_critical": "319.2"
  3595. },
  3596. "DPH": {
  3597. "total": "76",
  3598. "critical": "380"
  3599. },
  3600. "HPS": {
  3601. "real": "0.968",
  3602. "theoretical": "1"
  3603. }
  3604. }
  3605. },
  3606. {
  3607. "name": "577widow",
  3608. "category": "Rifles",
  3609. "stats": {
  3610. "DPS": {
  3611. "real": "64.31",
  3612. "theoretical": "67.5",
  3613. "critical": "270.08",
  3614. "theoretical_critical": "283.5"
  3615. },
  3616. "DPH": {
  3617. "total": "45",
  3618. "critical": "225"
  3619. },
  3620. "HPS": {
  3621. "real": "1.429",
  3622. "theoretical": "1.5"
  3623. }
  3624. }
  3625. },
  3626. {
  3627. "name": "xr1pulserifle",
  3628. "category": "Rifles",
  3629. "stats": {
  3630. "DPS": {
  3631. "real": "93.75",
  3632. "theoretical": "100",
  3633. "critical": "393.75",
  3634. "theoretical_critical": "420"
  3635. },
  3636. "DPH": {
  3637. "total": "25 + 25",
  3638. "critical": "125 + 125"
  3639. },
  3640. "HPS": {
  3641. "real": "3.75",
  3642. "theoretical": "4"
  3643. }
  3644. }
  3645. },
  3646. {
  3647. "name": "ecocs20v",
  3648. "category": "Chainsaws",
  3649. "stats": {
  3650. "DPS": {
  3651. "real": "10.33",
  3652. "theoretical": "12.86",
  3653. "critical": "42",
  3654. "theoretical_critical": "54"
  3655. },
  3656. "DPH": {
  3657. "total": "21.5",
  3658. "critical": "7.5"
  3659. },
  3660. "HPS": {
  3661. "real": "6.667",
  3662. "theoretical": "8.571"
  3663. },
  3664. "Melee Range": {
  3665. "range": "1.5",
  3666. "cleave_width": "1"
  3667. }
  3668. }
  3669. },
  3670. {
  3671. "name": "ecohc150",
  3672. "category": "Chainsaws",
  3673. "stats": {
  3674. "DPS": {
  3675. "real": "13.33",
  3676. "theoretical": "17.14",
  3677. "critical": "56.01",
  3678. "theoretical_critical": "72"
  3679. },
  3680. "DPH": {
  3681. "total": "2",
  3682. "critical": "10"
  3683. },
  3684. "HPS": {
  3685. "real": "6.667",
  3686. "theoretical": "8.571"
  3687. },
  3688. "Melee Range": {
  3689. "range": "1.5",
  3690. "cleave_width": "1"
  3691. }
  3692. }
  3693. },
  3694. {
  3695. "name": "riptidemarinepro",
  3696. "category": "Chainsaws",
  3697. "stats": {
  3698. "DPS": {
  3699. "real": "20",
  3700. "theoretical": "25.71",
  3701. "critical": "84.01",
  3702. "theoretical_critical": "108"
  3703. },
  3704. "DPH": {
  3705. "total": "3",
  3706. "critical": "15"
  3707. },
  3708. "HPS": {
  3709. "real": "6.667",
  3710. "theoretical": "8.571"
  3711. },
  3712. "Melee Range": {
  3713. "range": "1.5",
  3714. "cleave_width": "1"
  3715. }
  3716. }
  3717. },
  3718. {
  3719. "name": "dilmarps",
  3720. "category": "Chainsaws",
  3721. "stats": {
  3722. "DPS": {
  3723. "real": "20",
  3724. "theoretical": "25.71",
  3725. "critical": "84.01",
  3726. "theoretical_critical": "108"
  3727. },
  3728. "DPH": {
  3729. "total": "3",
  3730. "critical": "15"
  3731. },
  3732. "HPS": {
  3733. "real": "6.667",
  3734. "theoretical": "8.571"
  3735. },
  3736. "Melee Range": {
  3737. "range": "1.5",
  3738. "cleave_width": "1"
  3739. }
  3740. }
  3741. },
  3742. {
  3743. "name": "makeshiftchainsaw",
  3744. "category": "Chainsaws",
  3745. "stats": {
  3746. "DPS": {
  3747. "real": "23.34",
  3748. "theoretical": "30",
  3749. "critical": "98.01",
  3750. "theoretical_critical": "126"
  3751. },
  3752. "DPH": {
  3753. "total": "3.5",
  3754. "critical": "17.5"
  3755. },
  3756. "HPS": {
  3757. "real": "6.667",
  3758. "theoretical": "8.571"
  3759. },
  3760. "Melee Range": {
  3761. "range": "1.5",
  3762. "cleave_width": "1"
  3763. }
  3764. }
  3765. },
  3766. {
  3767. "name": "ronanpro",
  3768. "category": "Chainsaws",
  3769. "stats": {
  3770. "DPS": {
  3771. "real": "26.67",
  3772. "theoretical": "34.29",
  3773. "critical": "112.01",
  3774. "theoretical_critical": "144"
  3775. },
  3776. "DPH": {
  3777. "total": "4",
  3778. "critical": "20"
  3779. },
  3780. "HPS": {
  3781. "real": "6.667",
  3782. "theoretical": "8.571"
  3783. },
  3784. "Melee Range": {
  3785. "range": "1.5",
  3786. "cleave_width": "1"
  3787. }
  3788. }
  3789. },
  3790. {
  3791. "name": "lumberjackgg6",
  3792. "category": "Chainsaws",
  3793. "stats": {
  3794. "DPS": {
  3795. "real": "33.34",
  3796. "theoretical": "42.86",
  3797. "critical": "140.01",
  3798. "theoretical_critical": "180"
  3799. },
  3800. "DPH": {
  3801. "total": "5",
  3802. "critical": "25"
  3803. },
  3804. "HPS": {
  3805. "real": "6.667",
  3806. "theoretical": "8.571"
  3807. },
  3808. "Melee Range": {
  3809. "range": "1.5",
  3810. "cleave_width": "1"
  3811. }
  3812. }
  3813. },
  3814. {
  3815. "name": "steelms800",
  3816. "category": "Chainsaws",
  3817. "stats": {
  3818. "DPS": {
  3819. "real": "33.34",
  3820. "theoretical": "42.86",
  3821. "critical": "140.01",
  3822. "theoretical_critical": "180"
  3823. },
  3824. "DPH": {
  3825. "total": "5",
  3826. "critical": "25"
  3827. },
  3828. "HPS": {
  3829. "real": "6.667",
  3830. "theoretical": "8.571"
  3831. },
  3832. "Melee Range": {
  3833. "range": "1.5",
  3834. "cleave_width": "1"
  3835. }
  3836. }
  3837. },
  3838. {
  3839. "name": "tyrantt220",
  3840. "category": "Chainsaws",
  3841. "stats": {
  3842. "DPS": {
  3843. "real": "36.67",
  3844. "theoretical": "47.14",
  3845. "critical": "154.02",
  3846. "theoretical_critical": "198"
  3847. },
  3848. "DPH": {
  3849. "total": "5.5",
  3850. "critical": "27.5"
  3851. },
  3852. "HPS": {
  3853. "real": "6.667",
  3854. "theoretical": "8.571"
  3855. },
  3856. "Melee Range": {
  3857. "range": "1.5",
  3858. "cleave_width": "1"
  3859. }
  3860. }
  3861. },
  3862. {
  3863. "name": "grinder",
  3864. "category": "Chainsaws",
  3865. "stats": {
  3866. "DPS": {
  3867. "real": "46.66",
  3868. "theoretical": "59.99",
  3869. "critical": "196",
  3870. "theoretical_critical": "251.98"
  3871. },
  3872. "DPH": {
  3873. "total": "7",
  3874. "critical": "35"
  3875. },
  3876. "HPS": {
  3877. "real": "6.667",
  3878. "theoretical": "8.571"
  3879. },
  3880. "Melee Range": {
  3881. "range": "1.5",
  3882. "cleave_width": "1"
  3883. }
  3884. }
  3885. },
  3886. {
  3887. "name": "steel090",
  3888. "category": "Chainsaws",
  3889. "stats": {
  3890. "DPS": {
  3891. "real": "53.33",
  3892. "theoretical": "68.56",
  3893. "critical": "224.01",
  3894. "theoretical_critical": "287.98"
  3895. },
  3896. "DPH": {
  3897. "total": "8",
  3898. "critical": "40"
  3899. },
  3900. "HPS": {
  3901. "real": "6.667",
  3902. "theoretical": "8.571"
  3903. },
  3904. "Melee Range": {
  3905. "range": "2",
  3906. "cleave_width": "1"
  3907. }
  3908. }
  3909. },
  3910. {
  3911. "name": "ripsawg12",
  3912. "category": "Chainsaws",
  3913. "stats": {
  3914. "DPS": {
  3915. "real": "66.67",
  3916. "theoretical": "85.71",
  3917. "critical": "280.01",
  3918. "theoretical_critical": "359.98"
  3919. },
  3920. "DPH": {
  3921. "total": "10",
  3922. "critical": "50"
  3923. },
  3924. "HPS": {
  3925. "real": "6.667",
  3926. "theoretical": "8.571"
  3927. },
  3928. "Melee Range": {
  3929. "range": "1.85",
  3930. "cleave_width": "1.15"
  3931. }
  3932. }
  3933. },
  3934. {
  3935. "name": "mutilatorg12",
  3936. "category": "Chainsaws",
  3937. "stats": {
  3938. "DPS": {
  3939. "real": "86.68",
  3940. "theoretical": "111.43",
  3941. "critical": "364.04",
  3942. "theoretical_critical": "468"
  3943. },
  3944. "DPH": {
  3945. "total": "13",
  3946. "critical": "65"
  3947. },
  3948. "HPS": {
  3949. "real": "6.667",
  3950. "theoretical": "8.571"
  3951. },
  3952. "Melee Range": {
  3953. "range": "1.85",
  3954. "cleave_width": "1.15"
  3955. }
  3956. }
  3957. },
  3958. {
  3959. "name": "goretooth44g",
  3960. "category": "Chainsaws",
  3961. "stats": {
  3962. "DPS": {
  3963. "real": "90",
  3964. "theoretical": "115.70",
  3965. "critical": "378.02",
  3966. "theoretical_critical": "485.98"
  3967. },
  3968. "DPH": {
  3969. "total": "13.5",
  3970. "critical": "67.5"
  3971. },
  3972. "HPS": {
  3973. "real": "6.667",
  3974. "theoretical": "8.571"
  3975. },
  3976. "Melee Range": {
  3977. "range": "2",
  3978. "cleave_width": "1"
  3979. }
  3980. }
  3981. },
  3982. {
  3983. "name": "sharktoothripper",
  3984. "category": "Chainsaws",
  3985. "stats": {
  3986. "DPS": {
  3987. "real": "100",
  3988. "theoretical": "128.56",
  3989. "critical": "420.02",
  3990. "theoretical_critical": "539.97"
  3991. },
  3992. "DPH": {
  3993. "total": "15",
  3994. "critical": "75"
  3995. },
  3996. "HPS": {
  3997. "real": "6.667",
  3998. "theoretical": "8.571"
  3999. },
  4000. "Melee Range": {
  4001. "range": "2",
  4002. "cleave_width": "1"
  4003. }
  4004. }
  4005. },
  4006. {
  4007. "name": "fleshreaver",
  4008. "category": "Chainsaws",
  4009. "stats": {
  4010. "DPS": {
  4011. "real": "133.34",
  4012. "theoretical": "171.42",
  4013. "critical": "560.02",
  4014. "theoretical_critical": "719.96"
  4015. },
  4016. "DPH": {
  4017. "total": "20",
  4018. "critical": "100"
  4019. },
  4020. "HPS": {
  4021. "real": "6.667",
  4022. "theoretical": "8.571"
  4023. },
  4024. "Melee Range": {
  4025. "range": "3.2",
  4026. "cleave_width": "1.4"
  4027. }
  4028. }
  4029. },
  4030. {
  4031. "name": "corpsegrinder",
  4032. "category": "Chainsaws",
  4033. "stats": {
  4034. "DPS": {
  4035. "real": "60",
  4036. "theoretical": "77.13",
  4037. "critical": "252.01",
  4038. "theoretical_critical": "323.98"
  4039. },
  4040. "DPH": {
  4041. "total": "9",
  4042. "critical": "45"
  4043. },
  4044. "HPS": {
  4045. "real": "6.667",
  4046. "theoretical": "8.571"
  4047. },
  4048. "Melee Range": {
  4049. "range": "2",
  4050. "cleave_width": "1"
  4051. }
  4052. }
  4053. },
  4054. {
  4055. "name": "buzzbladern8",
  4056. "category": "Chainsaws",
  4057. "stats": {
  4058. "DPS": {
  4059. "real": "80",
  4060. "theoretical": "102.85",
  4061. "critical": "336.01",
  4062. "theoretical_critical": "431.97"
  4063. },
  4064. "DPH": {
  4065. "total": "12",
  4066. "critical": "60"
  4067. },
  4068. "HPS": {
  4069. "real": "6.667",
  4070. "theoretical": "8.571"
  4071. },
  4072. "Melee Range": {
  4073. "range": "2",
  4074. "cleave_width": "1"
  4075. }
  4076. }
  4077. },
  4078. {
  4079. "name": "grinderx3",
  4080. "category": "Chainsaws",
  4081. "stats": {
  4082. "DPS": {
  4083. "real": "93.33",
  4084. "theoretical": "119.99",
  4085. "critical": "392.02",
  4086. "theoretical_critical": "503.97"
  4087. },
  4088. "DPH": {
  4089. "total": "14",
  4090. "critical": "70"
  4091. },
  4092. "HPS": {
  4093. "real": "6.667",
  4094. "theoretical": "8.571"
  4095. },
  4096. "Melee Range": {
  4097. "range": "1.75",
  4098. "cleave_width": "1.25"
  4099. }
  4100. }
  4101. },
  4102. {
  4103. "name": "haresplitter",
  4104. "category": "Chainsaws",
  4105. "stats": {
  4106. "DPS": {
  4107. "real": "102.85",
  4108. "theoretical": "144",
  4109. "critical": "431.98",
  4110. "theoretical_critical": "604.8"
  4111. },
  4112. "DPH": {
  4113. "total": "12",
  4114. "critical": "60"
  4115. },
  4116. "HPS": {
  4117. "real": "8.571",
  4118. "theoretical": "12"
  4119. },
  4120. "Melee Range": {
  4121. "range": "2",
  4122. "cleave_width": "1"
  4123. }
  4124. }
  4125. },
  4126. {
  4127. "name": "dusksaw",
  4128. "category": "Chainsaws",
  4129. "stats": {
  4130. "DPS": {
  4131. "real": "90",
  4132. "theoretical": "115.70",
  4133. "critical": "378.01",
  4134. "theoretical_critical": "485.97"
  4135. },
  4136. "DPH": {
  4137. "total": "13.5",
  4138. "critical": "67.5"
  4139. },
  4140. "HPS": {
  4141. "real": "6.667",
  4142. "theoretical": "8.571"
  4143. },
  4144. "Melee Range": {
  4145. "range": "2",
  4146. "cleave_width": "1"
  4147. }
  4148. }
  4149. },
  4150. {
  4151. "name": "xdusksaw",
  4152. "category": "Chainsaws",
  4153. "stats": {
  4154. "DPS": {
  4155. "real": "100.01",
  4156. "theoretical": "128.57",
  4157. "critical": "420.04",
  4158. "theoretical_critical": "540"
  4159. },
  4160. "DPH": {
  4161. "total": "15",
  4162. "critical": "75"
  4163. },
  4164. "HPS": {
  4165. "real": "6.667",
  4166. "theoretical": "8.571"
  4167. },
  4168. "Melee Range": {
  4169. "range": "2",
  4170. "cleave_width": "1"
  4171. }
  4172. }
  4173. },
  4174. {
  4175. "name": "dawnsaw",
  4176. "category": "Chainsaws",
  4177. "stats": {
  4178. "DPS": {
  4179. "real": "120",
  4180. "theoretical": "154.27",
  4181. "critical": "504.02",
  4182. "theoretical_critical": "647.96"
  4183. },
  4184. "DPH": {
  4185. "total": "18",
  4186. "critical": "90"
  4187. },
  4188. "HPS": {
  4189. "real": "6.667",
  4190. "theoretical": "8.571"
  4191. },
  4192. "Melee Range": {
  4193. "range": "2.5",
  4194. "cleave_width": "1"
  4195. }
  4196. }
  4197. },
  4198. {
  4199. "name": "survivorschainsaw",
  4200. "category": "Chainsaws",
  4201. "stats": {
  4202. "DPS": {
  4203. "real": "40.01",
  4204. "theoretical": "51.43",
  4205. "critical": "168.02",
  4206. "theoretical_critical": "216"
  4207. },
  4208. "DPH": {
  4209. "total": "6",
  4210. "critical": "30"
  4211. },
  4212. "HPS": {
  4213. "real": "6.667",
  4214. "theoretical": "8.571"
  4215. },
  4216. "Melee Range": {
  4217. "range": "1.5",
  4218. "cleave_width": "1"
  4219. }
  4220. }
  4221. },
  4222. {
  4223. "name": "pumpkincarver",
  4224. "category": "Chainsaws",
  4225. "stats": {
  4226. "DPS": {
  4227. "real": "90.01",
  4228. "theoretical": "115.71",
  4229. "critical": "378.04",
  4230. "theoretical_critical": "486"
  4231. },
  4232. "DPH": {
  4233. "total": "13.5",
  4234. "critical": "67.5"
  4235. },
  4236. "HPS": {
  4237. "real": "6.667",
  4238. "theoretical": "8.571"
  4239. },
  4240. "Melee Range": {
  4241. "range": "1.5",
  4242. "cleave_width": "1"
  4243. }
  4244. }
  4245. },
  4246. {
  4247. "name": "butchersaw",
  4248. "category": "Chainsaws",
  4249. "stats": {
  4250. "DPS": {
  4251. "real": "93.34",
  4252. "theoretical": "120",
  4253. "critical": "392.04",
  4254. "theoretical_critical": "504"
  4255. },
  4256. "DPH": {
  4257. "total": "14",
  4258. "critical": "70"
  4259. },
  4260. "HPS": {
  4261. "real": "6.667",
  4262. "theoretical": "8.571"
  4263. },
  4264. "Melee Range": {
  4265. "range": "2.5",
  4266. "cleave_width": "1.4"
  4267. }
  4268. }
  4269. },
  4270. {
  4271. "name": "mancinim1",
  4272. "category": "Shotguns",
  4273. "stats": {
  4274. "DPS": {
  4275. "real": "28.58",
  4276. "theoretical": "30",
  4277. "critical": null,
  4278. "theoretical_critical": null
  4279. },
  4280. "DPH": {
  4281. "total": "2.5 x 8 = 20",
  4282. "critical": null
  4283. },
  4284. "HPS": {
  4285. "real": "1.429",
  4286. "theoretical": "1.5"
  4287. }
  4288. }
  4289. },
  4290. {
  4291. "name": "highlander",
  4292. "category": "Shotguns",
  4293. "stats": {
  4294. "DPS": {
  4295. "real": "51.44",
  4296. "theoretical": "54",
  4297. "critical": null,
  4298. "theoretical_critical": null
  4299. },
  4300. "DPH": {
  4301. "total": "4.5 x 8 = 36",
  4302. "critical": null
  4303. },
  4304. "HPS": {
  4305. "real": "1.429",
  4306. "theoretical": "1.5"
  4307. }
  4308. }
  4309. },
  4310. {
  4311. "name": "washington870",
  4312. "category": "Shotguns",
  4313. "stats": {
  4314. "DPS": {
  4315. "real": "40.01",
  4316. "theoretical": "42",
  4317. "critical": null,
  4318. "theoretical_critical": null
  4319. },
  4320. "DPH": {
  4321. "total": "3.5 x 8 = 28",
  4322. "critical": null
  4323. },
  4324. "HPS": {
  4325. "real": "1.429",
  4326. "theoretical": "1.5"
  4327. }
  4328. }
  4329. },
  4330. {
  4331. "name": "washington1100",
  4332. "category": "Shotguns",
  4333. "stats": {
  4334. "DPS": {
  4335. "real": "57.16",
  4336. "theoretical": "60",
  4337. "critical": null,
  4338. "theoretical_critical": null
  4339. },
  4340. "DPH": {
  4341. "total": "5 x 8 = 40",
  4342. "critical": null
  4343. },
  4344. "HPS": {
  4345. "real": "1.429",
  4346. "theoretical": "1.5"
  4347. }
  4348. }
  4349. },
  4350. {
  4351. "name": "doubletapd16",
  4352. "category": "Shotguns",
  4353. "stats": {
  4354. "DPS": {
  4355. "real": "80.02",
  4356. "theoretical": "84",
  4357. "critical": null,
  4358. "theoretical_critical": null
  4359. },
  4360. "DPH": {
  4361. "total": "4 x 14 = 56",
  4362. "critical": null
  4363. },
  4364. "HPS": {
  4365. "real": "1.429",
  4366. "theoretical": "1.5"
  4367. }
  4368. }
  4369. },
  4370. {
  4371. "name": "chester1300",
  4372. "category": "Shotguns",
  4373. "stats": {
  4374. "DPS": {
  4375. "real": "68.59",
  4376. "theoretical": "72",
  4377. "critical": null,
  4378. "theoretical_critical": null
  4379. },
  4380. "DPH": {
  4381. "total": "6 x 8 = 48",
  4382. "critical": null
  4383. },
  4384. "HPS": {
  4385. "real": "1.429",
  4386. "theoretical": "1.5"
  4387. }
  4388. }
  4389. },
  4390. {
  4391. "name": "wall500",
  4392. "category": "Shotguns",
  4393. "stats": {
  4394. "DPS": {
  4395. "real": "80.02",
  4396. "theoretical": "84",
  4397. "critical": null,
  4398. "theoretical_critical": null
  4399. },
  4400. "DPH": {
  4401. "total": "7 x 8 = 56",
  4402. "critical": null
  4403. },
  4404. "HPS": {
  4405. "real": "1.429",
  4406. "theoretical": "1.5"
  4407. }
  4408. }
  4409. },
  4410. {
  4411. "name": "slamfires4compact",
  4412. "category": "Shotguns",
  4413. "stats": {
  4414. "DPS": {
  4415. "real": "142.5",
  4416. "theoretical": "152",
  4417. "critical": null,
  4418. "theoretical_critical": null
  4419. },
  4420. "DPH": {
  4421. "total": "9.5 x 8 = 76",
  4422. "critical": null
  4423. },
  4424. "HPS": {
  4425. "real": "1.875",
  4426. "theoretical": "2"
  4427. }
  4428. }
  4429. },
  4430. {
  4431. "name": "sega20",
  4432. "category": "Shotguns",
  4433. "stats": {
  4434. "DPS": {
  4435. "real": "90",
  4436. "theoretical": "96",
  4437. "critical": null,
  4438. "theoretical_critical": null
  4439. },
  4440. "DPH": {
  4441. "total": "6 x 8 = 48",
  4442. "critical": null
  4443. },
  4444. "HPS": {
  4445. "real": "1.875",
  4446. "theoretical": "2"
  4447. }
  4448. }
  4449. },
  4450. {
  4451. "name": "spsa12",
  4452. "category": "Shotguns",
  4453. "stats": {
  4454. "DPS": {
  4455. "real": "114.32",
  4456. "theoretical": "120",
  4457. "critical": null,
  4458. "theoretical_critical": null
  4459. },
  4460. "DPH": {
  4461. "total": "10 x 8 = 80",
  4462. "critical": null
  4463. },
  4464. "HPS": {
  4465. "real": "1.429",
  4466. "theoretical": "1.5"
  4467. }
  4468. }
  4469. },
  4470. {
  4471. "name": "makeshiftshotgun",
  4472. "category": "Shotguns",
  4473. "stats": {
  4474. "DPS": {
  4475. "real": "114.32",
  4476. "theoretical": "120",
  4477. "critical": null,
  4478. "theoretical_critical": null
  4479. },
  4480. "DPH": {
  4481. "total": "10 x 8 = 80",
  4482. "critical": null
  4483. },
  4484. "HPS": {
  4485. "real": "1.429",
  4486. "theoretical": "1.5"
  4487. }
  4488. }
  4489. },
  4490. {
  4491. "name": "mannberg500",
  4492. "category": "Shotguns",
  4493. "stats": {
  4494. "DPS": {
  4495. "real": "125.75",
  4496. "theoretical": "132",
  4497. "critical": null,
  4498. "theoretical_critical": null
  4499. },
  4500. "DPH": {
  4501. "total": "11 x 8 = 88",
  4502. "critical": null
  4503. },
  4504. "HPS": {
  4505. "real": "1.429",
  4506. "theoretical": "1.5"
  4507. }
  4508. }
  4509. },
  4510. {
  4511. "name": "tripledefender",
  4512. "category": "Shotguns",
  4513. "stats": {
  4514. "DPS": {
  4515. "real": "157.5",
  4516. "theoretical": "168",
  4517. "critical": null,
  4518. "theoretical_critical": null
  4519. },
  4520. "DPH": {
  4521. "total": "6 x 14 = 84",
  4522. "critical": null
  4523. },
  4524. "HPS": {
  4525. "real": "1.875",
  4526. "theoretical": "2"
  4527. }
  4528. }
  4529. },
  4530. {
  4531. "name": "streetsweeper",
  4532. "category": "Shotguns",
  4533. "stats": {
  4534. "DPS": {
  4535. "real": "135",
  4536. "theoretical": "144",
  4537. "critical": null,
  4538. "theoretical_critical": null
  4539. },
  4540. "DPH": {
  4541. "total": "9 x 8 = 72",
  4542. "critical": null
  4543. },
  4544. "HPS": {
  4545. "real": "1.875",
  4546. "theoretical": "2"
  4547. }
  4548. }
  4549. },
  4550. {
  4551. "name": "terminatortx12",
  4552. "category": "Shotguns",
  4553. "stats": {
  4554. "DPS": {
  4555. "real": "151.88",
  4556. "theoretical": "162",
  4557. "critical": null,
  4558. "theoretical_critical": null
  4559. },
  4560. "DPH": {
  4561. "total": "9 x 9 = 81",
  4562. "critical": null
  4563. },
  4564. "HPS": {
  4565. "real": "1.875",
  4566. "theoretical": "2"
  4567. }
  4568. }
  4569. },
  4570. {
  4571. "name": "vp12",
  4572. "category": "Shotguns",
  4573. "stats": {
  4574. "DPS": {
  4575. "real": "151.88",
  4576. "theoretical": "162",
  4577. "critical": null,
  4578. "theoretical_critical": null
  4579. },
  4580. "DPH": {
  4581. "total": "9 x 9 = 81",
  4582. "critical": null
  4583. },
  4584. "HPS": {
  4585. "real": "1.875",
  4586. "theoretical": "2"
  4587. }
  4588. }
  4589. },
  4590. {
  4591. "name": "usan12",
  4592. "category": "Shotguns",
  4593. "stats": {
  4594. "DPS": {
  4595. "real": "185.44",
  4596. "theoretical": "204",
  4597. "critical": null,
  4598. "theoretical_critical": null
  4599. },
  4600. "DPH": {
  4601. "total": "8.5 x 8 = 68",
  4602. "critical": null
  4603. },
  4604. "HPS": {
  4605. "real": "2.727",
  4606. "theoretical": "3"
  4607. }
  4608. }
  4609. },
  4610. {
  4611. "name": "aa12",
  4612. "category": "Shotguns",
  4613. "stats": {
  4614. "DPS": {
  4615. "real": "229.07",
  4616. "theoretical": "252",
  4617. "critical": null,
  4618. "theoretical_critical": null
  4619. },
  4620. "DPH": {
  4621. "total": "10.5 x 8 = 84",
  4622. "critical": null
  4623. },
  4624. "HPS": {
  4625. "real": "2.727",
  4626. "theoretical": "3"
  4627. }
  4628. }
  4629. },
  4630. {
  4631. "name": "painshot10",
  4632. "category": "Shotguns",
  4633. "stats": {
  4634. "DPS": {
  4635. "real": "291.52",
  4636. "theoretical": "306",
  4637. "critical": null,
  4638. "theoretical_critical": null
  4639. },
  4640. "DPH": {
  4641. "total": "17 x 12 = 204",
  4642. "critical": null
  4643. },
  4644. "HPS": {
  4645. "real": "1.429",
  4646. "theoretical": "1.5"
  4647. }
  4648. }
  4649. },
  4650. {
  4651. "name": "scourgeshot10",
  4652. "category": "Shotguns",
  4653. "stats": {
  4654. "DPS": {
  4655. "real": "411.55",
  4656. "theoretical": "432",
  4657. "critical": null,
  4658. "theoretical_critical": null
  4659. },
  4660. "DPH": {
  4661. "total": "[14.4 + 3.6] x 16 = 288",
  4662. "critical": null
  4663. },
  4664. "HPS": {
  4665. "real": "1.429",
  4666. "theoretical": "1.5"
  4667. }
  4668. }
  4669. },
  4670. {
  4671. "name": "acebarrelgz3",
  4672. "category": "Shotguns",
  4673. "stats": {
  4674. "DPS": {
  4675. "real": "360.11",
  4676. "theoretical": "378",
  4677. "critical": null,
  4678. "theoretical_critical": null
  4679. },
  4680. "DPH": {
  4681. "total": "21 x 12 = 252",
  4682. "critical": null
  4683. },
  4684. "HPS": {
  4685. "real": "1.429",
  4686. "theoretical": "1.5"
  4687. }
  4688. }
  4689. },
  4690. {
  4691. "name": "jackhammer10g",
  4692. "category": "Shotguns",
  4693. "stats": {
  4694. "DPS": {
  4695. "real": "414.5",
  4696. "theoretical": "456",
  4697. "critical": null,
  4698. "theoretical_critical": null
  4699. },
  4700. "DPH": {
  4701. "total": "19 x 8 = 152",
  4702. "critical": null
  4703. },
  4704. "HPS": {
  4705. "real": "2.727",
  4706. "theoretical": "3"
  4707. }
  4708. }
  4709. },
  4710. {
  4711. "name": "xmannberg",
  4712. "category": "Shotguns",
  4713. "stats": {
  4714. "DPS": {
  4715. "real": "468.75",
  4716. "theoretical": "500",
  4717. "critical": null,
  4718. "theoretical_critical": null
  4719. },
  4720. "DPH": {
  4721. "total": "25 x 10 = 250",
  4722. "critical": null
  4723. },
  4724. "HPS": {
  4725. "real": "1.875",
  4726. "theoretical": "2.0"
  4727. }
  4728. }
  4729. },
  4730. {
  4731. "name": "gawbl1n",
  4732. "category": "Shotguns",
  4733. "stats": {
  4734. "DPS": {
  4735. "real": "540",
  4736. "theoretical": "576",
  4737. "critical": null,
  4738. "theoretical_critical": null
  4739. },
  4740. "DPH": {
  4741. "total": "16 x 18 = 288",
  4742. "critical": null
  4743. },
  4744. "HPS": {
  4745. "real": "1.875",
  4746. "theoretical": "2"
  4747. }
  4748. }
  4749. },
  4750. {
  4751. "name": "breacher730",
  4752. "category": "Shotguns",
  4753. "stats": {
  4754. "DPS": {
  4755. "real": "562.5",
  4756. "theoretical": "600",
  4757. "critical": null,
  4758. "theoretical_critical": null
  4759. },
  4760. "DPH": {
  4761. "total": "[42 + 12 + 6] x 5 = 300",
  4762. "critical": null
  4763. },
  4764. "HPS": {
  4765. "real": "1.875",
  4766. "theoretical": "2"
  4767. }
  4768. }
  4769. },
  4770. {
  4771. "name": "cyclonex150",
  4772. "category": "Shotguns",
  4773. "stats": {
  4774. "DPS": {
  4775. "real": "589.03",
  4776. "theoretical": "648",
  4777. "critical": null,
  4778. "theoretical_critical": null
  4779. },
  4780. "DPH": {
  4781. "total": "[12 x 9] x 2 = 216",
  4782. "critical": null
  4783. },
  4784. "HPS": {
  4785. "real": "5.454",
  4786. "theoretical": "6"
  4787. }
  4788. }
  4789. },
  4790. {
  4791. "name": "corpseblaster",
  4792. "category": "Shotguns",
  4793. "stats": {
  4794. "DPS": {
  4795. "real": "214.35",
  4796. "theoretical": "225",
  4797. "critical": null,
  4798. "theoretical_critical": null
  4799. },
  4800. "DPH": {
  4801. "total": "10 x 15 = 150",
  4802. "critical": null
  4803. },
  4804. "HPS": {
  4805. "real": "1.429",
  4806. "theoretical": "1.5"
  4807. }
  4808. }
  4809. },
  4810. {
  4811. "name": "biforcec7",
  4812. "category": "Shotguns",
  4813. "stats": {
  4814. "DPS": {
  4815. "real": "390",
  4816. "theoretical": "416",
  4817. "critical": null,
  4818. "theoretical_critical": null
  4819. },
  4820. "DPH": {
  4821. "total": "16 x 13 = 208",
  4822. "critical": null
  4823. },
  4824. "HPS": {
  4825. "real": "1.875",
  4826. "theoretical": "2"
  4827. }
  4828. }
  4829. },
  4830. {
  4831. "name": "bucktoothblaster",
  4832. "category": "Shotguns",
  4833. "stats": {
  4834. "DPS": {
  4835. "real": "514.44",
  4836. "theoretical": "540",
  4837. "critical": null,
  4838. "theoretical_critical": null
  4839. },
  4840. "DPH": {
  4841. "total": "12 x 30 = 360",
  4842. "critical": null
  4843. },
  4844. "HPS": {
  4845. "real": "1.429",
  4846. "theoretical": "1.5"
  4847. }
  4848. }
  4849. },
  4850. {
  4851. "name": "chimneysweeper",
  4852. "category": "Shotguns",
  4853. "stats": {
  4854. "DPS": {
  4855. "real": "450",
  4856. "theoretical": "480",
  4857. "critical": null,
  4858. "theoretical_critical": null
  4859. },
  4860. "DPH": {
  4861. "total": "12 x 20 = 240",
  4862. "critical": null
  4863. },
  4864. "HPS": {
  4865. "real": "1.875",
  4866. "theoretical": "2"
  4867. }
  4868. }
  4869. },
  4870. {
  4871. "name": "buckblast99a",
  4872. "category": "Shotguns",
  4873. "stats": {
  4874. "DPS": {
  4875. "real": "458.14",
  4876. "theoretical": "504",
  4877. "critical": null,
  4878. "theoretical_critical": null
  4879. },
  4880. "DPH": {
  4881. "total": "14 x 12 = 168",
  4882. "critical": null
  4883. },
  4884. "HPS": {
  4885. "real": "2.727",
  4886. "theoretical": "3"
  4887. }
  4888. }
  4889. },
  4890. {
  4891. "name": "commander10",
  4892. "category": "Shotguns",
  4893. "stats": {
  4894. "DPS": {
  4895. "real": "502.88",
  4896. "theoretical": "570",
  4897. "critical": null,
  4898. "theoretical_critical": null
  4899. },
  4900. "DPH": {
  4901. "total": "9.5 x 15 = 142.5",
  4902. "critical": null
  4903. },
  4904. "HPS": {
  4905. "real": "3.529",
  4906. "theoretical": "4"
  4907. }
  4908. }
  4909. },
  4910. {
  4911. "name": "clawshot16",
  4912. "category": "Shotguns",
  4913. "stats": {
  4914. "DPS": {
  4915. "real": "562.5",
  4916. "theoretical": "600",
  4917. "critical": null,
  4918. "theoretical_critical": null
  4919. },
  4920. "DPH": {
  4921. "total": "15 x 20 = 300",
  4922. "critical": null
  4923. },
  4924. "HPS": {
  4925. "real": "1.875",
  4926. "theoretical": "2"
  4927. }
  4928. }
  4929. },
  4930. {
  4931. "name": "duskstriker",
  4932. "category": "Shotguns",
  4933. "stats": {
  4934. "DPS": {
  4935. "real": "349.06",
  4936. "theoretical": "384",
  4937. "critical": null,
  4938. "theoretical_critical": null
  4939. },
  4940. "DPH": {
  4941. "total": "16 x 8 = 128",
  4942. "critical": null
  4943. },
  4944. "HPS": {
  4945. "real": "2.727",
  4946. "theoretical": "3"
  4947. }
  4948. }
  4949. },
  4950. {
  4951. "name": "xduskstriker",
  4952. "category": "Shotguns",
  4953. "stats": {
  4954. "DPS": {
  4955. "real": "458.14",
  4956. "theoretical": "504",
  4957. "critical": null,
  4958. "theoretical_critical": null
  4959. },
  4960. "DPH": {
  4961. "total": "21 x 8 = 168",
  4962. "critical": null
  4963. },
  4964. "HPS": {
  4965. "real": "2.727",
  4966. "theoretical": "3"
  4967. }
  4968. }
  4969. },
  4970. {
  4971. "name": "dawnstriker",
  4972. "category": "Shotguns",
  4973. "stats": {
  4974. "DPS": {
  4975. "real": "545.4",
  4976. "theoretical": "600",
  4977. "critical": null,
  4978. "theoretical_critical": null
  4979. },
  4980. "DPH": {
  4981. "total": "25 x 8 = 200",
  4982. "critical": null
  4983. },
  4984. "HPS": {
  4985. "real": "2.727",
  4986. "theoretical": "3"
  4987. }
  4988. }
  4989. },
  4990. {
  4991. "name": "survivorsmannberg500",
  4992. "category": "Shotguns",
  4993. "stats": {
  4994. "DPS": {
  4995. "real": "167.19",
  4996. "theoretical": "175.5",
  4997. "critical": null,
  4998. "theoretical_critical": null
  4999. },
  5000. "DPH": {
  5001. "total": "13 x 9 = 117",
  5002. "critical": null
  5003. },
  5004. "HPS": {
  5005. "real": "1.429",
  5006. "theoretical": "1.5"
  5007. }
  5008. }
  5009. },
  5010. {
  5011. "name": "cc12",
  5012. "category": "Shotguns",
  5013. "stats": {
  5014. "DPS": {
  5015. "real": "340.88",
  5016. "theoretical": "375",
  5017. "critical": null,
  5018. "theoretical_critical": null
  5019. },
  5020. "DPH": {
  5021. "total": "12.5 x 10 = 125",
  5022. "critical": null
  5023. },
  5024. "HPS": {
  5025. "real": "2.727",
  5026. "theoretical": "3"
  5027. }
  5028. }
  5029. },
  5030. {
  5031. "name": "silverslugster",
  5032. "category": "Shotguns",
  5033. "stats": {
  5034. "DPS": {
  5035. "real": "411.55",
  5036. "theoretical": "432",
  5037. "critical": null,
  5038. "theoretical_critical": null
  5039. },
  5040. "DPH": {
  5041. "total": "36 x 8 = 288",
  5042. "critical": null
  5043. },
  5044. "HPS": {
  5045. "real": "1.429",
  5046. "theoretical": "1.5"
  5047. }
  5048. }
  5049. },
  5050. {
  5051. "name": "skorpion",
  5052. "category": "Sub-Machine Guns",
  5053. "stats": {
  5054. "DPS": {
  5055. "real": "16.67",
  5056. "theoretical": "21.43",
  5057. "critical": "43.34",
  5058. "theoretical_critical": "55.712"
  5059. },
  5060. "DPH": {
  5061. "total": "2.5",
  5062. "critical": "12.5"
  5063. },
  5064. "HPS": {
  5065. "real": "6.667",
  5066. "theoretical": "8.571"
  5067. }
  5068. }
  5069. },
  5070. {
  5071. "name": "uzi",
  5072. "category": "Sub-Machine Guns",
  5073. "stats": {
  5074. "DPS": {
  5075. "real": "20",
  5076. "theoretical": "25.71",
  5077. "critical": "52",
  5078. "theoretical_critical": "66.85"
  5079. },
  5080. "DPH": {
  5081. "total": "3",
  5082. "critical": "15"
  5083. },
  5084. "HPS": {
  5085. "real": "6.667",
  5086. "theoretical": "8.571"
  5087. }
  5088. }
  5089. },
  5090. {
  5091. "name": "fmp90",
  5092. "category": "Sub-Machine Guns",
  5093. "stats": {
  5094. "DPS": {
  5095. "real": "23.34",
  5096. "theoretical": "30",
  5097. "critical": "60.67",
  5098. "theoretical_critical": "78"
  5099. },
  5100. "DPH": {
  5101. "total": "3.5",
  5102. "critical": "17.5"
  5103. },
  5104. "HPS": {
  5105. "real": "6.667",
  5106. "theoretical": "8.571"
  5107. }
  5108. }
  5109. },
  5110. {
  5111. "name": "mp5",
  5112. "category": "Sub-Machine Guns",
  5113. "stats": {
  5114. "DPS": {
  5115. "real": "26.66",
  5116. "theoretical": "34.28",
  5117. "critical": "69.34",
  5118. "theoretical_critical": "89.14"
  5119. },
  5120. "DPH": {
  5121. "total": "4",
  5122. "critical": "20"
  5123. },
  5124. "HPS": {
  5125. "real": "6.667",
  5126. "theoretical": "8.571"
  5127. }
  5128. }
  5129. },
  5130. {
  5131. "name": "pp19",
  5132. "category": "Sub-Machine Guns",
  5133. "stats": {
  5134. "DPS": {
  5135. "real": "30",
  5136. "theoretical": "38.57",
  5137. "critical": "78",
  5138. "theoretical_critical": "100.28"
  5139. },
  5140. "DPH": {
  5141. "total": "4.5",
  5142. "critical": "22.5"
  5143. },
  5144. "HPS": {
  5145. "real": "6.667",
  5146. "theoretical": "8.571"
  5147. }
  5148. }
  5149. },
  5150. {
  5151. "name": "blackoutb19",
  5152. "category": "Sub-Machine Guns",
  5153. "stats": {
  5154. "DPS": {
  5155. "real": "36.67",
  5156. "theoretical": "47.14",
  5157. "critical": "95.34",
  5158. "theoretical_critical": "122.57"
  5159. },
  5160. "DPH": {
  5161. "total": "5.5",
  5162. "critical": "27.5"
  5163. },
  5164. "HPS": {
  5165. "real": "6.667",
  5166. "theoretical": "8.571"
  5167. }
  5168. }
  5169. },
  5170. {
  5171. "name": "pp90",
  5172. "category": "Sub-Machine Guns",
  5173. "stats": {
  5174. "DPS": {
  5175. "real": "33.34",
  5176. "theoretical": "42.86",
  5177. "critical": "86.68",
  5178. "theoretical_critical": "111.43"
  5179. },
  5180. "DPH": {
  5181. "total": "5",
  5182. "critical": "25"
  5183. },
  5184. "HPS": {
  5185. "real": "6.667",
  5186. "theoretical": "8.571"
  5187. }
  5188. }
  5189. },
  5190. {
  5191. "name": "grammm11",
  5192. "category": "Sub-Machine Guns",
  5193. "stats": {
  5194. "DPS": {
  5195. "real": "36.67",
  5196. "theoretical": "47.14",
  5197. "critical": "95.34",
  5198. "theoretical_critical": "122.57"
  5199. },
  5200. "DPH": {
  5201. "total": "5.5",
  5202. "critical": "27.5"
  5203. },
  5204. "HPS": {
  5205. "real": "6.667",
  5206. "theoretical": "8.571"
  5207. }
  5208. }
  5209. },
  5210. {
  5211. "name": "makeshiftsmg",
  5212. "category": "Sub-Machine Guns",
  5213. "stats": {
  5214. "DPS": {
  5215. "real": "40.01",
  5216. "theoretical": "51.43",
  5217. "critical": "104.01",
  5218. "theoretical_critical": "133.71"
  5219. },
  5220. "DPH": {
  5221. "total": "6",
  5222. "critical": "30"
  5223. },
  5224. "HPS": {
  5225. "real": "6.667",
  5226. "theoretical": "8.571"
  5227. }
  5228. }
  5229. },
  5230. {
  5231. "name": "mp40",
  5232. "category": "Sub-Machine Guns",
  5233. "stats": {
  5234. "DPS": {
  5235. "real": "40.01",
  5236. "theoretical": "51.43",
  5237. "critical": "104.01",
  5238. "theoretical_critical": "133.71"
  5239. },
  5240. "DPH": {
  5241. "total": "6",
  5242. "critical": "30"
  5243. },
  5244. "HPS": {
  5245. "real": "6.667",
  5246. "theoretical": "8.571"
  5247. }
  5248. }
  5249. },
  5250. {
  5251. "name": "ump",
  5252. "category": "Sub-Machine Guns",
  5253. "stats": {
  5254. "DPS": {
  5255. "real": "43.33",
  5256. "theoretical": "55.71",
  5257. "critical": "112.67",
  5258. "theoretical_critical": "144.85"
  5259. },
  5260. "DPH": {
  5261. "total": "6.5",
  5262. "critical": "32.5"
  5263. },
  5264. "HPS": {
  5265. "real": "6.667",
  5266. "theoretical": "8.571"
  5267. }
  5268. }
  5269. },
  5270. {
  5271. "name": "cqccommander40",
  5272. "category": "Sub-Machine Guns",
  5273. "stats": {
  5274. "DPS": {
  5275. "real": "50",
  5276. "theoretical": "64.28",
  5277. "critical": "130",
  5278. "theoretical_critical": "167.13"
  5279. },
  5280. "DPH": {
  5281. "total": "7.5",
  5282. "critical": "37.5"
  5283. },
  5284. "HPS": {
  5285. "real": "6.667",
  5286. "theoretical": "8.571"
  5287. }
  5288. }
  5289. },
  5290. {
  5291. "name": "talon40",
  5292. "category": "Sub-Machine Guns",
  5293. "stats": {
  5294. "DPS": {
  5295. "real": "46.67",
  5296. "theoretical": "60",
  5297. "critical": "121.35",
  5298. "theoretical_critical": "156"
  5299. },
  5300. "DPH": {
  5301. "total": "7",
  5302. "critical": "35"
  5303. },
  5304. "HPS": {
  5305. "real": "6.667",
  5306. "theoretical": "8.571"
  5307. }
  5308. }
  5309. },
  5310. {
  5311. "name": "chicagotypewriter",
  5312. "category": "Sub-Machine Guns",
  5313. "stats": {
  5314. "DPS": {
  5315. "real": "50",
  5316. "theoretical": "64.28",
  5317. "critical": "130",
  5318. "theoretical_critical": "167.13"
  5319. },
  5320. "DPH": {
  5321. "total": "7.5",
  5322. "critical": "37.5"
  5323. },
  5324. "HPS": {
  5325. "real": "6.667",
  5326. "theoretical": "8.571"
  5327. }
  5328. }
  5329. },
  5330. {
  5331. "name": "k50m",
  5332. "category": "Sub-Machine Guns",
  5333. "stats": {
  5334. "DPS": {
  5335. "real": "53.34",
  5336. "theoretical": "68.57",
  5337. "critical": "138.68",
  5338. "theoretical_critical": "178.28"
  5339. },
  5340. "DPH": {
  5341. "total": "8",
  5342. "critical": "40"
  5343. },
  5344. "HPS": {
  5345. "real": "6.667",
  5346. "theoretical": "8.571"
  5347. }
  5348. }
  5349. },
  5350. {
  5351. "name": "seaserpentm50",
  5352. "category": "Sub-Machine Guns",
  5353. "stats": {
  5354. "DPS": {
  5355. "real": "40.01",
  5356. "theoretical": "51.43",
  5357. "critical": "168.01",
  5358. "theoretical_critical": "215.99"
  5359. },
  5360. "DPH": {
  5361. "total": "6",
  5362. "critical": "30"
  5363. },
  5364. "HPS": {
  5365. "real": "6.667",
  5366. "theoretical": "8.571"
  5367. }
  5368. }
  5369. },
  5370. {
  5371. "name": "ppsh41",
  5372. "category": "Sub-Machine Guns",
  5373. "stats": {
  5374. "DPS": {
  5375. "real": "56.52",
  5376. "theoretical": "79.59",
  5377. "critical": "146.96",
  5378. "theoretical_critical": "206.94"
  5379. },
  5380. "DPH": {
  5381. "total": "6.5",
  5382. "critical": "32.5"
  5383. },
  5384. "HPS": {
  5385. "real": "8.696",
  5386. "theoretical": "12.245"
  5387. }
  5388. }
  5389. },
  5390. {
  5391. "name": "crissvictor",
  5392. "category": "Sub-Machine Guns",
  5393. "stats": {
  5394. "DPS": {
  5395. "real": "66.67",
  5396. "theoretical": "85.71",
  5397. "critical": "173.35",
  5398. "theoretical_critical": "222.85"
  5399. },
  5400. "DPH": {
  5401. "total": "10",
  5402. "critical": "50"
  5403. },
  5404. "HPS": {
  5405. "real": "6.667",
  5406. "theoretical": "8.571"
  5407. }
  5408. }
  5409. },
  5410. {
  5411. "name": "uziel14mm",
  5412. "category": "Sub-Machine Guns",
  5413. "stats": {
  5414. "DPS": {
  5415. "real": "80",
  5416. "theoretical": "102.85",
  5417. "critical": "208.01",
  5418. "theoretical_critical": "267.42"
  5419. },
  5420. "DPH": {
  5421. "total": "12",
  5422. "critical": "60"
  5423. },
  5424. "HPS": {
  5425. "real": "6.667",
  5426. "theoretical": "8.571"
  5427. }
  5428. }
  5429. },
  5430. {
  5431. "name": "furyclawpdw",
  5432. "category": "Sub-Machine Guns",
  5433. "stats": {
  5434. "DPS": {
  5435. "real": "100.01",
  5436. "theoretical": "128.57",
  5437. "critical": "260.01",
  5438. "theoretical_critical": "334.27"
  5439. },
  5440. "DPH": {
  5441. "total": "15",
  5442. "critical": "75"
  5443. },
  5444. "HPS": {
  5445. "real": "6.667",
  5446. "theoretical": "8.571"
  5447. }
  5448. }
  5449. },
  5450. {
  5451. "name": "streetdog99",
  5452. "category": "Sub-Machine Guns",
  5453. "stats": {
  5454. "DPS": {
  5455. "real": "100.01",
  5456. "theoretical": "128.57",
  5457. "critical": "260.01",
  5458. "theoretical_critical": "334.27"
  5459. },
  5460. "DPH": {
  5461. "total": "15",
  5462. "critical": "75"
  5463. },
  5464. "HPS": {
  5465. "real": "6.667",
  5466. "theoretical": "8.571"
  5467. }
  5468. }
  5469. },
  5470. {
  5471. "name": "xmp5",
  5472. "category": "Sub-Machine Guns",
  5473. "stats": {
  5474. "DPS": {
  5475. "real": "133.34",
  5476. "theoretical": "171.42",
  5477. "critical": "346.68",
  5478. "theoretical_critical": "445.69"
  5479. },
  5480. "DPH": {
  5481. "total": "20",
  5482. "critical": "100"
  5483. },
  5484. "HPS": {
  5485. "real": "6.667",
  5486. "theoretical": "8.571"
  5487. }
  5488. }
  5489. },
  5490. {
  5491. "name": "heatpit75",
  5492. "category": "Sub-Machine Guns",
  5493. "stats": {
  5494. "DPS": {
  5495. "real": "150.01",
  5496. "theoretical": "192.85",
  5497. "critical": "390.02",
  5498. "theoretical_critical": "501.4"
  5499. },
  5500. "DPH": {
  5501. "total": "11.25 x 2 = 22.5",
  5502. "critical": "56.25"
  5503. },
  5504. "HPS": {
  5505. "real": "6.667",
  5506. "theoretical": "8.571"
  5507. }
  5508. }
  5509. },
  5510. {
  5511. "name": "spectersmg9",
  5512. "category": "Sub-Machine Guns",
  5513. "stats": {
  5514. "DPS": {
  5515. "real": "166.68",
  5516. "theoretical": "214.28",
  5517. "critical": "433.36",
  5518. "theoretical_critical": "557.12"
  5519. },
  5520. "DPH": {
  5521. "total": "25",
  5522. "critical": "125"
  5523. },
  5524. "HPS": {
  5525. "real": "6.667",
  5526. "theoretical": "8.571"
  5527. }
  5528. }
  5529. },
  5530. {
  5531. "name": "marauder55",
  5532. "category": "Sub-Machine Guns",
  5533. "stats": {
  5534. "DPS": {
  5535. "real": "122.03",
  5536. "theoretical": "184.62",
  5537. "critical": "512.51",
  5538. "theoretical_critical": "775.4"
  5539. },
  5540. "DPH": {
  5541. "total": "12",
  5542. "critical": "60"
  5543. },
  5544. "HPS": {
  5545. "real": "10.169",
  5546. "theoretical": "15.385"
  5547. }
  5548. }
  5549. },
  5550. {
  5551. "name": "corpseripper",
  5552. "category": "Sub-Machine Guns",
  5553. "stats": {
  5554. "DPS": {
  5555. "real": "73.34",
  5556. "theoretical": "94.28",
  5557. "critical": "190.68",
  5558. "theoretical_critical": "245.13"
  5559. },
  5560. "DPH": {
  5561. "total": "11",
  5562. "critical": "55"
  5563. },
  5564. "HPS": {
  5565. "real": "6.667",
  5566. "theoretical": "8.571"
  5567. }
  5568. }
  5569. },
  5570. {
  5571. "name": "handshocka8",
  5572. "category": "Sub-Machine Guns",
  5573. "stats": {
  5574. "DPS": {
  5575. "real": "86.67",
  5576. "theoretical": "111.42",
  5577. "critical": "225.34",
  5578. "theoretical_critical": "289.7"
  5579. },
  5580. "DPH": {
  5581. "total": "13",
  5582. "critical": "65"
  5583. },
  5584. "HPS": {
  5585. "real": "6.667",
  5586. "theoretical": "8.571"
  5587. }
  5588. }
  5589. },
  5590. {
  5591. "name": "ninecutterx",
  5592. "category": "Sub-Machine Guns",
  5593. "stats": {
  5594. "DPS": {
  5595. "real": "126.67",
  5596. "theoretical": "162.85",
  5597. "critical": "329.35",
  5598. "theoretical_critical": "423.41"
  5599. },
  5600. "DPH": {
  5601. "total": "19",
  5602. "critical": "95"
  5603. },
  5604. "HPS": {
  5605. "real": "6.667",
  5606. "theoretical": "8.571"
  5607. }
  5608. }
  5609. },
  5610. {
  5611. "name": "raptorx9",
  5612. "category": "Sub-Machine Guns",
  5613. "stats": {
  5614. "DPS": {
  5615. "real": "156.53",
  5616. "theoretical": "220.41",
  5617. "critical": "406.98",
  5618. "theoretical_critical": "573.07"
  5619. },
  5620. "DPH": {
  5621. "total": "6 x 3 = 18",
  5622. "critical": "30"
  5623. },
  5624. "HPS": {
  5625. "real": "8.696",
  5626. "theoretical": "12.245"
  5627. }
  5628. }
  5629. },
  5630. {
  5631. "name": "dusksmg",
  5632. "category": "Sub-Machine Guns",
  5633. "stats": {
  5634. "DPS": {
  5635. "real": "106.68",
  5636. "theoretical": "137.14",
  5637. "critical": "277.34",
  5638. "theoretical_critical": "356.55"
  5639. },
  5640. "DPH": {
  5641. "total": "8 x 2 = 16",
  5642. "critical": "40"
  5643. },
  5644. "HPS": {
  5645. "real": "6.667",
  5646. "theoretical": "8.571"
  5647. }
  5648. }
  5649. },
  5650. {
  5651. "name": "xdusksmg",
  5652. "category": "Sub-Machine Guns",
  5653. "stats": {
  5654. "DPS": {
  5655. "real": "140.01",
  5656. "theoretical": "179.99",
  5657. "critical": "364.02",
  5658. "theoretical_critical": "467.98"
  5659. },
  5660. "DPH": {
  5661. "total": "10.5 x 2 = 21",
  5662. "critical": "52.5"
  5663. },
  5664. "HPS": {
  5665. "real": "6.667",
  5666. "theoretical": "8.571"
  5667. }
  5668. }
  5669. },
  5670. {
  5671. "name": "dawnsmg",
  5672. "category": "Sub-Machine Guns",
  5673. "stats": {
  5674. "DPS": {
  5675. "real": "173.35",
  5676. "theoretical": "222.85",
  5677. "critical": "450.69",
  5678. "theoretical_critical": "579.4"
  5679. },
  5680. "DPH": {
  5681. "total": "13 x 2 = 26",
  5682. "critical": "65"
  5683. },
  5684. "HPS": {
  5685. "real": "6.667",
  5686. "theoretical": "8.571"
  5687. }
  5688. }
  5689. },
  5690. {
  5691. "name": "survivorsstelltmp",
  5692. "category": "Sub-Machine Guns",
  5693. "stats": {
  5694. "DPS": {
  5695. "real": "53.34",
  5696. "theoretical": "68.57",
  5697. "critical": "138.68",
  5698. "theoretical_critical": "178.28"
  5699. },
  5700. "DPH": {
  5701. "total": "8",
  5702. "critical": "40"
  5703. },
  5704. "HPS": {
  5705. "real": "6.667",
  5706. "theoretical": "8.571"
  5707. }
  5708. }
  5709. },
  5710. {
  5711. "name": "santaslittlehelper",
  5712. "category": "Sub-Machine Guns",
  5713. "stats": {
  5714. "DPS": {
  5715. "real": "134.79",
  5716. "theoretical": "189.8",
  5717. "critical": "350.45",
  5718. "theoretical_critical": "493.47"
  5719. },
  5720. "DPH": {
  5721. "total": "15.5",
  5722. "critical": "77.5"
  5723. },
  5724. "HPS": {
  5725. "real": "8.696",
  5726. "theoretical": "12.245"
  5727. }
  5728. }
  5729. },
  5730. {
  5731. "name": "m16",
  5732. "category": "Assault Rifles",
  5733. "stats": {
  5734. "DPS": {
  5735. "real": "33.34",
  5736. "theoretical": "42.86",
  5737. "critical": "38.67",
  5738. "theoretical_critical": "49.71"
  5739. },
  5740. "DPH": {
  5741. "total": "3 + 1 + 1 = 5",
  5742. "critical": "15 + 5 + 5 = 25"
  5743. },
  5744. "HPS": {
  5745. "real": "6.667",
  5746. "theoretical": "8.571"
  5747. }
  5748. }
  5749. },
  5750. {
  5751. "name": "fmfnc",
  5752. "category": "Assault Rifles",
  5753. "stats": {
  5754. "DPS": {
  5755. "real": "40.01",
  5756. "theoretical": "51.43",
  5757. "critical": "46.4",
  5758. "theoretical_critical": "59.65"
  5759. },
  5760. "DPH": {
  5761. "total": "3.6 + 1.2 + 1.2 = 6",
  5762. "critical": "18 + 6 + 6 = 30"
  5763. },
  5764. "HPS": {
  5765. "real": "6.667",
  5766. "theoretical": "8.571"
  5767. }
  5768. }
  5769. },
  5770. {
  5771. "name": "sa80",
  5772. "category": "Assault Rifles",
  5773. "stats": {
  5774. "DPS": {
  5775. "real": "46.67",
  5776. "theoretical": "60",
  5777. "critical": "54.14",
  5778. "theoretical_critical": "69.6"
  5779. },
  5780. "DPH": {
  5781. "total": "4.2 + 1.4 + 1.4 = 7",
  5782. "critical": "21 + 7 + 7 = 35"
  5783. },
  5784. "HPS": {
  5785. "real": "6.667",
  5786. "theoretical": "8.571"
  5787. }
  5788. }
  5789. },
  5790. {
  5791. "name": "mesaacr",
  5792. "category": "Assault Rifles",
  5793. "stats": {
  5794. "DPS": {
  5795. "real": "53.34",
  5796. "theoretical": "68.57",
  5797. "critical": "61.87",
  5798. "theoretical_critical": "79.54"
  5799. },
  5800. "DPH": {
  5801. "total": "4.8 + 1.6 + 1.6 = 8",
  5802. "critical": "24 + 8 + 8 = 40"
  5803. },
  5804. "HPS": {
  5805. "real": "6.667",
  5806. "theoretical": "8.571"
  5807. }
  5808. }
  5809. },
  5810. {
  5811. "name": "makeshiftar",
  5812. "category": "Assault Rifles",
  5813. "stats": {
  5814. "DPS": {
  5815. "real": "66.67",
  5816. "theoretical": "85.71",
  5817. "critical": "77.33",
  5818. "theoretical_critical": "99.42"
  5819. },
  5820. "DPH": {
  5821. "total": "6 + 2 + 2 = 10",
  5822. "critical": "30 + 10 + 10 = 50"
  5823. },
  5824. "HPS": {
  5825. "real": "6.667",
  5826. "theoretical": "8.571"
  5827. }
  5828. }
  5829. },
  5830. {
  5831. "name": "stellaug",
  5832. "category": "Assault Rifles",
  5833. "stats": {
  5834. "DPS": {
  5835. "real": "66.67",
  5836. "theoretical": "85.71",
  5837. "critical": "77.33",
  5838. "theoretical_critical": "99.42"
  5839. },
  5840. "DPH": {
  5841. "total": "6 + 2 + 2 = 10",
  5842. "critical": "30 + 10 + 10 = 50"
  5843. },
  5844. "HPS": {
  5845. "real": "6.667",
  5846. "theoretical": "8.571"
  5847. }
  5848. }
  5849. },
  5850. {
  5851. "name": "xm8",
  5852. "category": "Assault Rifles",
  5853. "stats": {
  5854. "DPS": {
  5855. "real": "80.01",
  5856. "theoretical": "102.86",
  5857. "critical": "92.81",
  5858. "theoretical_critical": "119.31"
  5859. },
  5860. "DPH": {
  5861. "total": "7.2 + 2.4 + 2.4 = 12",
  5862. "critical": "36 + 12 + 12 = 60"
  5863. },
  5864. "HPS": {
  5865. "real": "6.667",
  5866. "theoretical": "8.571"
  5867. }
  5868. }
  5869. },
  5870. {
  5871. "name": "g3",
  5872. "category": "Assault Rifles",
  5873. "stats": {
  5874. "DPS": {
  5875. "real": "27.27",
  5876. "theoretical": "30",
  5877. "critical": "114.53",
  5878. "theoretical_critical": "126"
  5879. },
  5880. "DPH": {
  5881. "total": "6 + 2 + 2 = 10",
  5882. "critical": "30 + 10 + 10 = 50"
  5883. },
  5884. "HPS": {
  5885. "real": "2.727",
  5886. "theoretical": "3"
  5887. }
  5888. }
  5889. },
  5890. {
  5891. "name": "fmfal",
  5892. "category": "Assault Rifles",
  5893. "stats": {
  5894. "DPS": {
  5895. "real": "93.34",
  5896. "theoretical": "120",
  5897. "critical": "108.28",
  5898. "theoretical_critical": "139.2"
  5899. },
  5900. "DPH": {
  5901. "total": "8.4 + 2.8 + 2.8 = 14",
  5902. "critical": "42 + 14 + 14 = 70"
  5903. },
  5904. "HPS": {
  5905. "real": "6.667",
  5906. "theoretical": "8.571"
  5907. }
  5908. }
  5909. },
  5910. {
  5911. "name": "ak47",
  5912. "category": "Assault Rifles",
  5913. "stats": {
  5914. "DPS": {
  5915. "real": "113.34",
  5916. "theoretical": "145.71",
  5917. "critical": "131.47",
  5918. "theoretical_critical": "169.02"
  5919. },
  5920. "DPH": {
  5921. "total": "10.2 + 3.4 + 3.4 = 17",
  5922. "critical": "51 + 17 + 17 = 85"
  5923. },
  5924. "HPS": {
  5925. "real": "6.667",
  5926. "theoretical": "8.571"
  5927. }
  5928. }
  5929. },
  5930. {
  5931. "name": "m4",
  5932. "category": "Assault Rifles",
  5933. "stats": {
  5934. "DPS": {
  5935. "real": "126.68",
  5936. "theoretical": "162.86",
  5937. "critical": "146.94",
  5938. "theoretical_critical": "188.91"
  5939. },
  5940. "DPH": {
  5941. "total": "11.4 + 3.8 + 3.8 = 19",
  5942. "critical": "57 + 19 + 19 = 95"
  5943. },
  5944. "HPS": {
  5945. "real": "6.667",
  5946. "theoretical": "8.571"
  5947. }
  5948. }
  5949. },
  5950. {
  5951. "name": "asval",
  5952. "category": "Assault Rifles",
  5953. "stats": {
  5954. "DPS": {
  5955. "real": "139.82",
  5956. "theoretical": "211.54",
  5957. "critical": "162.19",
  5958. "theoretical_critical": "245.38"
  5959. },
  5960. "DPH": {
  5961. "total": "8.25 + 2.75 + 2.75 = 13.75",
  5962. "critical": "41.25 + 13.75 + 13.75 = 68.75"
  5963. },
  5964. "HPS": {
  5965. "real": "10.169",
  5966. "theoretical": "15.385"
  5967. }
  5968. }
  5969. },
  5970. {
  5971. "name": "asvalghost",
  5972. "category": "Assault Rifles",
  5973. "stats": {
  5974. "DPS": {
  5975. "real": "284.73",
  5976. "theoretical": "430.77",
  5977. "critical": "330.28",
  5978. "theoretical_critical": "499.69"
  5979. },
  5980. "DPH": {
  5981. "total": "16.8 + 5.6 + 5.6 = 28",
  5982. "critical": "84 + 28 + 28 = 140"
  5983. },
  5984. "HPS": {
  5985. "real": "10.169",
  5986. "theoretical": "15.385"
  5987. }
  5988. }
  5989. },
  5990. {
  5991. "name": "biowolf127",
  5992. "category": "Assault Rifles",
  5993. "stats": {
  5994. "DPS": {
  5995. "real": "186.69",
  5996. "theoretical": "240",
  5997. "critical": "216.55",
  5998. "theoretical_critical": "278.39"
  5999. },
  6000. "DPH": {
  6001. "total": "16.8 + 5.6 + 5.6 = 28",
  6002. "critical": "84 + 28 + 28 = 140"
  6003. },
  6004. "HPS": {
  6005. "real": "6.667",
  6006. "theoretical": "8.571"
  6007. }
  6008. }
  6009. },
  6010. {
  6011. "name": "ebr12",
  6012. "category": "Assault Rifles",
  6013. "stats": {
  6014. "DPS": {
  6015. "real": "59.99",
  6016. "theoretical": "66",
  6017. "critical": "251.97",
  6018. "theoretical_critical": "277.2"
  6019. },
  6020. "DPH": {
  6021. "total": "13.2 + 4.4 + 4.4 = 22",
  6022. "critical": "66 + 22 + 22 = 110"
  6023. },
  6024. "HPS": {
  6025. "real": "2.727",
  6026. "theoretical": "3"
  6027. }
  6028. }
  6029. },
  6030. {
  6031. "name": "sentinels19",
  6032. "category": "Assault Rifles",
  6033. "stats": {
  6034. "DPS": {
  6035. "real": "233.34",
  6036. "theoretical": "299.98",
  6037. "critical": "270.68",
  6038. "theoretical_critical": "347.98"
  6039. },
  6040. "DPH": {
  6041. "total": "21 + 7 + 7 = 35",
  6042. "critical": "105 + 35 + 35 = 175"
  6043. },
  6044. "HPS": {
  6045. "real": "6.667",
  6046. "theoretical": "8.571"
  6047. }
  6048. }
  6049. },
  6050. {
  6051. "name": "sandstorms19",
  6052. "category": "Assault Rifles",
  6053. "stats": {
  6054. "DPS": {
  6055. "real": "300.03",
  6056. "theoretical": "385.71",
  6057. "critical": "348.02",
  6058. "theoretical_critical": "447.41"
  6059. },
  6060. "DPH": {
  6061. "total": "36 + 9 = 45",
  6062. "critical": "180 + 45 = 225"
  6063. },
  6064. "HPS": {
  6065. "real": "6.667",
  6066. "theoretical": "8.571"
  6067. }
  6068. }
  6069. },
  6070. {
  6071. "name": "hammerhead47",
  6072. "category": "Assault Rifles",
  6073. "stats": {
  6074. "DPS": {
  6075. "real": "266.68",
  6076. "theoretical": "342.84",
  6077. "critical": "309.35",
  6078. "theoretical_critical": "397.69"
  6079. },
  6080. "DPH": {
  6081. "total": "24 + 8 + 8 = 40",
  6082. "critical": "120 + 40 + 40 = 200"
  6083. },
  6084. "HPS": {
  6085. "real": "6.667",
  6086. "theoretical": "8.571"
  6087. }
  6088. }
  6089. },
  6090. {
  6091. "name": "xak47",
  6092. "category": "Assault Rifles",
  6093. "stats": {
  6094. "DPS": {
  6095. "real": "320.02",
  6096. "theoretical": "411.41",
  6097. "critical": "371.22",
  6098. "theoretical_critical": "477.23"
  6099. },
  6100. "DPH": {
  6101. "total": "[14.4 + 4.8 + 4.8] x 2 = 48",
  6102. "critical": "72 + 24 + 24 = 120"
  6103. },
  6104. "HPS": {
  6105. "real": "6.667",
  6106. "theoretical": "8.571"
  6107. }
  6108. }
  6109. },
  6110. {
  6111. "name": "a10bullshark",
  6112. "category": "Assault Rifles",
  6113. "stats": {
  6114. "DPS": {
  6115. "real": "360.01",
  6116. "theoretical": "462.83",
  6117. "critical": "417.62",
  6118. "theoretical_critical": "536.89"
  6119. },
  6120. "DPH": {
  6121. "total": "32.4 + 10.8 + 10.8 = 54",
  6122. "critical": "162 + 54 + 54 = 270"
  6123. },
  6124. "HPS": {
  6125. "real": "6.667",
  6126. "theoretical": "8.571"
  6127. }
  6128. }
  6129. },
  6130. {
  6131. "name": "lr32",
  6132. "category": "Assault Rifles",
  6133. "stats": {
  6134. "DPS": {
  6135. "real": "243.49",
  6136. "theoretical": "342.86",
  6137. "critical": "438.28",
  6138. "theoretical_critical": "617.15"
  6139. },
  6140. "DPH": {
  6141. "total": "16.8 + 5.6 + 5.6 = 28",
  6142. "critical": "84 + 28 + 28 = 140"
  6143. },
  6144. "HPS": {
  6145. "real": "8.696",
  6146. "theoretical": "12.245"
  6147. }
  6148. }
  6149. },
  6150. {
  6151. "name": "warhawkx10",
  6152. "category": "Assault Rifles",
  6153. "stats": {
  6154. "DPS": {
  6155. "real": "500.05",
  6156. "theoretical": "642.86",
  6157. "critical": "580.06",
  6158. "theoretical_critical": "745.72"
  6159. },
  6160. "DPH": {
  6161. "total": "45 + 15 + 15 = 75",
  6162. "critical": "225 + 75 + 75 = 375"
  6163. },
  6164. "HPS": {
  6165. "real": "6.667",
  6166. "theoretical": "8.571"
  6167. }
  6168. }
  6169. },
  6170. {
  6171. "name": "amethystraider",
  6172. "category": "Assault Rifles",
  6173. "stats": {
  6174. "DPS": {
  6175. "real": "382.24",
  6176. "theoretical": "412.8",
  6177. "critical": "443.4",
  6178. "theoretical_critical": "478.85"
  6179. },
  6180. "DPH": {
  6181. "total": "56.76 + 56.76 + 58.48 = 172",
  6182. "critical": "283.8 + 283.8 + 292.4 = 860"
  6183. },
  6184. "HPS": {
  6185. "real": "6.667",
  6186. "theoretical": "7.2"
  6187. }
  6188. }
  6189. },
  6190. {
  6191. "name": "hypercoilx1",
  6192. "category": "Assault Rifles",
  6193. "stats": {
  6194. "DPS": {
  6195. "real": "151.04",
  6196. "theoretical": "171.2",
  6197. "critical": "634.37",
  6198. "theoretical_critical": "719.04"
  6199. },
  6200. "DPH": {
  6201. "total": "17.12 + 8.56 + 8.56 + 8.56 = 42.8",
  6202. "critical": "85.6 + 42.8 + 42.8 + 42.8 = 214"
  6203. },
  6204. "HPS": {
  6205. "real": "3.529",
  6206. "theoretical": "4"
  6207. }
  6208. }
  6209. },
  6210. {
  6211. "name": "amberraider",
  6212. "category": "Assault Rifles",
  6213. "stats": {
  6214. "DPS": {
  6215. "real": "322.24",
  6216. "theoretical": "348",
  6217. "critical": "373.8",
  6218. "theoretical_critical": "403.68"
  6219. },
  6220. "DPH": {
  6221. "total": "47.85 + 47.85 + 49.3 = 145",
  6222. "critical": "239.25 + 239.25 + 246.5 = 725"
  6223. },
  6224. "HPS": {
  6225. "real": "6.667",
  6226. "theoretical": "7.2"
  6227. }
  6228. }
  6229. },
  6230. {
  6231. "name": "haretrigger47",
  6232. "category": "Assault Rifles",
  6233. "stats": {
  6234. "DPS": {
  6235. "real": "365.23",
  6236. "theoretical": "514.29",
  6237. "critical": null,
  6238. "theoretical_critical": null
  6239. },
  6240. "DPH": {
  6241. "total": "25.2 + 8.4 + 8.4 = 42",
  6242. "critical": null
  6243. },
  6244. "HPS": {
  6245. "real": "8.696",
  6246. "theoretical": "12.245"
  6247. }
  6248. }
  6249. },
  6250. {
  6251. "name": "bar",
  6252. "category": "Heavy Machine Guns",
  6253. "stats": {
  6254. "DPS": {
  6255. "real": "137.14",
  6256. "theoretical": "192",
  6257. "critical": "159.08",
  6258. "theoretical_critical": "222.72"
  6259. },
  6260. "DPH": {
  6261. "total": "16",
  6262. "critical": "80"
  6263. },
  6264. "HPS": {
  6265. "real": "8.571",
  6266. "theoretical": "12"
  6267. }
  6268. }
  6269. },
  6270. {
  6271. "name": "fmmitrail",
  6272. "category": "Heavy Machine Guns",
  6273. "stats": {
  6274. "DPS": {
  6275. "real": "154.28",
  6276. "theoretical": "216",
  6277. "critical": "178.96",
  6278. "theoretical_critical": "250.56"
  6279. },
  6280. "DPH": {
  6281. "total": "18",
  6282. "critical": "90"
  6283. },
  6284. "HPS": {
  6285. "real": "8.571",
  6286. "theoretical": "12"
  6287. }
  6288. }
  6289. },
  6290. {
  6291. "name": "fmmag",
  6292. "category": "Heavy Machine Guns",
  6293. "stats": {
  6294. "DPS": {
  6295. "real": "171.42",
  6296. "theoretical": "240",
  6297. "critical": "198.85",
  6298. "theoretical_critical": "278.4"
  6299. },
  6300. "DPH": {
  6301. "total": "20",
  6302. "critical": "100"
  6303. },
  6304. "HPS": {
  6305. "real": "8.571",
  6306. "theoretical": "12"
  6307. }
  6308. }
  6309. },
  6310. {
  6311. "name": "m60",
  6312. "category": "Heavy Machine Guns",
  6313. "stats": {
  6314. "DPS": {
  6315. "real": "205.7",
  6316. "theoretical": "288",
  6317. "critical": "238.62",
  6318. "theoretical_critical": "334.08"
  6319. },
  6320. "DPH": {
  6321. "total": "24",
  6322. "critical": "120"
  6323. },
  6324. "HPS": {
  6325. "real": "8.571",
  6326. "theoretical": "12"
  6327. }
  6328. }
  6329. },
  6330. {
  6331. "name": "mg42",
  6332. "category": "Heavy Machine Guns",
  6333. "stats": {
  6334. "DPS": {
  6335. "real": "239.99",
  6336. "theoretical": "336",
  6337. "critical": "278.39",
  6338. "theoretical_critical": "389.76"
  6339. },
  6340. "DPH": {
  6341. "total": "28",
  6342. "critical": "140"
  6343. },
  6344. "HPS": {
  6345. "real": "8.571",
  6346. "theoretical": "12"
  6347. }
  6348. }
  6349. },
  6350. {
  6351. "name": "corpsedestroyer",
  6352. "category": "Heavy Machine Guns",
  6353. "stats": {
  6354. "DPS": {
  6355. "real": "243.49",
  6356. "theoretical": "342.86",
  6357. "critical": "262.97",
  6358. "theoretical_critical": "370.29"
  6359. },
  6360. "DPH": {
  6361. "total": "28",
  6362. "critical": "140"
  6363. },
  6364. "HPS": {
  6365. "real": "8.696",
  6366. "theoretical": "12.245"
  6367. }
  6368. }
  6369. },
  6370. {
  6371. "name": "avalanchemg14",
  6372. "category": "Heavy Machine Guns",
  6373. "stats": {
  6374. "DPS": {
  6375. "real": "439.15",
  6376. "theoretical": "618.37",
  6377. "critical": "474.28",
  6378. "theoretical_critical": "667.84"
  6379. },
  6380. "DPH": {
  6381. "total": "50.5",
  6382. "critical": "252.5"
  6383. },
  6384. "HPS": {
  6385. "real": "8.696",
  6386. "theoretical": "12.245"
  6387. }
  6388. }
  6389. },
  6390. {
  6391. "name": "duskmag",
  6392. "category": "Heavy Machine Guns",
  6393. "stats": {
  6394. "DPS": {
  6395. "real": "308.56",
  6396. "theoretical": "432",
  6397. "critical": "333.24",
  6398. "theoretical_critical": "466.56"
  6399. },
  6400. "DPH": {
  6401. "total": "18 x 2 = 36",
  6402. "critical": "90"
  6403. },
  6404. "HPS": {
  6405. "real": "8.571",
  6406. "theoretical": "12"
  6407. }
  6408. }
  6409. },
  6410. {
  6411. "name": "xduskmag",
  6412. "category": "Heavy Machine Guns",
  6413. "stats": {
  6414. "DPS": {
  6415. "real": "411.41",
  6416. "theoretical": "576",
  6417. "critical": "444.32",
  6418. "theoretical_critical": "622.08"
  6419. },
  6420. "DPH": {
  6421. "total": "24 x 2 = 48",
  6422. "critical": "120"
  6423. },
  6424. "HPS": {
  6425. "real": "8.571",
  6426. "theoretical": "12"
  6427. }
  6428. }
  6429. },
  6430. {
  6431. "name": "dawnmag",
  6432. "category": "Heavy Machine Guns",
  6433. "stats": {
  6434. "DPS": {
  6435. "real": "479.98",
  6436. "theoretical": "672",
  6437. "critical": "518.37",
  6438. "theoretical_critical": "725.76"
  6439. },
  6440. "DPH": {
  6441. "total": "28 x 2 = 56",
  6442. "critical": "140"
  6443. },
  6444. "HPS": {
  6445. "real": "8.571",
  6446. "theoretical": "12"
  6447. }
  6448. }
  6449. },
  6450. {
  6451. "name": "hareraiser",
  6452. "category": "Heavy Machine Guns",
  6453. "stats": {
  6454. "DPS": {
  6455. "real": "347.84",
  6456. "theoretical": "489.8",
  6457. "critical": "375.66",
  6458. "theoretical_critical": "528.98"
  6459. },
  6460. "DPH": {
  6461. "total": "40",
  6462. "critical": "200"
  6463. },
  6464. "HPS": {
  6465. "real": "8.696",
  6466. "theoretical": "12.245"
  6467. }
  6468. }
  6469. },
  6470. {
  6471. "name": "vulcan",
  6472. "category": "Heavy Machine Guns",
  6473. "stats": {
  6474. "DPS": {
  6475. "real": "226.1",
  6476. "theoretical": "318.37",
  6477. "critical": "244.18",
  6478. "theoretical_critical": "343.84"
  6479. },
  6480. "DPH": {
  6481. "total": "13 x 2 = 26",
  6482. "critical": "65"
  6483. },
  6484. "HPS": {
  6485. "real": "8.696",
  6486. "theoretical": "12.245"
  6487. }
  6488. }
  6489. },
  6490. {
  6491. "name": "xmg5200",
  6492. "category": "Heavy Machine Guns",
  6493. "stats": {
  6494. "DPS": {
  6495. "real": "269.58",
  6496. "theoretical": "379.6",
  6497. "critical": "291.14",
  6498. "theoretical_critical": "409.96"
  6499. },
  6500. "DPH": {
  6501. "total": "15.5 x 2 = 31",
  6502. "critical": "77.5"
  6503. },
  6504. "HPS": {
  6505. "real": "8.696",
  6506. "theoretical": "12.245"
  6507. }
  6508. }
  6509. },
  6510. {
  6511. "name": "scar9000",
  6512. "category": "Heavy Machine Guns",
  6513. "stats": {
  6514. "DPS": {
  6515. "real": "313.06",
  6516. "theoretical": "440.82",
  6517. "critical": "338.1",
  6518. "theoretical_critical": "476.09"
  6519. },
  6520. "DPH": {
  6521. "total": "18 x 2 = 36",
  6522. "critical": "90"
  6523. },
  6524. "HPS": {
  6525. "real": "8.696",
  6526. "theoretical": "12.245"
  6527. }
  6528. }
  6529. },
  6530. {
  6531. "name": "tempest",
  6532. "category": "Heavy Machine Guns",
  6533. "stats": {
  6534. "DPS": {
  6535. "real": "347.84",
  6536. "theoretical": "489.8",
  6537. "critical": "375.67",
  6538. "theoretical_critical": "528.984"
  6539. },
  6540. "DPH": {
  6541. "total": "10 x 4 = 40",
  6542. "critical": "50"
  6543. },
  6544. "HPS": {
  6545. "real": "8.696",
  6546. "theoretical": "12.245"
  6547. }
  6548. }
  6549. },
  6550. {
  6551. "name": "pocketcannon",
  6552. "category": "Heavy Machine Guns",
  6553. "stats": {
  6554. "DPS": {
  6555. "real": "247.5",
  6556. "theoretical": "495",
  6557. "critical": null,
  6558. "theoretical_critical": null
  6559. },
  6560. "DPH": {
  6561. "total": "5.5 x 3 = 16.5",
  6562. "critical": null
  6563. },
  6564. "HPS": {
  6565. "real": "15",
  6566. "theoretical": "30"
  6567. }
  6568. }
  6569. },
  6570. {
  6571. "name": "xlgunner8",
  6572. "category": "Heavy Machine Guns",
  6573. "stats": {
  6574. "DPS": {
  6575. "real": "278.27",
  6576. "theoretical": "391.84",
  6577. "critical": "322.79",
  6578. "theoretical_critical": "454.53"
  6579. },
  6580. "DPH": {
  6581. "total": "16 x 2 = 32",
  6582. "critical": "80"
  6583. },
  6584. "HPS": {
  6585. "real": "8.696",
  6586. "theoretical": "12.245"
  6587. }
  6588. }
  6589. },
  6590. {
  6591. "name": "gau19",
  6592. "category": "Heavy Machine Guns",
  6593. "stats": {
  6594. "DPS": {
  6595. "real": "365.23",
  6596. "theoretical": "514.29",
  6597. "critical": "394.45",
  6598. "theoretical_critical": "555.433"
  6599. },
  6600. "DPH": {
  6601. "total": "14 x 3 = 42",
  6602. "critical": "70"
  6603. },
  6604. "HPS": {
  6605. "real": "8.696",
  6606. "theoretical": "12.245"
  6607. }
  6608. }
  6609. },
  6610. {
  6611. "name": "gau19unlimitedammo",
  6612. "category": "Heavy Machine Guns",
  6613. "stats": {
  6614. "DPS": {
  6615. "real": "365.23",
  6616. "theoretical": "514.29",
  6617. "critical": "394.45",
  6618. "theoretical_critical": "555.433"
  6619. },
  6620. "DPH": {
  6621. "total": "14 x 3 = 42",
  6622. "critical": "70"
  6623. },
  6624. "HPS": {
  6625. "real": "8.696",
  6626. "theoretical": "12.245"
  6627. }
  6628. }
  6629. },
  6630. {
  6631. "name": "krakenslayer",
  6632. "category": "Heavy Machine Guns",
  6633. "stats": {
  6634. "DPS": {
  6635. "real": "521.75",
  6636. "theoretical": "734.69",
  6637. "critical": null,
  6638. "theoretical_critical": null
  6639. },
  6640. "DPH": {
  6641. "total": "12 x 5 = 60",
  6642. "critical": null
  6643. },
  6644. "HPS": {
  6645. "real": "8.696",
  6646. "theoretical": "12.245"
  6647. }
  6648. }
  6649. },
  6650. {
  6651. "name": "wraithcannon",
  6652. "category": "Heavy Machine Guns",
  6653. "stats": {
  6654. "DPS": {
  6655. "real": "547.85",
  6656. "theoretical": "771.44",
  6657. "critical": "591.68",
  6658. "theoretical_critical": "833.15"
  6659. },
  6660. "DPH": {
  6661. "total": "21 x 3 = 63",
  6662. "critical": "105"
  6663. },
  6664. "HPS": {
  6665. "real": "8.696",
  6666. "theoretical": "12.245"
  6667. }
  6668. }
  6669. },
  6670. {
  6671. "name": "uwraithcannon",
  6672. "category": "Heavy Machine Guns",
  6673. "stats": {
  6674. "DPS": {
  6675. "real": "547.85",
  6676. "theoretical": "771.44",
  6677. "critical": "591.68",
  6678. "theoretical_critical": "833.15"
  6679. },
  6680. "DPH": {
  6681. "total": "21 x 3 = 63",
  6682. "critical": "105"
  6683. },
  6684. "HPS": {
  6685. "real": "8.696",
  6686. "theoretical": "12.245"
  6687. }
  6688. }
  6689. },
  6690. {
  6691. "name": "wraithcannondf2",
  6692. "category": "Heavy Machine Guns",
  6693. "stats": {
  6694. "DPS": {
  6695. "real": "547.85",
  6696. "theoretical": "771.44",
  6697. "critical": "591.68",
  6698. "theoretical_critical": "833.15"
  6699. },
  6700. "DPH": {
  6701. "total": "21 x 3 = 63",
  6702. "critical": "105"
  6703. },
  6704. "HPS": {
  6705. "real": "8.696",
  6706. "theoretical": "12.245"
  6707. }
  6708. }
  6709. },
  6710. {
  6711. "name": "wraithcannonunlimitedammo",
  6712. "category": "Heavy Machine Guns",
  6713. "stats": {
  6714. "DPS": {
  6715. "real": "547.85",
  6716. "theoretical": "771.44",
  6717. "critical": "591.68",
  6718. "theoretical_critical": "833.15"
  6719. },
  6720. "DPH": {
  6721. "total": "21 x 3 = 63",
  6722. "critical": "105"
  6723. },
  6724. "HPS": {
  6725. "real": "8.696",
  6726. "theoretical": "12.245"
  6727. }
  6728. }
  6729. },
  6730. {
  6731. "name": "m79",
  6732. "category": "Grenade Launchers",
  6733. "stats": {
  6734. "DPS": {
  6735. "real": "24.2",
  6736. "theoretical": "25",
  6737. "critical": "121",
  6738. "theoretical_critical": "125"
  6739. },
  6740. "DPH": {
  6741. "total": "25",
  6742. "critical": "125"
  6743. },
  6744. "HPS": {
  6745. "real": "0.968",
  6746. "theoretical": "1"
  6747. }
  6748. }
  6749. },
  6750. {
  6751. "name": "hk69",
  6752. "category": "Grenade Launchers",
  6753. "stats": {
  6754. "DPS": {
  6755. "real": "27.1",
  6756. "theoretical": "28",
  6757. "critical": "135.52",
  6758. "theoretical_critical": "140"
  6759. },
  6760. "DPH": {
  6761. "total": "28",
  6762. "critical": "140"
  6763. },
  6764. "HPS": {
  6765. "real": "0.968",
  6766. "theoretical": "1"
  6767. }
  6768. }
  6769. },
  6770. {
  6771. "name": "rgm40",
  6772. "category": "Grenade Launchers",
  6773. "stats": {
  6774. "DPS": {
  6775. "real": "30.01",
  6776. "theoretical": "31",
  6777. "critical": "150.04",
  6778. "theoretical_critical": "155"
  6779. },
  6780. "DPH": {
  6781. "total": "31",
  6782. "critical": "155"
  6783. },
  6784. "HPS": {
  6785. "real": "0.968",
  6786. "theoretical": "1"
  6787. }
  6788. }
  6789. },
  6790. {
  6791. "name": "gm94",
  6792. "category": "Grenade Launchers",
  6793. "stats": {
  6794. "DPS": {
  6795. "real": "32.91",
  6796. "theoretical": "34",
  6797. "critical": "164.56",
  6798. "theoretical_critical": "170"
  6799. },
  6800. "DPH": {
  6801. "total": "34",
  6802. "critical": "170"
  6803. },
  6804. "HPS": {
  6805. "real": "0.968",
  6806. "theoretical": "1"
  6807. }
  6808. }
  6809. },
  6810. {
  6811. "name": "makeshiftlauncher",
  6812. "category": "Grenade Launchers",
  6813. "stats": {
  6814. "DPS": {
  6815. "real": "38.72",
  6816. "theoretical": "40",
  6817. "critical": "193.6",
  6818. "theoretical_critical": "200"
  6819. },
  6820. "DPH": {
  6821. "total": "40",
  6822. "critical": "200"
  6823. },
  6824. "HPS": {
  6825. "real": "0.968",
  6826. "theoretical": "1"
  6827. }
  6828. }
  6829. },
  6830. {
  6831. "name": "chinalake",
  6832. "category": "Grenade Launchers",
  6833. "stats": {
  6834. "DPS": {
  6835. "real": "35.82",
  6836. "theoretical": "37",
  6837. "critical": "179.08",
  6838. "theoretical_critical": "185"
  6839. },
  6840. "DPH": {
  6841. "total": "37",
  6842. "critical": "185"
  6843. },
  6844. "HPS": {
  6845. "real": "0.968",
  6846. "theoretical": "1"
  6847. }
  6848. }
  6849. },
  6850. {
  6851. "name": "rg6",
  6852. "category": "Grenade Launchers",
  6853. "stats": {
  6854. "DPS": {
  6855. "real": "38.72",
  6856. "theoretical": "40",
  6857. "critical": "193.6",
  6858. "theoretical_critical": "200"
  6859. },
  6860. "DPH": {
  6861. "total": "40",
  6862. "critical": "200"
  6863. },
  6864. "HPS": {
  6865. "real": "0.968",
  6866. "theoretical": "1"
  6867. }
  6868. }
  6869. },
  6870. {
  6871. "name": "falconmm1",
  6872. "category": "Grenade Launchers",
  6873. "stats": {
  6874. "DPS": {
  6875. "real": "41.62",
  6876. "theoretical": "43",
  6877. "critical": "208.12",
  6878. "theoretical_critical": "215"
  6879. },
  6880. "DPH": {
  6881. "total": "43",
  6882. "critical": "215"
  6883. },
  6884. "HPS": {
  6885. "real": "0.968",
  6886. "theoretical": "1"
  6887. }
  6888. }
  6889. },
  6890. {
  6891. "name": "type87",
  6892. "category": "Grenade Launchers",
  6893. "stats": {
  6894. "DPS": {
  6895. "real": "44.3",
  6896. "theoretical": "46.5",
  6897. "critical": "221.5",
  6898. "theoretical_critical": "232.5"
  6899. },
  6900. "DPH": {
  6901. "total": "31",
  6902. "critical": "155"
  6903. },
  6904. "HPS": {
  6905. "real": "1.429",
  6906. "theoretical": "1.5"
  6907. }
  6908. }
  6909. },
  6910. {
  6911. "name": "mgl6",
  6912. "category": "Grenade Launchers",
  6913. "stats": {
  6914. "DPS": {
  6915. "real": "50.02",
  6916. "theoretical": "52.5",
  6917. "critical": "250.08",
  6918. "theoretical_critical": "262.5"
  6919. },
  6920. "DPH": {
  6921. "total": "35",
  6922. "critical": "175"
  6923. },
  6924. "HPS": {
  6925. "real": "1.429",
  6926. "theoretical": "1.5"
  6927. }
  6928. }
  6929. },
  6930. {
  6931. "name": "xm25",
  6932. "category": "Grenade Launchers",
  6933. "stats": {
  6934. "DPS": {
  6935. "real": "57.16",
  6936. "theoretical": "60",
  6937. "critical": "285.8",
  6938. "theoretical_critical": "300"
  6939. },
  6940. "DPH": {
  6941. "total": "40",
  6942. "critical": "200"
  6943. },
  6944. "HPS": {
  6945. "real": "1.429",
  6946. "theoretical": "1.5"
  6947. }
  6948. }
  6949. },
  6950. {
  6951. "name": "paw20",
  6952. "category": "Grenade Launchers",
  6953. "stats": {
  6954. "DPS": {
  6955. "real": "65.63",
  6956. "theoretical": "70",
  6957. "critical": "328.13",
  6958. "theoretical_critical": "350"
  6959. },
  6960. "DPH": {
  6961. "total": "35",
  6962. "critical": "175"
  6963. },
  6964. "HPS": {
  6965. "real": "1.875",
  6966. "theoretical": "2"
  6967. }
  6968. }
  6969. },
  6970. {
  6971. "name": "immolatorad",
  6972. "category": "Grenade Launchers",
  6973. "stats": {
  6974. "DPS": {
  6975. "real": "72.6",
  6976. "theoretical": "75",
  6977. "critical": "363",
  6978. "theoretical_critical": "375"
  6979. },
  6980. "DPH": {
  6981. "total": "75",
  6982. "critical": "375"
  6983. },
  6984. "HPS": {
  6985. "real": "0.968",
  6986. "theoretical": "1"
  6987. }
  6988. }
  6989. },
  6990. {
  6991. "name": "dreadnoughtad",
  6992. "category": "Grenade Launchers",
  6993. "stats": {
  6994. "DPS": {
  6995. "real": "82.28",
  6996. "theoretical": "85",
  6997. "critical": "411.4",
  6998. "theoretical_critical": "425"
  6999. },
  7000. "DPH": {
  7001. "total": "85",
  7002. "critical": "425"
  7003. },
  7004. "HPS": {
  7005. "real": "0.968",
  7006. "theoretical": "1"
  7007. }
  7008. }
  7009. },
  7010. {
  7011. "name": "junker6",
  7012. "category": "Grenade Launchers",
  7013. "stats": {
  7014. "DPS": {
  7015. "real": "85.74",
  7016. "theoretical": "90",
  7017. "critical": "428.7",
  7018. "theoretical_critical": "450"
  7019. },
  7020. "DPH": {
  7021. "total": "60",
  7022. "critical": "300"
  7023. },
  7024. "HPS": {
  7025. "real": "1.429",
  7026. "theoretical": "1.5"
  7027. }
  7028. }
  7029. },
  7030. {
  7031. "name": "xm79",
  7032. "category": "Grenade Launchers",
  7033. "stats": {
  7034. "DPS": {
  7035. "real": "101.64",
  7036. "theoretical": "105",
  7037. "critical": "508.2",
  7038. "theoretical_critical": "525"
  7039. },
  7040. "DPH": {
  7041. "total": "105",
  7042. "critical": "525"
  7043. },
  7044. "HPS": {
  7045. "real": "0.968",
  7046. "theoretical": "1"
  7047. }
  7048. }
  7049. },
  7050. {
  7051. "name": "scorchernk19",
  7052. "category": "Grenade Launchers",
  7053. "stats": {
  7054. "DPS": {
  7055. "real": "109.08",
  7056. "theoretical": "120",
  7057. "critical": "545.4",
  7058. "theoretical_critical": "600"
  7059. },
  7060. "DPH": {
  7061. "total": "40",
  7062. "critical": "200"
  7063. },
  7064. "HPS": {
  7065. "real": "2.727",
  7066. "theoretical": "3"
  7067. }
  7068. }
  7069. },
  7070. {
  7071. "name": "valkyriemgl",
  7072. "category": "Grenade Launchers",
  7073. "stats": {
  7074. "DPS": {
  7075. "real": "150.05",
  7076. "theoretical": "157.5",
  7077. "critical": "750.23",
  7078. "theoretical_critical": "787.5"
  7079. },
  7080. "DPH": {
  7081. "total": "35 x 3 = 105",
  7082. "critical": "175"
  7083. },
  7084. "HPS": {
  7085. "real": "1.429",
  7086. "theoretical": "1.5"
  7087. }
  7088. }
  7089. },
  7090. {
  7091. "name": "corpseerruptor",
  7092. "category": "Grenade Launchers",
  7093. "stats": {
  7094. "DPS": {
  7095. "real": "75",
  7096. "theoretical": "80",
  7097. "critical": "375",
  7098. "theoretical_critical": "400"
  7099. },
  7100. "DPH": {
  7101. "total": "40",
  7102. "critical": "200"
  7103. },
  7104. "HPS": {
  7105. "real": "1.875",
  7106. "theoretical": "2"
  7107. }
  7108. }
  7109. },
  7110. {
  7111. "name": "bishopce9",
  7112. "category": "Grenade Launchers",
  7113. "stats": {
  7114. "DPS": {
  7115. "real": "85.74",
  7116. "theoretical": "90",
  7117. "critical": "428.7",
  7118. "theoretical_critical": "450"
  7119. },
  7120. "DPH": {
  7121. "total": "60",
  7122. "critical": "300"
  7123. },
  7124. "HPS": {
  7125. "real": "1.429",
  7126. "theoretical": "1.5"
  7127. }
  7128. }
  7129. },
  7130. {
  7131. "name": "boomerpx",
  7132. "category": "Grenade Launchers",
  7133. "stats": {
  7134. "DPS": {
  7135. "real": "101.64",
  7136. "theoretical": "105",
  7137. "critical": "508.2",
  7138. "theoretical_critical": "525"
  7139. },
  7140. "DPH": {
  7141. "total": "105",
  7142. "critical": "525"
  7143. },
  7144. "HPS": {
  7145. "real": "0.968",
  7146. "theoretical": "1"
  7147. }
  7148. }
  7149. },
  7150. {
  7151. "name": "cryolauncher",
  7152. "category": "Grenade Launchers",
  7153. "stats": {
  7154. "DPS": {
  7155. "real": "101.64",
  7156. "theoretical": "105",
  7157. "critical": "508.2",
  7158. "theoretical_critical": "525"
  7159. },
  7160. "DPH": {
  7161. "total": "105",
  7162. "critical": "525"
  7163. },
  7164. "HPS": {
  7165. "real": "0.968",
  7166. "theoretical": "1"
  7167. }
  7168. }
  7169. },
  7170. {
  7171. "name": "dusklauncher",
  7172. "category": "Grenade Launchers",
  7173. "stats": {
  7174. "DPS": {
  7175. "real": "92.89",
  7176. "theoretical": "97.5",
  7177. "critical": "464.43",
  7178. "theoretical_critical": "487.5"
  7179. },
  7180. "DPH": {
  7181. "total": "65",
  7182. "critical": "325"
  7183. },
  7184. "HPS": {
  7185. "real": "1.429",
  7186. "theoretical": "1.5"
  7187. }
  7188. }
  7189. },
  7190. {
  7191. "name": "xdusklauncher",
  7192. "category": "Grenade Launchers",
  7193. "stats": {
  7194. "DPS": {
  7195. "real": "107.18",
  7196. "theoretical": "112.5",
  7197. "critical": "535.88",
  7198. "theoretical_critical": "562.5"
  7199. },
  7200. "DPH": {
  7201. "total": "75",
  7202. "critical": "375"
  7203. },
  7204. "HPS": {
  7205. "real": "1.429",
  7206. "theoretical": "1.5"
  7207. }
  7208. }
  7209. },
  7210. {
  7211. "name": "dawnlauncher",
  7212. "category": "Grenade Launchers",
  7213. "stats": {
  7214. "DPS": {
  7215. "real": "128.61",
  7216. "theoretical": "135",
  7217. "critical": "643.05",
  7218. "theoretical_critical": "675"
  7219. },
  7220. "DPH": {
  7221. "total": "90",
  7222. "critical": "450"
  7223. },
  7224. "HPS": {
  7225. "real": "1.429",
  7226. "theoretical": "1.5"
  7227. }
  7228. }
  7229. },
  7230. {
  7231. "name": "survivorsgm94",
  7232. "category": "Grenade Launchers",
  7233. "stats": {
  7234. "DPS": {
  7235. "real": "40.66",
  7236. "theoretical": "42",
  7237. "critical": "203.28",
  7238. "theoretical_critical": "210"
  7239. },
  7240. "DPH": {
  7241. "total": "42",
  7242. "critical": "210"
  7243. },
  7244. "HPS": {
  7245. "real": "0.968",
  7246. "theoretical": "1"
  7247. }
  7248. }
  7249. },
  7250. {
  7251. "name": "eggsplodermm1",
  7252. "category": "Grenade Launchers",
  7253. "stats": {
  7254. "DPS": {
  7255. "real": "75",
  7256. "theoretical": "90",
  7257. "critical": "375",
  7258. "theoretical_critical": "450"
  7259. },
  7260. "DPH": {
  7261. "total": "15",
  7262. "critical": "75"
  7263. },
  7264. "HPS": {
  7265. "real": "5",
  7266. "theoretical": "6"
  7267. }
  7268. }
  7269. },
  7270. {
  7271. "name": "xeggsplodermm1",
  7272. "category": "Grenade Launchers",
  7273. "stats": {
  7274. "DPS": {
  7275. "real": "86.68",
  7276. "theoretical": "111.43",
  7277. "critical": "433.37",
  7278. "theoretical_critical": "557.14"
  7279. },
  7280. "DPH": {
  7281. "total": "13",
  7282. "critical": "65"
  7283. },
  7284. "HPS": {
  7285. "real": "6.667",
  7286. "theoretical": "8.571"
  7287. }
  7288. }
  7289. },
  7290. {
  7291. "name": "makeshiftflamethrower",
  7292. "category": "Flamethrowers",
  7293. "stats": {
  7294. "DPS": {
  7295. "real": "50",
  7296. "theoretical": "75",
  7297. "critical": "200",
  7298. "theoretical_critical": "300"
  7299. },
  7300. "DPH": {
  7301. "total": "5",
  7302. "critical": "20"
  7303. },
  7304. "HPS": {
  7305. "real": "10",
  7306. "theoretical": "15"
  7307. }
  7308. }
  7309. },
  7310. {
  7311. "name": "incineratorft9",
  7312. "category": "Flamethrowers",
  7313. "stats": {
  7314. "DPS": {
  7315. "real": "90",
  7316. "theoretical": "135",
  7317. "critical": "360",
  7318. "theoretical_critical": "540"
  7319. },
  7320. "DPH": {
  7321. "total": "9",
  7322. "critical": "36"
  7323. },
  7324. "HPS": {
  7325. "real": "10",
  7326. "theoretical": "15"
  7327. }
  7328. }
  7329. },
  7330. {
  7331. "name": "dragonsmaw",
  7332. "category": "Flamethrowers",
  7333. "stats": {
  7334. "DPS": {
  7335. "real": "120",
  7336. "theoretical": "200",
  7337. "critical": "600",
  7338. "theoretical_critical": "1000"
  7339. },
  7340. "DPH": {
  7341. "total": "10",
  7342. "critical": "50"
  7343. },
  7344. "HPS": {
  7345. "real": "12",
  7346. "theoretical": "20"
  7347. }
  7348. }
  7349. },
  7350. {
  7351. "name": "fatmanscryothrower",
  7352. "category": "Flamethrowers",
  7353. "stats": {
  7354. "DPS": {
  7355. "real": "87",
  7356. "theoretical": "174",
  7357. "critical": "435",
  7358. "theoretical_critical": "870"
  7359. },
  7360. "DPH": {
  7361. "total": "5.8",
  7362. "critical": "29"
  7363. },
  7364. "HPS": {
  7365. "real": "15",
  7366. "theoretical": "30"
  7367. }
  7368. }
  7369. },
  7370. {
  7371. "name": "tn8flamethrower",
  7372. "category": "Flamethrowers",
  7373. "stats": {
  7374. "DPS": {
  7375. "real": "90",
  7376. "theoretical": "180",
  7377. "critical": "450",
  7378. "theoretical_critical": "900"
  7379. },
  7380. "DPH": {
  7381. "total": "6",
  7382. "critical": "30"
  7383. },
  7384. "HPS": {
  7385. "real": "15",
  7386. "theoretical": "30"
  7387. }
  7388. }
  7389. },
  7390. {
  7391. "name": "sandscorcher",
  7392. "category": "Flamethrowers",
  7393. "stats": {
  7394. "DPS": {
  7395. "real": "170",
  7396. "theoretical": "255",
  7397. "critical": "680",
  7398. "theoretical_critical": "1020"
  7399. },
  7400. "DPH": {
  7401. "total": "17",
  7402. "critical": "68"
  7403. },
  7404. "HPS": {
  7405. "real": "10",
  7406. "theoretical": "15"
  7407. }
  7408. }
  7409. },
  7410. {
  7411. "name": "fryingpan",
  7412. "category": "HCIM Weapons Melee",
  7413. "stats": {
  7414. "DPS": {
  7415. "real": "3.87",
  7416. "theoretical": "4",
  7417. "critical": "16.26",
  7418. "theoretical_critical": "16.8"
  7419. },
  7420. "DPH": {
  7421. "total": "4",
  7422. "critical": "20"
  7423. },
  7424. "HPS": {
  7425. "real": "0.968",
  7426. "theoretical": "1"
  7427. },
  7428. "Melee Range": {
  7429. "range": "1.25",
  7430. "cleave_width": "0"
  7431. }
  7432. }
  7433. },
  7434. {
  7435. "name": "goldenfryingpan",
  7436. "category": "HCIM Weapons Melee",
  7437. "stats": {
  7438. "DPS": {
  7439. "real": "142.9",
  7440. "theoretical": "150",
  7441. "critical": "600.18",
  7442. "theoretical_critical": "630"
  7443. },
  7444. "DPH": {
  7445. "total": "100",
  7446. "critical": "500"
  7447. },
  7448. "HPS": {
  7449. "real": "1.429",
  7450. "theoretical": "1.5"
  7451. },
  7452. "Melee Range": {
  7453. "range": "1.9",
  7454. "cleave_width": "0"
  7455. }
  7456. }
  7457. },
  7458. {
  7459. "name": "revsaw750",
  7460. "category": "HCIM Weapons Chainsaw",
  7461. "stats": {
  7462. "DPS": {
  7463. "real": "111.42",
  7464. "theoretical": "156",
  7465. "critical": "467.98",
  7466. "theoretical_critical": "655.2"
  7467. },
  7468. "DPH": {
  7469. "total": "13",
  7470. "critical": "65"
  7471. },
  7472. "HPS": {
  7473. "real": "8.571",
  7474. "theoretical": "12"
  7475. },
  7476. "Melee Range": {
  7477. "range": "2.5",
  7478. "cleave_width": "1.5"
  7479. }
  7480. }
  7481. },
  7482. {
  7483. "name": "akp",
  7484. "category": "HCIM Weapons Pistol",
  7485. "stats": {
  7486. "DPS": {
  7487. "real": "119.99",
  7488. "theoretical": "136",
  7489. "critical": "503.94",
  7490. "theoretical_critical": "571.2"
  7491. },
  7492. "DPH": {
  7493. "total": "17 x 2 = 34",
  7494. "critical": "85"
  7495. },
  7496. "HPS": {
  7497. "real": "3.529",
  7498. "theoretical": "4"
  7499. }
  7500. }
  7501. },
  7502. {
  7503. "name": "sawbladelauncher",
  7504. "category": "HCIM Weapons Rifle",
  7505. "stats": {
  7506. "DPS": {
  7507. "real": "145.2",
  7508. "theoretical": "150",
  7509. "critical": "609.84",
  7510. "theoretical_critical": "630"
  7511. },
  7512. "DPH": {
  7513. "total": "75 + 75",
  7514. "critical": "375 + 375"
  7515. },
  7516. "HPS": {
  7517. "real": "0.968",
  7518. "theoretical": "1"
  7519. }
  7520. }
  7521. },
  7522. {
  7523. "name": "dominatorm12",
  7524. "category": "HCIM Weapons Shotgun",
  7525. "stats": {
  7526. "DPS": {
  7527. "real": "523.58",
  7528. "theoretical": "576",
  7529. "critical": null,
  7530. "theoretical_critical": null
  7531. },
  7532. "DPH": {
  7533. "total": "[15.6 + 6 + 2.4] x 8 = 192",
  7534. "critical": null
  7535. },
  7536. "HPS": {
  7537. "real": "2.727",
  7538. "theoretical": "3"
  7539. }
  7540. }
  7541. },
  7542. {
  7543. "name": "scrapshotsws88",
  7544. "category": "HCIM Weapons Machine Gun",
  7545. "stats": {
  7546. "DPS": {
  7547. "real": "136.35",
  7548. "theoretical": "150",
  7549. "critical": "572.67",
  7550. "theoretical_critical": "630"
  7551. },
  7552. "DPH": {
  7553. "total": "12.5 + 12.5 + 12.5 + 12.5 = 50",
  7554. "critical": "62.5 + 62.5 + 62.5 + 62.5 = 250"
  7555. },
  7556. "HPS": {
  7557. "real": "2.727",
  7558. "theoretical": "3"
  7559. }
  7560. }
  7561. },
  7562. {
  7563. "name": "siegecannon",
  7564. "category": "HCIM Weapons Grenadee Launcher",
  7565. "stats": {
  7566. "DPS": {
  7567. "real": "114.53",
  7568. "theoretical": "126",
  7569. "critical": "572.67",
  7570. "theoretical_critical": "630"
  7571. },
  7572. "DPH": {
  7573. "total": "42",
  7574. "critical": "210"
  7575. },
  7576. "HPS": {
  7577. "real": "2.727",
  7578. "theoretical": "3"
  7579. }
  7580. }
  7581. },
  7582. {
  7583. "name": "im2combatsuit",
  7584. "category": "HCIM Weapons",
  7585. "stats": {}
  7586. },
  7587. {
  7588. "name": "im2combathelmet",
  7589. "category": "HCIM Weapons",
  7590. "stats": {}
  7591. },
  7592. {
  7593. "name": "im2implant",
  7594. "category": "HCIM Weapons",
  7595. "stats": {}
  7596. }
  7597. ]
  7598. };
  7599. })();