mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
BITNODE: IPvGO territory control strategy game (#934)
This commit is contained in:
committed by
GitHub
parent
c6141f2adf
commit
7ef12a0323
+3
-1
@@ -69,7 +69,9 @@ export function calculateHackingTime(server: IServer, person: IPerson): number {
|
||||
const hackTimeMultiplier = 5;
|
||||
const hackingTime =
|
||||
(hackTimeMultiplier * skillFactor) /
|
||||
(person.mults.hacking_speed * calculateIntelligenceBonus(person.skills.intelligence, 1));
|
||||
(person.mults.hacking_speed *
|
||||
currentNodeMults.HackingSpeedMultiplier *
|
||||
calculateIntelligenceBonus(person.skills.intelligence, 1));
|
||||
|
||||
return hackingTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user