nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

statsIndex.json (873B)


      1 {
      2     "attachmentTypes": [
      3         "Optics",
      4         "Underbarrel",
      5         "Rear Grip",
      6         "Laser",
      7         "Muzzle",
      8         "Barrel",
      9         "Stock",
     10         "Ammunition",
     11         "Perk",
     12         "Trigger Action",
     13         "Guard",
     14         "Bolt",
     15         "Bowstring",
     16         "Limb",
     17         "Smoothbore"
     18     ],
     19     "weaponTypes": [
     20         "AR",
     21         "Sniper",
     22         "LMG",
     23         "SMG",
     24         "Shotgun",
     25         "Marksman",
     26         "Pistol"
     27     ],
     28     "firingModes": [
     29         "Full Auto",
     30         "Semi Auto",
     31         "Burst",
     32         "Break Action",
     33         "Pump Action",
     34         "Lever Action",
     35         "Bolt Action"
     36     ],
     37     "penetrationLevels": [
     38         "Zero",
     39         "Low",
     40         "Medium",
     41         "High"
     42     ],
     43     "reloadTypes": [
     44         "Magazine",
     45         "Single",
     46         "Belt"
     47     ]
     48 }