From efb85234abc98f675f05b7f3e2e77efbfb5a8ba4 Mon Sep 17 00:00:00 2001 From: Riku517 Date: Thu, 4 May 2023 22:15:02 -0400 Subject: [PATCH] Update nex.md Looking at the code, it seems the boosts are at fixed rates except for gorajan. also adding boost for tbow. Code: https://github.com/oldschoolgg/oldschoolbot/blob/bso/src/mahoji/lib/abstracted_commands/nexCommand.ts Example Fixed rate: Line 176: if (rangeGear.hasEquipped('Zaryte bow', true, true)) { const percent = isSolo ? 20 : 14; effectiveTime = reduceNumByPercent(effectiveTime, percent); msgs.push(`${percent}% boost for Zaryte bow`); Gorajan Rate: Line 165 if (rangeGear.hasEquipped(gorajanArcherOutfit, true, true)) { const perUserPercent = round(15 / users.length, 2); effectiveTime = reduceNumByPercent(effectiveTime, perUserPercent); msgs.push(`${perUserPercent}% for Gorajan archer`); --- bosses/nex.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bosses/nex.md b/bosses/nex.md index 0afc800..6ccb894 100644 --- a/bosses/nex.md +++ b/bosses/nex.md @@ -45,11 +45,9 @@ Removed brews/restores from users: **30/10**. The trip will take 48 minutes 15 s ## Boosts -All boosts are divided by team size - -* Full Pernix - 20% (2.4% per individual piece) -* Full Gorajan Archer - 15% -* Zaryte bow - 20% +* Full Pernix - 20% Solo / 8% Mass (2.4% Solo / 1% Mass per individual piece if not full) +* Full Gorajan Archer - 15% (divided by team size) +* Zaryte bow - 20% Solo / 14% Mass OR Twisted bow - 15% Solo / 9% Mass ## **Loot**