Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boosts: var timer changes #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions Boosts-Information.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Configures which skill boosts to display.

### Use Relative Boosts

Displays your boosted stat levels as a measure of how much they are boosted (e.g., +4).
Displays your boosted stat levels as a measure of how much they are boosted (e.g. +4).

![Relative Boosts](img/boosts-info/boosts_information_relative.png)

Expand All @@ -21,13 +21,7 @@ Displays your boosts as icon boxes rather than a text box.

### Display next change

Displays a countdown from 60 seconds (or 90 seconds with Preserve activated) that indicates when stats are naturally restored by 1. The first 60 seconds of an initial boost (or drain) will be inaccurate, as the boost timer synchronizes with the in-game timer only after reading the first stat restoration.

Thus, a one-off boost of +1 (such as a skill cape boost) will not be accurately synchronized (unless the boost is henceforth repeatedly activated).

`Display next buff` appears after a stat boost (such as an Attack potion).

`Display next debuff` appears after a drain (such as a Saradomin Brew).
Displays a countdown from 60 seconds (or 90 seconds with Preserve activated) that indicates when stats are naturally restored by 1. The client has to see a combat buff (e.g. attack potion) drain once per ingame session to be able to display the combat buff drain timer. This is not required for the non-combat buff drain timer or the debuff restoration timer.

### Boost Amount Threshold

Expand Down