How to Make Herbal Medicine in RimWorld (1.6) — Healroot Method + 5-Step Hospital Supply Tool

HOW TO MAKE HERBAL MEDICINE RIMWORLD

The Definitive 2026 Guide

No workbench can save you now. In RimWorld’s current vanilla version, the answer is simple: grow healroot.

Quick Solution Steps

Data backed by local Core defs: 1.6.4633 rev1266 (verified 2026-03-24).

Step-by-Step Path to Herbal Medicine
Official Patch History
Date Update Note
2025-06-11 1.6 Medical QOL: medical drugs excluded by default from burn drugs bills (less accidental medicine loss).
2025-07-11 1.6 Odyssey + Update 1.6 live; core herbal method remains healroot → herbal medicine.
2025-07-22 1.6.4528 Trader stock edge-case fix (helps emergency resupply when your field is late).
2026-03-24 Checked Core defs at /game (1.6.4633) still define healroot harvesting into MedicineHerbal and rotting after 150 days.
Community Wisdom: Real Problems vs. Overreactions
Players Are Mostly Right
  • Medical turns into logistics.
  • “Doctor won’t use medicine” is often policy, not farming.
  • Disease risk and everyday tending are different problems.
  • Trade still patches gaps while healroot matures.
Players Sometimes Overreact
  • Herbal medicine is useless.
  • Every shortage is a bug.
  • One bad map outcome means a hidden patch change.
Effective Storage Setup
how to make herbal medicine rimworld reserve stock icon
Reserve Stock
Cold, counted, boring
how to make herbal medicine rimworld medical shelf icon
Medical Shelf
Working stock near beds
how to make herbal medicine rimworld hospital beds icon
Hospital Beds
Short path, fast tending
Medicine Comparison Table
Colony stage
how to make herbal medicine rimworld herbal medicine icon Herbal
MedicalPotency 0.60MedicalQualityMax 0.70 • rots 150d
how to make herbal medicine rimworld industrial medicine icon Industrial
MedicalPotency 1.00MedicalQualityMax 1.00 • craft @ DrugLab
how to make herbal medicine rimworld glitterworld medicine icon Glitterworld
MedicalPotency 1.60MedicalQualityMax 1.30 • rare trade/rewards
3 colonists: one good grower Default backbone (healroot harvest). Buy for infections/surgery if you can. Save for “someone will die” moments.
7 colonists: hospital infrastructure High-volume everyday tending. Use for serious disease/surgery; don’t waste it on scratches. Keep a small emergency stack.
15 colonists: redundant supply chain Reserve floor + dedicated storage loop. Craft + trade; protect herbal floor before converting. Premium specialist reserve.
Further Resources & Mods
Core 1.6.4633 values used on this page (from /game)
/game/Data/Core/Defs/ThingDefs_Plants/Plants_Cultivated_Farm.xml
  ThingDef Plant_Healroot:
    plant.growDays = 7
    plant.sowWork = 800
    plant.sowMinSkill = 8
    plant.sowTags includes Ground + Hydroponic

  ThingDef HealrootBase:
    plant.harvestedThingDef = MedicineHerbal
    plant.harvestYield = 1

/game/Data/Core/Defs/ThingDefs_Items/Items_Resource_Manufactured.xml
  ThingDef MedicineHerbal:
    statBases.MedicalPotency = 0.60
    statBases.MedicalQualityMax = 0.70
    CompProperties_Rottable.daysToRotStart = 150

  ThingDef MedicineIndustrial:
    costList = 1 herbal medicine + 1 neutroamine + 3 cloth
    recipeMaker.recipeUsers includes DrugLab
    recipeMaker.researchPrerequisite = MedicineProduction