MISC: Improve discoverability of Corporation documentation (#1711)

This commit is contained in:
catloversg 2024-10-22 10:38:56 +07:00 committed by GitHub
parent 867f79c5ab
commit c5e50ba327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

@ -22,9 +22,11 @@ export const Literatures: Record<LiteratureName, Literature> = {
"Netscript command to copy your scripts onto these servers and then run them.",
}),
[LiteratureName.CorporationManagementHandbook]: new Literature({
title: "The Complete Handbook for Creating a Successful Corporation",
title: "Short Introduction for Creating a Successful Corporation",
filename: LiteratureName.CorporationManagementHandbook,
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>" +
"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 " +

@ -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
homeComp.messages.push(LiteratureName.CorporationManagementHandbook);
delayedDialog(
"You received a copy of the Corporation Management Handbook on your home computer. " +
"Read it if you need help getting started with Corporations!",
"You received a copy of the Corporation Management Handbook on your home computer. It's a short introduction for " +
"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.",
);
}