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;

  • @sonovebitch
    link
    English
    10
    edit-2
    4 months ago

    Fire + Fish = Sushi (?)

    Fire + Sushi = Wasabi (??)

    • @Maalus
      link
      English
      44 months ago

      You sometimes roast the fish for sushi. Wasabi is eaten with sushi and burns when you eat it, so it works.