starlit  Diff

Differences From Artifact [ac25f2dec5]:

To Artifact [49ffbb2ad8]:


    23     23   	)
    24     24   end
    25     25   
    26     26   starlit.store.compilerJob = G.struct {
    27     27   	schematic  = T.str;
    28     28   	cyclesLeft = T.u64;
    29     29   	timeLeft   = T.decimal;
           30  +	powerLeft  = T.decimal;
           31  +	numinaLeft  = T.decimal;
    30     32   }
    31     33   
    32     34   starlit.store.persona = G.struct {
    33     35   	name = T.str;
    34     36   	species = T.str;
    35     37   	speciesVariant = T.str;
    36     38   	background = T.str;