bitburner-src/markdown/bitburner.corporation.bribe.md

806 B

Home > bitburner > Corporation > bribe

Corporation.bribe() method

Bribe a 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: string, amountCash: number): boolean;

Parameters

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

Returns:

boolean

true if successful, false if not

Remarks

RAM cost: 20 GB