sorcery  Diff

Differences From Artifact [c62e0cc7f2]:

  • 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]

To Artifact [442aef28cd]:


13
14
15
16
17
18
19

20

21
	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}};

};







>

>

13
14
15
16
17
18
19
20
21
22
23
	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}};
	greengrass = {"default:grass_1", {185,255,115}};
	marram = {"default:marram_grass_1", {127,255,210}};
	shrub = {"default:dry_shrub", {187,149,76}};
};