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:
@@ -36,7 +36,7 @@ public class CountryDefTests
|
||||
CatalogLoader.CorePackId,
|
||||
"climates",
|
||||
"temperate",
|
||||
"""{ "defName": "TemperateContinental" }"""),
|
||||
"""{ "defName": "TemperateContinental", "monthlyNorms": [0,0,0,0,0,0,0,0,0,0,0,0] }"""),
|
||||
PackDocuments.Def(
|
||||
CatalogLoader.CorePackId,
|
||||
"countries",
|
||||
@@ -58,7 +58,7 @@ public class CountryDefTests
|
||||
CatalogLoader.CorePackId,
|
||||
"climates",
|
||||
"temperate",
|
||||
"""{ "defName": "TemperateContinental" }"""),
|
||||
"""{ "defName": "TemperateContinental", "monthlyNorms": [0,0,0,0,0,0,0,0,0,0,0,0] }"""),
|
||||
PackDocuments.Def(
|
||||
CatalogLoader.CorePackId,
|
||||
"countries",
|
||||
|
||||
Reference in New Issue
Block a user