mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
4ab29e9c60
* 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
1.3 KiB
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. |