2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Corporation ](./bitburner.corporation.md ) > [bribe ](./bitburner.corporation.bribe.md )
## Corporation.bribe() method
2024-10-08 08:12:35 +02:00
Bribe a faction. The specified faction must offer at least 1 type of work. You can use [getFactionWorkTypes ](./bitburner.singularity.getfactionworktypes.md ) to get the list of work types of a faction.
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
bribe(factionName: string, amountCash: number): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| factionName | string | Faction name |
| amountCash | number | Amount of money to bribe |
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
boolean
2024-08-16 11:02:23 +02:00
true if successful, false if not
## Remarks
RAM cost: 20 GB
2022-10-21 17:16:00 +02:00