Zelda Dungeon:Tears of the Kingdom Map/Surface Categories: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
No edit summary
Line 13: Line 13:
         "markers": [
         "markers": [
           {"coords":[153,-254],"elv":"26","id":"MQ004","name":"Crisis at Hyrule Castle","link":"Crisis at Hyrule Castle"},
           {"coords":[153,-254],"elv":"26","id":"MQ004","name":"Crisis at Hyrule Castle","link":"Crisis at Hyrule Castle"},
           {"coords":[153,-252],"elv":"26","id":"MQ005","name":"Regional Phenomena","link":"Regional Phenomena"}
           {"coords":[153,-252],"elv":"26","id":"MQ005","name":"Regional Phenomena","link":"Regional Phenomena"},
          {"coords":[144,-254],"elv":"20","id":"MQ006","name":"Camera Work in the Depths","link":"Camera Work in the Depths"}
         ]
         ]
       }
       }

Revision as of 13:29, May 18, 2023

[

 {
   "name": "Main Quest",
   "source": "mapns",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "mainquest.png",
         "width": 42,
         "height": 25
       },
       "markers": [
         {"coords":[153,-254],"elv":"26","id":"MQ004","name":"Crisis at Hyrule Castle","link":"Crisis at Hyrule Castle"},
         {"coords":[153,-252],"elv":"26","id":"MQ005","name":"Regional Phenomena","link":"Regional Phenomena"},
         {"coords":[144,-254],"elv":"20","id":"MQ006","name":"Camera Work in the Depths","link":"Camera Work in the Depths"}
       ]
     }
   ]
 },
 {
   "name": "Shrine Quest",
   "source": "mapns",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "shrinequest.png",
         "width": 25,
         "height": 29
       },
       "markers": [
       ]
     }
   ]
 },
 {
   "name": "Side Quest",
   "source": "mapns",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "sidequest.png",
         "width": 27,
         "height": 21
       },
       "markers": [
        {"coords":[98,-265],"elv":"8","id":"SQ-TodaysMenu","name":"Today's Menu","link":"Today's Menu"}
       ]
     }
   ]
 },
 {
   "name": "Side Adventure",
   "source": "mapns",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "adventure.png",
         "width": 20,
         "height": 24
       },
       "markers": [
       ]
     }
   ]
 },
 {
   "name": "Memory",
   "source": "summary",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "memory.png",
         "width": 25,
         "height": 23
       },
       "markers": [
       ]
     }
   ]
 },
 {
   "name": "Quest Objective",
   "source": "mapns",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "objective.png",
         "width": 13,
         "height": 13
       },
       "markers": [
       ]
     }
   ]
 }

]