bitburner-src/markdown/bitburner.hackingformulas.md
omuretsu 4ab29e9c60 Fix minimum corp employee stat
* minEmployeeDecay is now part of CorpConstants and has a value of 10. This replaces Office.minEne/minMor/minHap
* Also removed some unnecessary files in dist/ext for MathJax
* Rebuilt documentation to remove minHap/minMor/minEne from getOffice, and add minEmployeeDecay to corporation.getConstants
2023-01-03 11:55:50 -05:00

1.3 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.)
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.