starlit  Diff

Differences From Artifact [f5ad2a2c21]:

To Artifact [b2e1bf9d1b]:


   183    183   		end;
   184    184   	}
   185    185   end
   186    186   
   187    187   starlit.item.sw.link('starlit_electronics:compile_commune', matterCompiler {
   188    188   	name = 'Compile Matter';
   189    189   	desc = "A basic suit matter compiler program. It's rather slow, but it's been ruthlessly optimized for size- and memory-efficiency by some of the Commune's most fanatic coders, to the point where every Commune nanosuit can come with the program preinstalled.";
   190         -	size = 700e3;
          190  +	size = 700e6;
   191    191   	cost = {
   192    192   		cycles = 4e9;
   193    193   		ram = .3e9;
   194    194   	};
   195    195   })
   196    196   
   197    197   starlit.item.sw.link('starlit_electronics:compile_block_commune', {
   198    198   	name = 'Compile Block';
   199    199   	kind = 'suitPower', powerKind = 'active';
   200    200   	desc = "An advanced suit matter compiler program, capable of printing complete devices and structure parts directly into the world.";
   201         -	size = 5e6;
          201  +	size = 500e6;
   202    202   	cost = {
   203    203   		cycles = 8e9;
   204    204   		ram = 1e9;
   205    205   	};
   206    206   	ui = 'starlit:compile-matter-block';
   207    207   	run = function(user, ctx)
   208    208   	end;
   209    209   })
   210    210   
   211    211   starlit.item.sw.link('starlit_electronics:compile_imperial', matterCompiler {
   212    212   	name = 'Genesis Deluxe';
   213    213   	desc = "House Bascundir has long dominated the matter compiler market in the Crystal Sea. Their firmware is excessively complex due to mountains of specialized edge-case handling, but the end result is certainly speedier than the competitors'.";
   214         -	size = 2e4;
          214  +	size = 2e9;
   215    215   	cost = {
   216         -		cycles = 100e6;
          216  +		cycles = 1e9;
   217    217   		ram = 1.5e9;
   218    218   	};
   219    219   })
   220    220   
   221    221   do local J = starlit.store.compilerJob
   222    222   	starlit.item.sw.link('starlit_electronics:driver_compiler_commune', {
   223    223   		name = 'Matter Compiler';