2021-10-30 18:34:14 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [HackingMultipliers](./bitburner.hackingmultipliers.md)
|
|
|
|
|
|
|
|
## HackingMultipliers interface
|
|
|
|
|
2021-10-30 21:46:34 +02:00
|
|
|
Hack related multipliers.
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2021-11-03 23:16:10 +01:00
|
|
|
export interface HackingMultipliers
|
2021-10-30 18:34:14 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | 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. |
|
|
|
|
|