mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
MISC: Improve discoverability of Corporation documentation (#1711)
This commit is contained in:
parent
867f79c5ab
commit
c5e50ba327
@ -22,9 +22,11 @@ export const Literatures: Record<LiteratureName, Literature> = {
|
|||||||
"Netscript command to copy your scripts onto these servers and then run them.",
|
"Netscript command to copy your scripts onto these servers and then run them.",
|
||||||
}),
|
}),
|
||||||
[LiteratureName.CorporationManagementHandbook]: new Literature({
|
[LiteratureName.CorporationManagementHandbook]: new Literature({
|
||||||
title: "The Complete Handbook for Creating a Successful Corporation",
|
title: "Short Introduction for Creating a Successful Corporation",
|
||||||
filename: LiteratureName.CorporationManagementHandbook,
|
filename: LiteratureName.CorporationManagementHandbook,
|
||||||
text:
|
text:
|
||||||
|
"You should check the in-game Corporation documentation in the Documentation tab (Documentation -> Advanced Mechanics -> Corporation). " +
|
||||||
|
"It's the most useful and up-to-date resource for managing Corporation.<br><br>" +
|
||||||
"<u>Getting Started with Corporations</u><br>" +
|
"<u>Getting Started with Corporations</u><br>" +
|
||||||
"To get started, visit the City Hall in Sector-12 in order to create a Corporation. This requires $150b of your own money, " +
|
"To get started, visit the City Hall in Sector-12 in order to create a Corporation. This requires $150b of your own money, " +
|
||||||
"but this $150b will get put into your Corporation's funds. If you're in BitNode 3 you also have option to get seed money from " +
|
"but this $150b will get put into your Corporation's funds. If you're in BitNode 3 you also have option to get seed money from " +
|
||||||
|
@ -257,8 +257,9 @@ export function prestigeSourceFile(isFlume: boolean): void {
|
|||||||
// Easiest way to comply with type constraint, instead of revalidating the enum member's file path
|
// Easiest way to comply with type constraint, instead of revalidating the enum member's file path
|
||||||
homeComp.messages.push(LiteratureName.CorporationManagementHandbook);
|
homeComp.messages.push(LiteratureName.CorporationManagementHandbook);
|
||||||
delayedDialog(
|
delayedDialog(
|
||||||
"You received a copy of the Corporation Management Handbook on your home computer. " +
|
"You received a copy of the Corporation Management Handbook on your home computer. It's a short introduction for " +
|
||||||
"Read it if you need help getting started with Corporations!",
|
"managing Corporation.\n\nYou should check the in-game Corporation documentation in the Documentation tab " +
|
||||||
|
"(Documentation -> Advanced Mechanics -> Corporation). It's the most useful and up-to-date resource for managing Corporation.",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user