mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
24 lines
835 B
Markdown
24 lines
835 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [HackingMultipliers](./bitburner.hackingmultipliers.md)
|
|
|
|
## HackingMultipliers interface
|
|
|
|
Hack related multipliers.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface HackingMultipliers
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --- | --- | --- | --- |
|
|
| [chance](./bitburner.hackingmultipliers.chance.md) | | number | Player's hacking chance multiplier. |
|
|
| [growth](./bitburner.hackingmultipliers.growth.md) | | number | Player's hacking growth multiplier |
|
|
| [money](./bitburner.hackingmultipliers.money.md) | | number | Player's hacking money stolen multiplier. |
|
|
| [speed](./bitburner.hackingmultipliers.speed.md) | | number | Player's hacking speed multiplier. |
|
|
|