Implement entropy accumulation system

This commit is contained in:
nickofolas
2022-03-19 13:15:31 -05:00
parent c33c23700e
commit c92b159580
9 changed files with 113 additions and 29 deletions
@@ -127,9 +127,10 @@ export const GraftingRoot = (): React.ReactElement => {
</Box>
<Box sx={{ my: 5 }}>
<Typography variant="h5">name tbd</Typography>
<Typography variant="h5">Entropy Accumulation</Typography>
<Typography>
probably some info about the cumulative negative effects here
probably some info about the cumulative negative effects here<br />
{player.entropyStacks} accumulated entropy
</Typography>
</Box>
</Container>