mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
711 B
711 B
Home > bitburner > ReputationFormulas > calculateRepToFavor
ReputationFormulas.calculateRepToFavor() method
Calculate the resulting faction favor of a total amount of reputation. (Faction favor is gained whenever you install an Augmentation.)
Signature:
calculateRepToFavor(rep: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
rep | number | amount of reputation. |
Returns:
number
The calculated faction favor.