Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Corp and Scurrius kph in OSB are absurdly far off (>50%) what we can get in OSRS. Scurrius in particular is supposed to be the best (solo) melee training method in the game. This PR changes corp from 6 to 9-10 kph, and scurrius from 84k xp/hr (42kph) to ~160k xp/hr (60 kph), assuming max boosts.
Changes:
Added boosts to corp, uses blood fury charges for a significant boost to kph.
Added boosts to scurrius, uses scythe charges for max rates. Only added boosts for a few slots to keep it simple, basically the same slots that boost nmz.
Fixed missing space in
/k show_info
.Added a symbolic 2% global boost if training melee with a blood fury equipped as a side effect, because I couldn't figure out how to make it use charges only for corp and showing a +0% boost in the trip message felt weird. All degradable items currently work exactly the same way though, so if someone ever fixes that they will also change this.
I have tested all my changes thoroughly.