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

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(initial page)
 
No edit summary
 
(19 intermediate revisions by 4 users not shown)
Line 2: Line 2:
   {
   {
     "name": "Main Quest",
     "name": "Main Quest",
     "source": "mappage",
     "source": "mapns",
     "layers": [
     "layers": [
       {
       {
Line 12: Line 12:
         },
         },
         "markers": [
         "markers": [
          {"coords":[-3363,1348],"elv":"-736","id":"MQ-TrailoftheMasterSword","name":"Trail of the Master Sword","link":"Trail of the Master Sword"}
         ]
         ]
       }
       }
Line 18: Line 19:
   {
   {
     "name": "Shrine Quest",
     "name": "Shrine Quest",
     "source": "mappage",
     "source": "mapns",
     "layers": [
     "layers": [
       {
       {
Line 34: Line 35:
   {
   {
     "name": "Side Quest",
     "name": "Side Quest",
     "source": "mappage",
     "source": "mapns",
     "layers": [
     "layers": [
       {
       {
Line 44: Line 45:
         },
         },
         "markers": [
         "markers": [
          {"coords":[-3366,1334],"elv":"-737","id":"SQ-AncientBladesBelow","name":"Ancient Blades Below","link":"Ancient Blades Below"}
         ]
         ]
       }
       }
Line 50: Line 52:
   {
   {
     "name": "Side Adventure",
     "name": "Side Adventure",
     "source": "mappage",
     "source": "mapns",
     "layers": [
     "layers": [
       {
       {
Line 60: Line 62:
         },
         },
         "markers": [
         "markers": [
          {"coords":[-1928,-803],"elv":"-520","id":"SA-MasterKohgaoftheYigaClan","name":"Master Kohga of the Yiga Clan","link":"Master Kohga of the Yiga Clan"}
         ]
         ]
       }
       }
Line 82: Line 85:
   {
   {
     "name": "Quest Objective",
     "name": "Quest Objective",
     "source": "mappage",
     "source": "mapns",
     "layers": [
     "layers": [
       {
       {
Line 92: Line 95:
         },
         },
         "markers": [
         "markers": [
        ]
           {"coords":[-451,-803],"elv":"-470","id":"MQ006-01","name":"Camera Work in the Depths","link":"Camera Work in the Depths"}
      }
    ]
  },
  {
    "name": "Flux Construct",
    "source": "summary",
    "layers": [
      {
        "minZoom": 4,
        "icon": {
           "url": "skull.png",
          "width": 36,
          "height": 36
        },
        "markers": [
        ]
      }
    ]
  },
  {
    "name": "Frox",
    "source": "summary",
    "layers": [
      {
        "minZoom": 4,
        "icon": {
          "url": "skull.png",
          "width": 36,
          "height": 36
        },
        "markers": [
        ]
      }
    ]
  },
  {
    "name": "Hinox",
    "source": "summary",
    "layers": [
      {
        "minZoom": 4,
        "icon": {
          "url": "skull.png",
          "width": 36,
          "height": 36
        },
        "markers": [
        ]
      }
    ]
  },
  {
    "name": "Lynel",
    "source": "summary",
    "layers": [
      {
        "minZoom": 4,
        "icon": {
          "url": "lynel.png",
          "width": 29,
          "height": 30
        },
        "markers": [
         ]
         ]
       }
       }

Latest revision as of 14:34, August 27, 2023

[

 {
   "name": "Main Quest",
   "source": "mapns",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "mainquest.png",
         "width": 42,
         "height": 25
       },
       "markers": [
         {"coords":[-3363,1348],"elv":"-736","id":"MQ-TrailoftheMasterSword","name":"Trail of the Master Sword","link":"Trail of the Master Sword"}
       ]
     }
   ]
 },
 {
   "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":[-3366,1334],"elv":"-737","id":"SQ-AncientBladesBelow","name":"Ancient Blades Below","link":"Ancient Blades Below"}
       ]
     }
   ]
 },
 {
   "name": "Side Adventure",
   "source": "mapns",
   "layers": [
     {
       "minZoom": 4,
       "icon": {
         "url": "adventure.png",
         "width": 20,
         "height": 24
       },
       "markers": [
         {"coords":[-1928,-803],"elv":"-520","id":"SA-MasterKohgaoftheYigaClan","name":"Master Kohga of the Yiga Clan","link":"Master Kohga of the Yiga Clan"}
       ]
     }
   ]
 },
 {
   "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": [
         {"coords":[-451,-803],"elv":"-470","id":"MQ006-01","name":"Camera Work in the Depths","link":"Camera Work in the Depths"}
       ]
     }
   ]
 }

]