From Dark and Darker Wiki

{

   "GearScoreRules": {
       "Weapon": {
           "Two Handed": {
               "0": 3,
               "1": 6,
               "2": 15,
               "3": 45,
               "4": 60,
               "5": 90,
               "6": 120,
               "7": 175
           },
           "One Handed": {
               "Main-Hand": {
                   "0": 2,
                   "1": 3,
                   "2": 9,
                   "3": 27,
                   "4": 36,
                   "5": 54,
                   "6": 72,
                   "7": 125
               },
               "Off-Hand": {
                   "0": 1,
                   "1": 3,
                   "2": 7,
                   "3": 21,
                   "4": 28,
                   "5": 42,
                   "6": 56,
                   "7": 100
               }
           }
       },
       "Armor": {
           "Head": {
               "0": 1,
               "1": 2,
               "2": 4,
               "3": 12,
               "4": 16,
               "5": 24,
               "6": 32,
               "7": 40
           },
           "Chest": {
               "0": 1,
               "1": 2,
               "2": 5,
               "3": 15,
               "4": 20,
               "5": 30,
               "6": 40,
               "7": 50
           },
           "Legs": {
               "0": 1,
               "1": 2,
               "2": 5,
               "3": 15,
               "4": 20,
               "5": 30,
               "6": 40,
               "7": 50
           },
           "Foot": {
               "0": 1,
               "1": 2,
               "2": 4,
               "3": 12,
               "4": 16,
               "5": 24,
               "6": 32,
               "7": 40
           },
           "Hands": {
               "0": 1,
               "1": 2,
               "2": 4,
               "3": 12,
               "4": 16,
               "5": 24,
               "6": 32,
               "7": 40
           },
           "Back": {
               "0": 1,
               "1": 2,
               "2": 5,
               "3": 15,
               "4": 20,
               "5": 30,
               "6": 40,
               "7": 50
           }
       },
       "Accessory": {
           "0": 0,
           "1": 0,
           "2": 0,
           "3": 9,
           "4": 12,
           "5": 18,
           "6": 24,
           "7": 30
       },
       "Utility": {
           "0": 2,
           "1": 3,
           "2": 4,
           "3": 6,
           "4": 8,
           "5": 12,
           "6": 16,
           "7": 20
       }
   },
   "BracketThresholds": [
       299
   ]

}