bitburner-src/markdown/bitburner.hackingformulas.md
David Walker dc9b1050bf Result of npm run doc
Includes my change and a bunch of prior changes
2023-02-17 00:14:20 -08:00

1.5 KiB

Home > bitburner > HackingFormulas

HackingFormulas interface

Hacking formulas

Signature:

interface HackingFormulas 

Methods

Method Description
growPercent(server, threads, player, cores) Calculate the percent a server would grow to. Not exact due to limitations of mathematics. (Ex: 3.0 would would grow the server to 300% of its current value.)
growThreads(server, player, targetMoney, cores) Calculate how many threads it will take to grow server to targetMoney. Starting money is server.moneyAvailable.
growTime(server, player) Calculate grow time.
hackChance(server, player) Calculate hack chance. (Ex: 0.25 would indicate a 25% chance of success.)
hackExp(server, player) Calculate hack exp for one thread.
hackPercent(server, player) Calculate hack percent for one thread. (Ex: 0.25 would steal 25% of the server's current value.)
hackTime(server, player) Calculate hack time.
weakenTime(server, player) Calculate weaken time.