Mechanics wiki / Survive the Storm / Earthsick

Earthsick

In the mod, whether a colonist goes Earthsick depends on Morale, not Comfort: each sol a colonist below Morale 50 has a chance to turn Earthsick, higher the lower the Morale. What an Earthsick colonist does and who is immune is unchanged from the base game.

The change

 VanillaMod
Becomes Earthsickthe instant Comfort reaches 0a per-sol chance while Morale is below 50 (see below); Comfort no longer triggers it directly
Recovers from EarthsickComfort climbs back to 70Morale climbs back to 70
Never affectedMartianborn, Refugee, the International Mars Mission sponsor, and the Iron Colonists rule - unchanged
Effect once Earthsickloses the job, cannot work, boards the next departing rocket to Earth - unchanged

Comfort still matters, just indirectly: it is one of the three stats that feed Morale, so tanked Comfort pulls Morale down and raises the Earthsick chance that way. Because Earthsick now fires more often than a rare Comfort-0 event, the mod's existing rule that each fresh Earthsick removes up to two applicants triggers correspondingly more often.

Per-sol chance

Once each sol, every non-immune colonist below Morale 50 is checked: chance = 100 - 2 × Morale percent. At Morale 50 or above the chance is zero.

MoraleChance that sol
50 or more0%
4020%
3040%
2550%
2060%
1080%
0100%

The check runs once per sol, so a colonist who sits at low Morale gets one roll per sol - a colonist at Morale 10 has an 80% chance each sol, not a certainty. A colonist can be below Morale 50 (a chance to turn Earthsick) yet not have recovered to Morale 70 (still Earthsick if already), the same recover-higher-than-you-fell gap the base game has with Comfort.

Sources

Implemented in mod-survive/Code/StS_EarthsickChance.lua (v2.96), untested. The chance curve and the Morale thresholds are the mod's design values; the vanilla behaviour it replaces is read from the base game (Steam app 464920), paths relative to external/SurvivingMars. Stats use the Stat scale (1000 = 1 point on the 0-100 bar).