mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
27 lines
711 B
Markdown
27 lines
711 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [ReputationFormulas](./bitburner.reputationformulas.md) > [calculateRepToFavor](./bitburner.reputationformulas.calculatereptofavor.md)
|
|
|
|
## ReputationFormulas.calculateRepToFavor() method
|
|
|
|
Calculate the resulting faction favor of a total amount of reputation. (Faction favor is gained whenever you install an Augmentation.)
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
calculateRepToFavor(rep: number): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| rep | number | amount of reputation. |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
The calculated faction favor.
|
|
|