mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
dc9b1050bf
Includes my change and a bunch of prior changes
1.5 KiB
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. |