Files
bitburner-src/markdown/bitburner.factionnameenumtype.md

1.6 KiB

Home > bitburner > FactionNameEnumType

FactionNameEnumType type

Names of all factions.

Warning: Spoiler ahead. This enum contains names of **all** factions. If you do not want to know what all the factions are, you should not check this enum. Some factions are only accessible in the endgame.

Signature:

type FactionNameEnumType = {
  Illuminati: "Illuminati";
  Daedalus: "Daedalus";
  TheCovenant: "The Covenant";
  ECorp: "ECorp";
  MegaCorp: "MegaCorp";
  BachmanAndAssociates: "Bachman & Associates";
  BladeIndustries: "Blade Industries";
  NWO: "NWO";
  ClarkeIncorporated: "Clarke Incorporated";
  OmniTekIncorporated: "OmniTek Incorporated";
  FourSigma: "Four Sigma";
  KuaiGongInternational: "KuaiGong International";
  FulcrumSecretTechnologies: "Fulcrum Secret Technologies";
  BitRunners: "BitRunners";
  TheBlackHand: "The Black Hand";
  NiteSec: "NiteSec";
  Aevum: "Aevum";
  Chongqing: "Chongqing";
  Ishima: "Ishima";
  NewTokyo: "New Tokyo";
  Sector12: "Sector-12";
  Volhaven: "Volhaven";
  SpeakersForTheDead: "Speakers for the Dead";
  TheDarkArmy: "The Dark Army";
  TheSyndicate: "The Syndicate";
  Silhouette: "Silhouette";
  Tetrads: "Tetrads";
  SlumSnakes: "Slum Snakes";
  Netburners: "Netburners";
  TianDiHui: "Tian Di Hui";
  CyberSec: "CyberSec";
  Bladeburners: "Bladeburners";
  ChurchOfTheMachineGod: "Church of the Machine God";
  ShadowsOfAnarchy: "Shadows of Anarchy";
};