starlit  liquids.lua at trunk

File mods/starlit-material/liquids.lua artifact 2d90e78ef4 on branch trunk


local lib = starlit.mod.lib
local M = starlit.mod.material

starlit.world.material.liquid.meld {
	water = {
		name = 'water';
		composition = starlit.type.fab {
			element = {hydrogen = 2.0, oxygen = 1.0};
		};
		density = 1.0;
		desc = "the sine qua non of biological life";
		color = lib.color(.1,.2,1);
	};
}