starlit  Diff

Differences From Artifact [f0b6b474f2]:

To Artifact [798314c789]:


   122    122   	leaf = {
   123    123   		color = lib.color(.6, .8, .8);
   124    124   		drop = simpleDrop(2, 'starlit_eco:moondrop_petal');
   125    125   	};
   126    126   	berries = {
   127    127   		desc = "The fruits of the moondrop are not very nutritious, but their peculiar sweet-sour flavor profile makes them one of Farthest Shadow's great delicacies";
   128    128   		color = lib.color(1,0,.4);
   129         -		nourish = 10;
   130         -		hydrate = 0.05;
   131         -		taste = 1 * 60;
   132    129   		mass = 1;
          130  +		impact = starlit.type.impact {
          131  +			nutrition = 10;
          132  +			hydration = 0.05;
          133  +			taste = 1*60;
          134  +		};
   133    135   	};
   134    136   	decoration = {
   135    137   		place_on = 'starlit:greengraze';
   136    138   		fill_ratio = 0.03;
   137    139   		biomes = {'starlit:steppe', 'starlit:forest'};
   138    140   		y_min = 10;
   139    141   		y_max = 100;