164
submitted 5 months ago* (last edited 5 months ago) by lawrence@lemmy.world to c/games@lemmy.world

Attention: This game does not have a save feature, but people on Hacker News have already found a way to save their progress.

Export the items to a json string:

console.log(JSON.stringify({discoveries: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries, elements:window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements}))

Load the items from a json string:

a = PUT YOUR JSON HERE;

window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements = a.elements; window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries = a.discoveries;

you are viewing a single comment's thread
view the rest of the comments
[-] synae@lemmy.dbzer0.com 12 points 5 months ago

Why would you do this to me

[-] doctordevice@lemm.ee 9 points 5 months ago* (last edited 5 months ago)

I'm stuck in an infinite loop of combining water, fire, wind, and earth with everything. I haven't even done any combos that don't involve one of those except by accident.

Send help.

[-] Zahille7@lemmy.world 1 points 5 months ago

That's how I started. After a while I was just clicking random combos to see what I could get.

[-] lawrence@lemmy.world 5 points 5 months ago

Sorry pal. We are in the same boat.

this post was submitted on 01 Feb 2024
164 points (96.1% liked)

Games

30483 readers
742 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS