Differences From Artifact [435c654ad9]:
- File mods/starlit/init.lua — part of check-in [6deb9bedbc] at 2024-05-02 20:27:05 on branch trunk — check in missing mod, add forest biome, racial powers, overlays (untested) (user: lexi, size: 13010) [annotate] [blame] [check-ins using]
To Artifact [d6e7e6c59c]:
- File mods/starlit/init.lua — part of check-in [511814aace] at 2024-05-03 21:00:04 on branch trunk — add primitive thermal hazard LEDs; further documentation (user: lexi, size: 13047) [annotate] [blame] [check-ins using]
28 28 brightest = 14; -- only sun and growlights 29 29 }; 30 30 heat = { -- celsius 31 31 freezing = 0; 32 32 safe = 4; 33 33 overheat = 32; 34 34 boiling = 100; 35 + thermalConductivity = 0.05; -- κ 35 36 }; 36 37 rad = { 37 38 }; 38 39 }; 39 40 40 41 activeUsers = { 41 42 -- map of username -> user object