bitburner-src/markdown/bitburner.reputationformulas.calculatereptofavor.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

717 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.