sorcery  Artifact [c62e0cc7f2]

Artifact c62e0cc7f2b6b40f14b11020e4c8170ff05a0c4f136f251bf8549548a0e95004:

  • File data/extracts.lua — part of check-in [3f6a913e4e] at 2020-09-29 12:40:28 on branch trunk — * remove former hacky registration system, replace with consistent and flexible API; rewrite metal/gem generation to take advantage of this new API; tweaks to init system to enable world-local tweaks to lore and sorcery behavior * initial documentation commit * initial steps towards calendar - add default date format, astrolabe; prepare infra for division/melding/transmutation spells, various tweaks and fixes (user: lexi, size: 914) [annotate] [blame] [check-ins using]

return {
	rice = {"farming:seed_rice", {255,255,235}};
	cotton = {"farming:seed_cotton", {210,210,210}};
	wheat = {"farming:seed_wheat", {255,255,150}};
	rye = {"farming:seed_rye", {255,245,180}};
	oat = {"farming:seed_oat", {144,81,29}};
	barley = {"farming:seed_barley", {239,255,157}};
	mint = {"farming:seed_mint", {190,255,190}};
	hemp = {"farming:seed_hemp", {247,255,46}};
	garlic = {"farming:garlic_clove", {225,167,31}};
	onion = {"farming:onion", {247,189,78}};
	blueberry = {"group:food_blueberries", {63,38,194}};
	raspberry = {"group:food_raspberries", {228,51,210}};
	chili = {"farming:chili_pepper", {243,75,49}};
	pine = {"default:pine_sapling", {41,166,80}};
	cocoa = {"farming:cocoa_beans", {146,38,0}};
	grape = {"farming:grapes", {206,56,214}};
	kelp = {"default:sand_with_kelp", {109,185,145}};
	fern = {"default:fern_1", {164,238,47}};
	marram = {"default:marram_grass_1", {127,255,210}};
};