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

Where are the Hepteracts of the Abyss? #154

Open
KMStanton opened this issue Nov 9, 2021 · 7 comments
Open

Where are the Hepteracts of the Abyss? #154

KMStanton opened this issue Nov 9, 2021 · 7 comments

Comments

@KMStanton
Copy link

It seems that the game doesn't give people "Hepteracts of the Abyss", what do I need to do to earn them? I'd ask in discord, but am blocked from it.

@patrickdugan
Copy link

updateHTML.ts lines 189-192

const example32 = document.getElementsByClassName("hepteracts") as HTMLCollectionOf<HTMLElement>;
for (const ex of Array.from(example32)) { // Ability to use and gain hepteracts //
    ex.style.display = player.challenge15Exponent >= 1e15 ? "block" : "none";
}

Get over 1e15 in the final challenge and boom, Heptarachs turn on to boost further.

@KMStanton
Copy link
Author

KMStanton commented Nov 18, 2021 via email

@patrickdugan
Copy link

patrickdugan commented Nov 18, 2021 via email

@KMStanton
Copy link
Author

KMStanton commented Nov 18, 2021 via email

@patrickdugan
Copy link

patrickdugan commented Nov 18, 2021 via email

@blodsvente
Copy link

blodsvente commented Apr 8, 2024

generating hepteract
no hepteracts
I will show what I think is the same issue @KMStanton has.
I can't for the life of me get hepteracts :(

BTW, thanks for a great game!

@blodsvente
Copy link

It did solve itself for some reason, most likely by investing more in cubes and constants.
Thank you and sorry for wasting your time.

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

3 participants