mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 22:38:34 +02:00
CORPORATION: Clarify ns.corporation.bribe() (#1766)
This commit is contained in:
9
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
9
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -8911,7 +8911,14 @@ export interface Corporation extends WarehouseAPI, OfficeAPI {
|
||||
goPublic(numShares: number): boolean;
|
||||
|
||||
/**
|
||||
* Bribe a faction. The specified faction must offer at least 1 type of work. You can use {@link Singularity.getFactionWorkTypes | getFactionWorkTypes} to get the list of work types of a faction.
|
||||
* Bribe a faction. You must satisfy these conditions:
|
||||
*
|
||||
* - The corporation valuation must be greater than or equal to a threshold. You can use
|
||||
* {@link Corporation.getCorporation | getCorporation} and {@link Corporation.getConstants | getConstants} to get this
|
||||
* information.
|
||||
*
|
||||
* - The specified faction must offer at least 1 type of work. You can use
|
||||
* {@link Singularity.getFactionWorkTypes | getFactionWorkTypes} to get the list of work types of a faction.
|
||||
*
|
||||
* @remarks
|
||||
* RAM cost: 20 GB
|
||||
|
||||
Reference in New Issue
Block a user