starlit  Diff

Differences From Artifact [ac25f2dec5]:

To Artifact [49ffbb2ad8]:


23
24
25
26
27
28
29


30
31
32
33
34
35
36
	)
end

starlit.store.compilerJob = G.struct {
	schematic  = T.str;
	cyclesLeft = T.u64;
	timeLeft   = T.decimal;


}

starlit.store.persona = G.struct {
	name = T.str;
	species = T.str;
	speciesVariant = T.str;
	background = T.str;







>
>







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
	)
end

starlit.store.compilerJob = G.struct {
	schematic  = T.str;
	cyclesLeft = T.u64;
	timeLeft   = T.decimal;
	powerLeft  = T.decimal;
	numinaLeft  = T.decimal;
}

starlit.store.persona = G.struct {
	name = T.str;
	species = T.str;
	speciesVariant = T.str;
	background = T.str;