Differences From Artifact [81b3a1522a]:
- File mods/starlit-material/elements.lua — part of check-in [3df08bd5ac] at 2024-05-06 16:20:04 on branch trunk — complete (-ish) matter compiler UI (power drain still missing), add printable chemical light (user: lexi, size: 3541) [annotate] [blame] [check-ins using]
To Artifact [0b9dddbb90]:
- File mods/starlit-material/elements.lua — part of check-in [5267c0742d] at 2024-05-07 00:27:19 on branch trunk — add basic electrical parts, fix scrollbars to the greatest extent possible, fix error in marshal error msg, tweak inane compute stats (user: lexi, size: 3660) [annotate] [blame] [check-ins using]
76 76 color = lib.color(.7,.7,.7); 77 77 }; 78 78 vanadium = { 79 79 name = 'vanadium', sym = 'V', n = 23; density = 6; 80 80 metal = true; 81 81 color = lib.color(.3,0.5,.3); 82 82 }; 83 + nickel = { 84 + name = 'nickel', sym = 'ni', n = 28, density = 8.908; 85 + metal = true; 86 + color = lib.color(.7,.7,.6); 87 + }; 83 88 xenon = { 84 89 name = 'xenon', sym = 'Xe', n = 54; density = 0.005894; 85 90 gas = true; 86 91 color = lib.color(.5,.1,1); 87 92 }; 88 93 argon = { 89 94 name = 'argon', sym = 'Ar', n = 18; density = 0.001784;