mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Main grafting exposition
This commit is contained in:
parent
4c422347d4
commit
1f4f13c8ef
@ -69,12 +69,13 @@ export const GraftingRoot = (): React.ReactElement => {
|
|||||||
</Button>
|
</Button>
|
||||||
<Typography variant="h4">Grafting Laboratory</Typography>
|
<Typography variant="h4">Grafting Laboratory</Typography>
|
||||||
<Typography>
|
<Typography>
|
||||||
blah blah blah exposition that isn't important right now <br />
|
You find yourself in a secret laboratory, owned by a mysterious researcher.<br />
|
||||||
Lorem ipsum dolor sit amet et et sed et et sanctus duo vero.
|
The scientist explains that they've been studying Augmentation grafting, the process
|
||||||
Stet amet iriure consetetur elit in magna et diam dolores invidunt ipsum gubergren nihil.
|
of applying Augmentations without requiring a body reset.
|
||||||
Diam et et ipsum consectetuer voluptua et clita lorem sit.
|
<br /><br />
|
||||||
Et et lorem id no suscipit wisi.
|
Through legally questionable connections, the scientist has access to a vast array of
|
||||||
Illum velit takimata et aliquyam takimata labore vel dolor dolores duo amet lorem elitr facer invidunt.
|
Augmentation blueprints, even private designs. They offer to build and graft
|
||||||
|
the Augmentations to you, in exchange for both a hefty sum of money, and being a lab rat.
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Box sx={{ my: 3 }}>
|
<Box sx={{ my: 3 }}>
|
||||||
@ -134,6 +135,7 @@ export const GraftingRoot = (): React.ReactElement => {
|
|||||||
<b>Accumulated Entropy:</b> {player.entropyStacks}
|
<b>Accumulated Entropy:</b> {player.entropyStacks}
|
||||||
<br />
|
<br />
|
||||||
<b>All multipliers decreased by:</b> {formatNumber((1 - (CONSTANTS.EntropyEffect ** player.entropyStacks)) * 100, 3)}%
|
<b>All multipliers decreased by:</b> {formatNumber((1 - (CONSTANTS.EntropyEffect ** player.entropyStacks)) * 100, 3)}%
|
||||||
|
{" "}(multiplicative)
|
||||||
</Typography>
|
</Typography>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|
||||||
@ -141,11 +143,11 @@ export const GraftingRoot = (): React.ReactElement => {
|
|||||||
Augmenting causes signficant physical and psychological changes to the affected
|
Augmenting causes signficant physical and psychological changes to the affected
|
||||||
individual, and the best way for the body to deal with these effects is to undergo
|
individual, and the best way for the body to deal with these effects is to undergo
|
||||||
a full shutdown process.
|
a full shutdown process.
|
||||||
<br /><br />
|
<br />
|
||||||
Grafting Augmentations to a semi-conscious host is extremely experimental and dangerous.
|
Grafting Augmentations to a semi-conscious host is extremely experimental and dangerous.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Scientists don't fully understand the consequences, but some have hypothesized that there's
|
Scientists don't fully understand the consequences, but some have hypothesized
|
||||||
a buildup of unknown irregularities that impair the user...
|
a buildup of irregularities that impair the user...
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user