{
  "dictionary": {
    "gem": {
      "what": "It's a gem. It glows. Not sure why, but it works.",
      "why": "Why are there any rocks? Currents in the earth.",
      "where": "Down here, underground, of course."
    },
    "egg": {
      "what": "Do you mean the polluting around the gem, into the rock?",
      "prereq": [ "gem" ]
    },
    "gems": {
      "route": "gem"
    },
    "eggs": {
      "route": "egg"
    }
  }
}