{
  // String, the bot type
  "type": "remnant",
  // Int, amount of preset loadouts that will be generated by SPT to equip bots of this type
  "presetBatch": 25,
  // Bool
  "isBoss": false,
  // Bool, SPT tries to generate unique names for each bot of this type. Make sure you have enough names in your type for this to work properly.
  "mustHaveUniqueName": false,
  // Record: DefaultDurability
  "durability": {
    "armor": {
      "maxDelta": 15,
      "minDelta": 0,
      "minLimitPercent": 15,
      "lowestMaxPercent": 70,
      "highestMaxPercent": 100
    },
    "weapon": {
      "highestMax": 100,
      "lowestMax": 90,
      "maxDelta": 15,
      "minDelta": 0,
      "minLimitPercent": 15
    }
  },
  // Dictionary<MongoID (Item IDs), double>
  "itemSpawnLimits": {
    "5734758f24597738025ee253": 1
  },
  // Record: EquipmentFilters
  "equipment": {
    "faceShieldIsActiveChancePercent": 50,
    "forceOnlyArmoredRigWhenNoArmor": true,
    "forceStock": true,
    "laserIsActiveChancePercent": 75,
    "lightIsActiveDayChancePercent": 25,
    "lightIsActiveNightChancePercent": 75,
    "nvgIsActiveChanceDayPercent": 10,
    "nvgIsActiveChanceNightPercent": 90,
    "weaponModLimits": {
      "scopeLimit": 1,
      "lightLaserLimit": 1
    }
  },
  "currencyStackSize": {
    // Roubles
    "5449016a4bdc2d6f028b456f": {
      //  Amount: weighted chance (higher means more likely to be picked)
      "10000": 51,
      "15000": 28,
      "20000": 13,
      "25000": 8,
      "30000": 3,
      "5000": 200
    },
    // Dollars
    "5696686a4bdc2da3298b456a": {
        "0": 5
    },
    // Euros
    "569668774bdc2da2298b4568": {
        "0": 5
    },
    // GP Coin
    "5d235b4d86f7742e017bc88a": {
        "0": 15
    }
  }
}