mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
DOCUMENTATION: Clarify FactionWorkRepGain multiplier (#1767)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## BitNodeMultipliers.FactionWorkRepGain property
|
||||
|
||||
Influences how much rep the player gains when performing work for a faction.
|
||||
Influences how much rep the player gains when performing work for a faction or donating to it.
|
||||
|
||||
**Signature:**
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ interface BitNodeMultipliers
|
||||
| [DexterityLevelMultiplier](./bitburner.bitnodemultipliers.dexteritylevelmultiplier.md) | | number | Influences how quickly the player's dexterity level (not exp) scales |
|
||||
| [FactionPassiveRepGain](./bitburner.bitnodemultipliers.factionpassiverepgain.md) | | number | Influences how much rep the player gains in each faction simply by being a member. |
|
||||
| [FactionWorkExpGain](./bitburner.bitnodemultipliers.factionworkexpgain.md) | | number | Influences the experience gained for each ability when the player completes work for a Faction. |
|
||||
| [FactionWorkRepGain](./bitburner.bitnodemultipliers.factionworkrepgain.md) | | number | Influences how much rep the player gains when performing work for a faction. |
|
||||
| [FactionWorkRepGain](./bitburner.bitnodemultipliers.factionworkrepgain.md) | | number | Influences how much rep the player gains when performing work for a faction or donating to it. |
|
||||
| [FourSigmaMarketDataApiCost](./bitburner.bitnodemultipliers.foursigmamarketdataapicost.md) | | number | Influences how much it costs to unlock the stock market's 4S Market Data API |
|
||||
| [FourSigmaMarketDataCost](./bitburner.bitnodemultipliers.foursigmamarketdatacost.md) | | number | Influences how much it costs to unlock the stock market's 4S Market Data (NOT API) |
|
||||
| [GangSoftcap](./bitburner.bitnodemultipliers.gangsoftcap.md) | | number | Influences the respect gain and money gain of your gang. |
|
||||
|
||||
@@ -72,7 +72,7 @@ export class BitNodeMultipliers {
|
||||
/** Influences the experience gained for each ability when the player completes work for a Faction. */
|
||||
FactionWorkExpGain = 1;
|
||||
|
||||
/** Influences how much rep the player gains when performing work for a faction. */
|
||||
/** Influences how much rep the player gains when performing work for a faction or donating to it. */
|
||||
FactionWorkRepGain = 1;
|
||||
|
||||
/** Influences how much it costs to unlock the stock market's 4S Market Data API */
|
||||
|
||||
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -690,7 +690,7 @@ interface BitNodeMultipliers {
|
||||
FactionPassiveRepGain: number;
|
||||
/** Influences the experience gained for each ability when the player completes work for a Faction. */
|
||||
FactionWorkExpGain: number;
|
||||
/** Influences how much rep the player gains when performing work for a faction. */
|
||||
/** Influences how much rep the player gains when performing work for a faction or donating to it. */
|
||||
FactionWorkRepGain: number;
|
||||
/** Influences how much it costs to unlock the stock market's 4S Market Data API */
|
||||
FourSigmaMarketDataApiCost: number;
|
||||
|
||||
Reference in New Issue
Block a user