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

Enigmar boss - New Elder clue dropping boss! #5874

Open
wants to merge 6 commits into
base: bso
Choose a base branch
from

Conversation

themrrobert
Copy link
Contributor

@themrrobert themrrobert commented May 12, 2024

Description:

  • Adds Enigmar boss!

Changes:

  • /create name:Enigma tokens to convert clue scrolls into tokens used to kill the boss.
  • Get the Enigmatic orb from the boss!
  • Create Quantum transmuter to increase your Farming yield! (Restores the pre-Plopper nerf max rate)
  • Cannot be killed with DTD's currently

Misc

  • Removes duplicate ownedMaterials() function
  • Fixes Venatrx & Akumu allItems CL

Other checks:

  • I have tested all my changes thoroughly.

@themrrobert themrrobert added the BSO Bot School Old label May 12, 2024
@themrrobert themrrobert force-pushed the enigmar-boss branch 2 times, most recently from 6e50478 to 94ba66e Compare May 12, 2024 09:56
@@ -61,6 +61,10 @@ async function farmingLootBoosts(
);
}
}
if (user.owns('Quantum transmuter')) {
bonusPercentage += 80;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 40% so we can put the other 40$ elsewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original boost was 1.2x, which stacked with the 4x to yield to an additional 80% boost on top of the +300%.

  • 100 x 4 => 400 x 1.2 => 480
  • 100 + 380% = 480

So it's actually not as big as it seems, and this would already make 4 different farm boosts (plopper / master farming cape / arcane harvester, quantum transmuter), just to finally get back to the 2 boosts we had previously (Plopper & harvester).

So if we even want another farming boost, we can add it sure, but I think this should be 80%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BSO Bot School Old
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants