Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 884 Bytes

bitburner.hackingformulas.hackpercent.md

File metadata and controls

31 lines (18 loc) · 884 Bytes

Home > bitburner > HackingFormulas > hackPercent

HackingFormulas.hackPercent() method

Calculate hack percent for one thread. (Ex: 0.25 would steal 25% of the server's current value.)

Signature:

hackPercent(server: Server, player: Player): number;

Parameters

Parameter Type Description
server Server Server info from getServer
player Player Player info from getPlayer

Returns:

number

The calculated hack percent.

Remarks

Multiply by thread to get total percent hacked.