starlit  Diff

Differences From Artifact [9fe2b3bf5d]:

To Artifact [a9d406a1cb]:


    58     58   })
    59     59   
    60     60   
    61     61   starlit.item.food.link('starlit_eco:lambent_pine_berry', {
    62     62   	name = 'Lambent Pine Berry';
    63     63   	desc = 'Though packed with human-compatible nutrients, these berries are almost painfully sour when eaten raw.';
    64     64   	tex = lib.image('starlit-eco-plant-berry-bunch.png'):shift{hue=180,sat=-30,lum=30}:render();
    65         -	nourish = 150;
    66         -	taste = -2 * 60;
           65  +	impact = starlit.type.impact {
           66  +		nutrition = 150;
           67  +		taste = -2 * 60;
           68  +	};
    67     69   	mass = 2;
    68     70   })
    69     71   
    70     72   starlit.item.seed.link('starlit_eco:lambent_pine_seed', {
    71     73   	name = 'Lambent Pine Seed';
    72     74   	tex = lib.image('starlit-eco-plant-seeds.png'):shift{hue=150, sat=-50, lum=80}:render();
    73     75   	grow = {kind = 'tree', id = 'starlit_eco:lambent_pine'};