mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
1.1 KiB
1.1 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. |
| growTime(server, player) | Calculate grow time. |
| hackChance(server, player) | Calculate hack chance. |
| hackExp(server, player) | Calculate hack exp for one thread. |
| hackPercent(server, player) | Calculate hack percent for one thread. |
| hackTime(server, player) | Calculate hack time. |
| weakenTime(server, player) | Calculate weaken time. |