Fertialized Eggs RimWorld Outdoors — 0–50°C Safe Range + Hatch Tool (1.6)
Outdoor Hatching Without Heartbreak:
Make Your Fertilized Eggs RimWorld Outdoors Actually Hatch
Keep eggs between 0–50°C, roof them, and don’t refrigerate them. This tool uses Core defs to show hatch time by egg type and how fast “Ruined by temperature” happens when you go out of range.
Short answer: yes, fertilized eggs can hatch outdoors if temperature stays safe and the eggs don’t lose HP to deterioration.
- Roofed egg boxes (or roofed shelf) near your barn.
- Stockpile: allow
Eggs (fert.)only. - Keep temp:
0°Cto50°C. - Prevent hauling & predators: set priorities and add a door/fence so wildlife doesn’t path through.
Want the exact numbers? Scroll to Game Data.
The safe band comes from CompProperties_TemperatureRuinable on EggFertBase (Core defs).
Eggs have only 20 Max HP in Core defs. If left unroofed on the ground, they can disappear before hatch day.
A cheap roof (or an egg box) prevents outdoor deterioration. Temperature is still the big threat.
Note: the EggBox description explicitly says it “protects eggs from deteriorating outdoors” but “does not protect from temperature damage”.
| Problem | Likely cause | Quick fix |
|---|---|---|
| Ruined by temperature | >50°C or <0°C | Passive cooler or campfire (temp back into safe band) |
| Hatch stuck at 0% | Eggs stored below 0°C (freezer) | Move eggs to a warm stockpile (not your freezer) |
| Eggs vanished | Left unroofed (deterioration) | Build a roof (or use egg boxes) |
External links: Animals Logic · RimKeeper · Video
| Patch | Date | What changed |
|---|---|---|
| 1.6.4518 | Jul 2025 | Unfertilized egg defs exist for each egg type; ruined fertilized eggs convert to the unfertilized version (so mistakes become food instead of trash). |
| 1.6.4535 | Jul 2025 | Stability fixes (less weird hauling churn / logic edge cases). |
| 1.6.4630 | Oct 2025 | Maintenance patch (no direct egg rule changes). |
Egg safe temperature and hatch days are pulled from local Core XML defs (paths shown below).
| Egg (fert.) | Hatches into | Days to hatch |
|---|
Show exact source paths
Safe temperature band:
/game/Data/Core/Defs/ThingDefs_Items/Items_Resource_AnimalProduct.xml → ThingDef EggFertBase → CompProperties_TemperatureRuinable
Hatch days:
/game/Data/Core/Defs/ThingDefs_Items/Items_Resource_AnimalProduct.xml → each ThingDef ParentName="EggFertBase" → CompProperties_Hatcher
Egg box behavior (outdoor deterioration protection, stack limits):
/game/Data/Core/Defs/ThingDefs_Buildings/Buildings_Misc.xml → ThingDef EggBox