Cobnuts colony sim · delve

room_role

Apothecary's Shop

Related

Referenced by

Workstation tuning 1

Raw definition
{
  "id": "core:workshop_apothecary",
  "name": "Apothecary's Shop",
  "priority": 10,
  "requires": {
    "forbids": {
      "beds": true,
      "forbid_building": [],
      "joy_buildings": true,
      "machines": false,
      "prisoner_beds": false,
      "slave_beds": false
    },
    "min_beds": 0,
    "min_joy_buildings": 0,
    "min_machines": 0,
    "min_medical_beds": 0,
    "min_prisoner_beds": 0,
    "min_size": 0,
    "min_slave_beds": 0,
    "requires_building": [
      [
        "core:apothecary_bench",
        1
      ]
    ]
  }
}

First seen in dev