mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Fix Infiltration victory rep
This commit is contained in:
parent
ee4201c957
commit
4cae862fd2
@ -31,9 +31,9 @@ export function calculateTradeInformationRepReward(
|
|||||||
const levelBonus = maxLevel * Math.pow(1.01, maxLevel);
|
const levelBonus = maxLevel * Math.pow(1.01, maxLevel);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
Math.pow(reward + 1, 2) *
|
Math.pow(reward + 1, 1.1) *
|
||||||
Math.pow(difficulty, 3) *
|
Math.pow(difficulty, 1.2) *
|
||||||
3e3 *
|
30 *
|
||||||
levelBonus *
|
levelBonus *
|
||||||
(player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 1.5 : 1) *
|
(player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 1.5 : 1) *
|
||||||
BitNodeMultipliers.InfiltrationMoney
|
BitNodeMultipliers.InfiltrationMoney
|
||||||
|
Loading…
Reference in New Issue
Block a user