sorcery  Diff

Differences From Artifact [8583c46b62]:

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

    13     13   	raspberry = {"group:food_raspberries", {228,51,210}};
    14     14   	chili = {"farming:chili_pepper", {243,75,49}};
    15     15   	pine = {"default:pine_sapling", {41,166,80}};
    16     16   	cocoa = {"farming:cocoa_beans", {146,38,0}};
    17     17   	grape = {"farming:grapes", {206,56,214}};
    18     18   	kelp = {"default:sand_with_kelp", {109,185,145}};
    19     19   	fern = {"default:fern_1", {164,238,47}};
           20  +	marram = {"default:marram_grass_1", {127,255,210}};
    20     21   };