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

Achievements 195, 196 show incorrect value #134

Open
tiatin opened this issue Aug 11, 2021 · 1 comment
Open

Achievements 195, 196 show incorrect value #134

tiatin opened this issue Aug 11, 2021 · 1 comment

Comments

@tiatin
Copy link

tiatin commented Aug 11, 2021

Always stuck with 2% in description, though correct in calculation logic.

195: `Gain ${format(Math.min(25000, Decimal.log(player.ascendShards.add(1), 10) / 4, 2))}% more Cubes and Tesseracts on ascension! Multiplicative with the other Ach. bonus [MAX: 25,000% at e100,000 Const]`,
196: `Gain ${format(Math.min(2000, Decimal.log(player.ascendShards.add(1), 10) / 50, 2))}% more Platonic Cubes on ascension! [MAX: 2,000% at e100,000 Const]`,

Should be

195: `Gain ${format(Math.min(25000, Decimal.log(player.ascendShards.add(1), 10) / 4))}% more Cubes and Tesseracts on ascension! Multiplicative with the other Ach. bonus [MAX: 25,000% at e100,000 Const]`,
196: `Gain ${format(Math.min(2000, Decimal.log(player.ascendShards.add(1), 10) / 50))}% more Platonic Cubes on ascension! [MAX: 2,000% at e100,000 Const]`,
@1e1000000
Copy link
Contributor

Close this please because it is fixed

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

No branches or pull requests

2 participants