Map:Player World: Difference between revisions

From Unholy Nation Wiki
No edit summary
No edit summary
Line 1: Line 1:
This page contains an interactive map of the player world.
{
 
    "mapImage": "Un map-unholy 2024 new 3.png",
The map shows all locations, NPCs, and important landmarks on Unholy Nation.
    "pageCategories": [],
 
    "defaultSort": "",
[Interactive map content would go here]
    "description": "The Overworld",
    "coordinateOrder": "xy",
    "mapBounds": [
        [
            0,
            0
        ],
        [
            2176,
            2304
        ]
    ],
    "origin": "bottom-left",
    "useMarkerClustering": true,
    "categories": [
        {
            "id": "1",
            "listId": 1,
            "name": "General",
            "color": "#fa005a",
            "symbol": "",
            "symbolColor": ""
        },
        {
            "id": "2",
            "listId": 2,
            "name": "Towns",
            "color": "#fa005a",
            "symbol": "",
            "symbolColor": ""
        },
        {
            "id": "3",
            "listId": 3,
            "name": "Shops",
            "color": "#c4fa00",
            "symbol": "",
            "symbolColor": ""
        },
        {
            "id": "4",
            "listId": 4,
            "name": "Player Houses",
            "color": "#c400fa",
            "symbol": "",
            "symbolColor": ""
        },
        {
            "id": "5",
            "listId": 5,
            "name": "Guild Houses",
            "color": "#077642",
            "symbol": "",
            "symbolColor": ""
        },
        {
            "id": "6",
            "listId": 6,
            "name": "Building",
            "color": "#560de7",
            "symbol": "",
            "symbolColor": ""
        }
    ],
    "markers": [
        {
            "categoryId": "6",
            "position": [
                587.5595898819494,
                1444.5863640682853
            ],
            "popup": {
                "title": "Town Tailor",
                "description": "",
                "link": {
                    "url": "town tailor",
                    "label": "town tailor"
                }
            },
            "id": "1"
        },
        {
            "categoryId": "2",
            "position": [
                627.0867882752798,
                1470.0045990010085
            ],
            "popup": {
                "title": "Town Center",
                "description": "",
                "link": {
                    "url": "Town Center",
                    "label": "Town Center"
                }
            },
            "id": "2"
        }
    ]
}

Revision as of 13:32, 4 December 2025

{

   "mapImage": "Un map-unholy 2024 new 3.png",
   "pageCategories": [],
   "defaultSort": "",
   "description": "The Overworld",
   "coordinateOrder": "xy",
   "mapBounds": [
       [
           0,
           0
       ],
       [
           2176,
           2304
       ]
   ],
   "origin": "bottom-left",
   "useMarkerClustering": true,
   "categories": [
       {
           "id": "1",
           "listId": 1,
           "name": "General",
           "color": "#fa005a",
           "symbol": "",
           "symbolColor": ""
       },
       {
           "id": "2",
           "listId": 2,
           "name": "Towns",
           "color": "#fa005a",
           "symbol": "",
           "symbolColor": ""
       },
       {
           "id": "3",
           "listId": 3,
           "name": "Shops",
           "color": "#c4fa00",
           "symbol": "",
           "symbolColor": ""
       },
       {
           "id": "4",
           "listId": 4,
           "name": "Player Houses",
           "color": "#c400fa",
           "symbol": "",
           "symbolColor": ""
       },
       {
           "id": "5",
           "listId": 5,
           "name": "Guild Houses",
           "color": "#077642",
           "symbol": "",
           "symbolColor": ""
       },
       {
           "id": "6",
           "listId": 6,
           "name": "Building",
           "color": "#560de7",
           "symbol": "",
           "symbolColor": ""
       }
   ],
   "markers": [
       {
           "categoryId": "6",
           "position": [
               587.5595898819494,
               1444.5863640682853
           ],
           "popup": {
               "title": "Town Tailor",
               "description": "",
               "link": {
                   "url": "town tailor",
                   "label": "town tailor"
               }
           },
           "id": "1"
       },
       {
           "categoryId": "2",
           "position": [
               627.0867882752798,
               1470.0045990010085
           ],
           "popup": {
               "title": "Town Center",
               "description": "",
               "link": {
                   "url": "Town Center",
                   "label": "Town Center"
               }
           },
           "id": "2"
       }
   ]

}