mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-28 08:51:30 +01:00
26 lines
1020 B
TypeScript
26 lines
1020 B
TypeScript
import { IMap } from "../../types";
|
|
|
|
export const LiteratureNames: IMap<string> = {
|
|
HackersStartingHandbook: "hackers-starting-handbook.lit",
|
|
CorporationManagementHandbook: "corporation-management-handbook.lit",
|
|
HistoryOfSynthoids: "history-of-synthoids.lit",
|
|
AGreenTomorrow: "A-Green-Tomorrow.lit",
|
|
AlphaOmega: "alpha-omega.lit",
|
|
SimulatedReality: "simulated-reality.lit",
|
|
BeyondMan: "beyond-man.lit",
|
|
BrighterThanTheSun: "brighter-than-the-sun.lit",
|
|
DemocracyIsDead: "democracy-is-dead.lit",
|
|
Sector12Crime: "sector-12-crime.lit",
|
|
ManAndMachine: "man-and-machine.lit",
|
|
SecretSocieties: "secret-societies.lit",
|
|
TheFailedFrontier: "the-failed-frontier.lit",
|
|
CodedIntelligence: "coded-intelligence.lit",
|
|
SyntheticMuscles: "synthetic-muscles.lit",
|
|
TensionsInTechRace: "tensions-in-tech-race.lit",
|
|
CostOfImmortality: "cost-of-immortality.lit",
|
|
TheHiddenWorld: "the-hidden-world.lit",
|
|
TheNewGod: "the-new-god.lit",
|
|
NewTriads: "new-triads.lit",
|
|
TheSecretWar: "the-secret-war.lit",
|
|
};
|