bitburner.workformulas.factiongains.md

September 26, 2025 ยท View on GitHub

Home > bitburner > WorkFormulas > factionGains

WorkFormulas.factionGains() method

Signature:

factionGains(person: Person, workType: FactionWorkType, favor: number): WorkStats;

Parameters

Parameter

Type

Description

person

Person

workType

FactionWorkType

favor

number

Returns:

WorkStats

The WorkStats applied every game cycle (200ms) by performing the specified faction work.

Contents

  1. 1WorkFormulas.factionGains() method
  2. 2Parameters