Sample outdoor weather from the climate preset so people can freeze and the clock can show it.

Protocol v8 adds tenths of a °C and precipitation to the clock frame; warmth drains from insulation versus place temperature.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-20 03:49:40 +03:00
co-authored by Cursor
parent d8f4958167
commit 8e7ab46e79
40 changed files with 1008 additions and 39 deletions
@@ -80,4 +80,16 @@
{ "skill": "Chemistry", "offset": 4 },
],
},
{
"defName": "HeatLoving",
"weight": 5,
"incompatible": ["ColdLoving"],
"comfortTemperatureOffset": 4,
},
{
"defName": "ColdLoving",
"weight": 5,
"incompatible": ["HeatLoving"],
"comfortTemperatureOffset": -4,
},
]