mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
change rep cost for stanek augments
This commit is contained in:
parent
75b3d9b126
commit
79dd27d22f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2412,7 +2412,7 @@ function initAugmentations(): void {
|
|||||||
|
|
||||||
const StaneksGift2 = new Augmentation({
|
const StaneksGift2 = new Augmentation({
|
||||||
name: AugmentationNames.StaneksGift2,
|
name: AugmentationNames.StaneksGift2,
|
||||||
repCost: 1000,
|
repCost: 1e5,
|
||||||
moneyCost: 0,
|
moneyCost: 0,
|
||||||
info:
|
info:
|
||||||
'TODO, something about Mother being bullshit and you get more control over her "gift"<br><br>' +
|
'TODO, something about Mother being bullshit and you get more control over her "gift"<br><br>' +
|
||||||
@ -2452,7 +2452,7 @@ function initAugmentations(): void {
|
|||||||
|
|
||||||
const StaneksGift3 = new Augmentation({
|
const StaneksGift3 = new Augmentation({
|
||||||
name: AugmentationNames.StaneksGift3,
|
name: AugmentationNames.StaneksGift3,
|
||||||
repCost: 10000,
|
repCost: 1e7,
|
||||||
moneyCost: 0,
|
moneyCost: 0,
|
||||||
info:
|
info:
|
||||||
"TODO, learn more about Allisons scheme, gain full control over the gift.<br><br>" +
|
"TODO, learn more about Allisons scheme, gain full control over the gift.<br><br>" +
|
||||||
@ -2492,7 +2492,7 @@ function initAugmentations(): void {
|
|||||||
|
|
||||||
const StaneksGiftAscension4 = new Augmentation({
|
const StaneksGiftAscension4 = new Augmentation({
|
||||||
name: AugmentationNames.StaneksGift4,
|
name: AugmentationNames.StaneksGift4,
|
||||||
repCost: 500000000,
|
repCost: 1e9,
|
||||||
moneyCost: 0,
|
moneyCost: 0,
|
||||||
info:
|
info:
|
||||||
"Allow Allison to install an Ascension port in her Gift. Allowing you to connect with the Machine God.<br><br>" +
|
"Allow Allison to install an Ascension port in her Gift. Allowing you to connect with the Machine God.<br><br>" +
|
||||||
|
@ -751,7 +751,7 @@ export function SidebarRoot(props: IProps): React.ReactElement {
|
|||||||
<Typography color={props.page !== Page.Options ? "secondary" : "primary"}>Options</Typography>
|
<Typography color={props.page !== Page.Options ? "secondary" : "primary"}>Options</Typography>
|
||||||
</ListItemText>
|
</ListItemText>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
{process.env.NODE_ENV === "development" && (
|
{true && (
|
||||||
<ListItem
|
<ListItem
|
||||||
classes={{ root: classes.listitem }}
|
classes={{ root: classes.listitem }}
|
||||||
button
|
button
|
||||||
|
Loading…
Reference in New Issue
Block a user