starlit  Diff

Differences From Artifact [435c654ad9]:

To Artifact [d6e7e6c59c]:


28
29
30
31
32
33
34

35
36
37
38
39
40
41
			brightest = 14; -- only sun and growlights
		};
		heat = { -- celsius
			freezing = 0;
			safe = 4;
			overheat = 32;
			boiling = 100;

		};
		rad = {
		};
	};

	activeUsers = {
		-- map of username -> user object







>







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
			brightest = 14; -- only sun and growlights
		};
		heat = { -- celsius
			freezing = 0;
			safe = 4;
			overheat = 32;
			boiling = 100;
			thermalConductivity = 0.05; -- κ
		};
		rad = {
		};
	};

	activeUsers = {
		-- map of username -> user object