starlit  Diff

Differences From Artifact [e776ef774d]:

To Artifact [eb892cff12]:


   129    129   	kind = 'suitPower', powerKind = 'active';
   130    130   	desc = 'An open-source program used in its various forks and iterations all across human-inhabited space and beyond. Rumored to contain fragments of code stolen from the nanoware of the Greater Races by an elusive infoterrorist.';
   131    131   	size = 500e3;
   132    132   	cost = {
   133    133   		cycles = 100e6;
   134    134   		ram = 500e6;
   135    135   	};
   136         -	run = shredder{range=2, powerDraw=200};
          136  +	run = shredder{range=3, powerDraw=200};
   137    137   })
   138    138   
   139    139   starlit.item.sw.link('starlit_electronics:compile_commune', {
   140    140   	name = 'Compile Matter';
   141    141   	kind = 'suitPower', powerKind = 'direct';
   142    142   	desc = "A basic suit matter compiler program, rather slow but ruthlessly optimized for power- and memory-efficiency by some of the Commune's most fanatic coders.";
   143    143   	size = 700e3;