[
  {
    "tier": 0,
    "displayName": "Faulty",
    "displayColor": "dark_gray",
    "killMultiplier": 1,
    "dataToNext": 6,
    "canSimulate": false,
    "trial": {
      "pristine": 2,
      "maxWave": 1,
      "affixes": 0,
      "glitchChance": 0
    }
  },
  {
    "tier": 1,
    "displayName": "Basic",
    "displayColor": "green",
    "killMultiplier": 4,
    "dataToNext": 48,
    "pristineChance": 5,
    "trial": {
      "pristine": 5,
      "maxWave": 2,
      "affixes": 1,
      "glitchChance": 1
    }
  },
  {
    "tier": 2,
    "displayName": "Advanced",
    "displayColor": "blue",
    "killMultiplier": 10,
    "dataToNext": 300,
    "pristineChance": 11,
    "trial": {
      "pristine": 8,
      "maxWave": 4,
      "affixes": 1,
      "glitchChance": 3
    }
  },
  {
    "tier": 3,
    "displayName": "Superior",
    "displayColor": "light_purple",
    "killMultiplier": 18,
    "dataToNext": 900,
    "pristineChance": 24,
    "trial": {
      "pristine": 12,
      "maxWave": 5,
      "affixes": 2,
      "glitchChance": 6
    }
  },
  {
    "tier": 4,
    "displayName": "Self-Aware",
    "displayColor": "gold",
    "pristineChance": 42,
    "trial": {
      "pristine": 18,
      "maxWave": 7,
      "affixes": 3,
      "glitchChance": 11
    }
  }
]