Files
bitburner-src/markdown/bitburner.corporation.bribe.md
2025-05-10 22:13:22 -07:00

1.1 KiB

Home > bitburner > Corporation > bribe

Corporation.bribe() method

Bribe a faction. You must satisfy these conditions:

  • The corporation valuation must be greater than or equal to a threshold. You can use getCorporation and getConstants to get this information.

  • You must be a member of the specified faction.

  • The specified faction must offer at least 1 type of work. You can use getFactionWorkTypes to get the list of work types of a faction.

Signature:

bribe(factionName: FactionName, amountCash: number): boolean;

Parameters

Parameter Type Description
factionName FactionName Faction name
amountCash number Amount of money to bribe

Returns:

boolean

true if successful, false if not

Remarks

RAM cost: 20 GB