mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
dc9b1050bf
Includes my change and a bunch of prior changes
811 B
811 B
Home > bitburner > HackingFormulas > hackChance
HackingFormulas.hackChance() method
Calculate hack chance. (Ex: 0.25 would indicate a 25% chance of success.)
Signature:
hackChance(server: Server, player: Person): number;
Parameters
Parameter | Type | Description |
---|---|---|
server | Server | Server info, typically from getServer |
player | Person | Player info, typically from getPlayer |
Returns:
number
The calculated hack chance.