bitburner-src/markdown/bitburner.bladeburner.getbonustime.md

30 lines
962 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Bladeburner](./bitburner.bladeburner.md) &gt; [getBonusTime](./bitburner.bladeburner.getbonustime.md)
## Bladeburner.getBonusTime() method
2021-11-03 05:27:21 +01:00
Get bladeburner bonus time.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
getBonusTime(): number;
```
<b>Returns:</b>
number
2021-11-03 05:27:21 +01:00
Amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.
2021-10-30 18:34:14 +02:00
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 0 GB
2021-10-30 18:34:14 +02:00
2022-07-16 05:47:19 +02:00
Returns the amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.
2021-11-03 05:27:21 +01:00
“Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.
“Bonus time” makes the game progress faster, up to 5x the normal speed. For example, if an action takes 30 seconds to complete but youve accumulated over 30 seconds in bonus time, then the action will only take 6 seconds in real life to complete.