mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
1.0 KiB
1.0 KiB
Home > bitburner > Singularity > getFactionInviteRequirements
Singularity.getFactionInviteRequirements() method
List conditions for being invited to a faction.
Signature:
getFactionInviteRequirements(faction: string): string[];
Parameters
Parameter | Type | Description |
---|---|---|
faction | string | Name of the faction. |
Returns:
string[]
Array of strings describing conditions for receiving an invitation to the faction.
Remarks
RAM cost: 3 GB * 16/4/1
Example
ns.singularity.getFactionInviteRequirements("The Syndicate")
[
"Located in Aevum or Sector-12",
"Not working for the Central Intelligence Agency",
"Not working for the National Security Agency",
"-90 karma",
"Have $10.000m",
"Hacking level 200",
"All combat skills level 200"
]