mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 04:17:05 +02:00
API: Rename BN multiplier RepToDonateToFaction to FavorToDonateToFaction (#2178)
This commit is contained in:
@@ -592,7 +592,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
HacknetNodeMoney: 0.25,
|
||||
ScriptHackMoney: 0.2,
|
||||
|
||||
RepToDonateToFaction: 0.5,
|
||||
FavorToDonateToFaction: 0.5,
|
||||
|
||||
AugmentationMoneyCost: 3,
|
||||
AugmentationRepCost: 3,
|
||||
@@ -751,7 +751,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
ScriptHackMoneyGain: 0,
|
||||
CodingContractMoney: 0,
|
||||
|
||||
RepToDonateToFaction: 0,
|
||||
FavorToDonateToFaction: 0,
|
||||
|
||||
InfiltrationMoney: 0,
|
||||
|
||||
@@ -930,7 +930,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
|
||||
FactionPassiveRepGain: dec,
|
||||
FactionWorkRepGain: dec,
|
||||
RepToDonateToFaction: inc,
|
||||
FavorToDonateToFaction: inc,
|
||||
|
||||
AugmentationMoneyCost: inc,
|
||||
AugmentationRepCost: inc,
|
||||
|
||||
@@ -134,7 +134,7 @@ export class BitNodeMultipliers {
|
||||
PurchasedServerMaxRam = 1;
|
||||
|
||||
/** Influences the minimum favor the player must have with a faction before they can donate to gain rep. */
|
||||
RepToDonateToFaction = 1;
|
||||
FavorToDonateToFaction = 1;
|
||||
|
||||
/** Influences how much money is stolen from a server when the player performs a hack against it. */
|
||||
ScriptHackMoney = 1;
|
||||
|
||||
@@ -195,7 +195,7 @@ function StockMults({ mults }: IMultsProps): React.ReactElement {
|
||||
|
||||
function FactionMults({ mults }: IMultsProps): React.ReactElement {
|
||||
const rows: IBNMultRows = {
|
||||
RepToDonateToFaction: { name: "Favor to Donate" },
|
||||
FavorToDonateToFaction: { name: "Favor to Donate" },
|
||||
FactionWorkRepGain: {
|
||||
name: "Work Reputation",
|
||||
color: Settings.theme.rep,
|
||||
|
||||
Reference in New Issue
Block a user