DOCUMENTATION: Clarify FactionWorkRepGain multiplier (#1767)

This commit is contained in:
catloversg
2024-11-11 07:40:13 +07:00
committed by GitHub
parent e825492319
commit c638d858c6
4 changed files with 4 additions and 4 deletions

View File

@@ -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;