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

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(Removing objective pin as game already marks this - will reserve objective pins for things game does -not- point you to)
No edit summary
Line 13: Line 13:
         "markers": [
         "markers": [
           {"coords":[-1312,449],"elv":"1535","id":"MQ001","name":"Find Princess Zelda","link":"Find Princess Zelda"},
           {"coords":[-1312,449],"elv":"1535","id":"MQ001","name":"Find Princess Zelda","link":"Find Princess Zelda"},
           {"coords":[-859,452],"elv":"1450","id":"MQ002","name":"The Closed Door","link":"The Closed Door"}
           {"coords":[-859,452],"elv":"1450","id":"MQ002","name":"The Closed Door","link":"The Closed Door"},
          {"coords":[-631,444],"elv":"1472","id":"MQ003","name":"To the Kingdom of Hyrule","link":"To the Kingdom of Hyrule"}
         ]
         ]
       }
       }

Revision as of 04:41, May 18, 2023

[

 {
   "name": "Main Quest",
   "source": "mapns",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "mainquest.png",
         "width": 42,
         "height": 25
       },
       "markers": [
         {"coords":[-1312,449],"elv":"1535","id":"MQ001","name":"Find Princess Zelda","link":"Find Princess Zelda"},
         {"coords":[-859,452],"elv":"1450","id":"MQ002","name":"The Closed Door","link":"The Closed Door"},
         {"coords":[-631,444],"elv":"1472","id":"MQ003","name":"To the Kingdom of Hyrule","link":"To the Kingdom of Hyrule"}
       ]
     }
   ]
 },
 {
   "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": [
       ]
     }
   ]
 },
 {
   "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": [
         
       ]
     }
   ]
 }

]