mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
fix typos
This commit is contained in:
parent
172998bef5
commit
69a9448e47
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "bitburner",
|
"name": "bitburner",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "SEE LICENSE IN license.txt",
|
"license": "SEE LICENSE IN license.txt",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2415,7 +2415,7 @@ function initAugmentations(): void {
|
|||||||
repCost: 1e6,
|
repCost: 1e6,
|
||||||
moneyCost: 0,
|
moneyCost: 0,
|
||||||
info:
|
info:
|
||||||
"The next evolution is near, A coming together of man and machine. A synthesis greater than the birth of the human " +
|
"The next evolution is near, a coming together of man and machine. A synthesis greater than the birth of the human " +
|
||||||
"organism. Time spent with the gift has allowed for acclimatization of the invasive augment and the toll it takes upon " +
|
"organism. Time spent with the gift has allowed for acclimatization of the invasive augment and the toll it takes upon " +
|
||||||
"your frame granting lesser penalty of 5% to all stats.",
|
"your frame granting lesser penalty of 5% to all stats.",
|
||||||
prereqs: [AugmentationNames.StaneksGift1],
|
prereqs: [AugmentationNames.StaneksGift1],
|
||||||
@ -2457,7 +2457,7 @@ function initAugmentations(): void {
|
|||||||
moneyCost: 0,
|
moneyCost: 0,
|
||||||
info:
|
info:
|
||||||
"The synthesis of human and machine is nothing to fear. It is our destiny. " +
|
"The synthesis of human and machine is nothing to fear. It is our destiny. " +
|
||||||
"You will become greater than the sum of our parts. As One. Enbrace your gift " +
|
"You will become greater than the sum of our parts. As One. Embrace your gift " +
|
||||||
"fully and wholly free of it's accursed toll. Serenity brings tranquility the form " +
|
"fully and wholly free of it's accursed toll. Serenity brings tranquility the form " +
|
||||||
"of no longer suffering a stat penalty. ",
|
"of no longer suffering a stat penalty. ",
|
||||||
prereqs: [AugmentationNames.StaneksGift2],
|
prereqs: [AugmentationNames.StaneksGift2],
|
||||||
|
@ -22,8 +22,8 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
|
|||||||
<Typography>
|
<Typography>
|
||||||
The gift is a grid on which you can place upgrades called fragments. The main type of fragment increases a stat,
|
The gift is a grid on which you can place upgrades called fragments. The main type of fragment increases a stat,
|
||||||
like your hacking skill or agility exp. Once a stat fragment is placed it then needs to be charged via scripts
|
like your hacking skill or agility exp. Once a stat fragment is placed it then needs to be charged via scripts
|
||||||
in order to become useful. The other kind of fragment is called booster fragments. They increase the efficiency
|
in order to become useful. The other kind of fragments are called booster fragments. They increase the
|
||||||
of the charged happening on fragments neighboring them (no diagonal). Q/E to rotate fragments.
|
efficiency of neighboring fragments them (no diagonal). Q/E to rotate fragments.
|
||||||
</Typography>
|
</Typography>
|
||||||
{staneksGift.storedCycles > 5 && (
|
{staneksGift.storedCycles > 5 && (
|
||||||
<Typography>
|
<Typography>
|
||||||
|
@ -192,9 +192,9 @@ export function SpecialLocation(props: IProps): React.ReactElement {
|
|||||||
<>
|
<>
|
||||||
<Typography>
|
<Typography>
|
||||||
<i>
|
<i>
|
||||||
Allison "Mother" Stanek: I see you've taken to my creation. So much so it could hardly be recoginized as
|
Allison "Mother" Stanek: I see you've taken to my creation. So much so it could hardly be recognized as
|
||||||
one of my own after your tinkering with it. I see you follow the ways of the Machine God as I do, and your
|
one of my own after your tinkering with it. I see you follow the ways of the Machine God as I do, and your
|
||||||
mastery of the gift thus for clearly demonstrates that. My hopes are climbing by the day for you.
|
mastery of the gift clearly demonstrates that. My hopes are climbing by the day for you.
|
||||||
</i>
|
</i>
|
||||||
</Typography>
|
</Typography>
|
||||||
{symbol}
|
{symbol}
|
||||||
|
Loading…
Reference in New Issue
Block a user