{
  "1": {
    "id": "manufacturing_station_level_1",
    "level": 1,
    "machineCapacity": 120,
    "rewardId": "",
    "roomType": "ManufacturingStation",
    "stationMaxCount": 1,
    "unlockRecipe": [
      "mfg_exp_1_1",
      "mfg_weapon_exp_1"
    ]
  },
  "2": {
    "id": "manufacturing_station_level_2",
    "level": 2,
    "machineCapacity": 240,
    "rewardId": "",
    "roomType": "ManufacturingStation",
    "stationMaxCount": 2,
    "unlockRecipe": [
      "mfg_exp_1_2",
      "mfg_exp_2_1",
      "mfg_weapon_exp_2"
    ]
  },
  "3": {
    "id": "manufacturing_station_level_3",
    "level": 3,
    "machineCapacity": 480,
    "rewardId": "",
    "roomType": "ManufacturingStation",
    "stationMaxCount": 3,
    "unlockRecipe": [
      "mfg_exp_1_3",
      "mfg_exp_2_2",
      "mfg_weapon_exp_3"
    ]
  }
}