Map:Common groups: Difference between revisions

From Deez Nuts' Sword Coast Campaign
Jump to navigation Jump to search
Shared marker groups for every regional interactive map (DataMaps fragment)
 
Add the Landmarks group (bridges, crossings, shrines)
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
"name": "Cities",
"name": "Cities",
"description": "Walled cities and the powers that sit in them",
"description": "Walled cities and the powers that sit in them",
"pinColor": "#b3261e", "size": 30
"icon": "Map icon city.png", "size": 46,
"static": true
},
},
"town": {
"town": {
"name": "Towns and villages",
"name": "Towns and villages",
"pinColor": "#d98e04", "size": 26
"icon": "Map icon town.png", "size": 40,
"static": true
},
},
"stronghold": {
"stronghold": {
"name": "Strongholds",
"name": "Strongholds",
"description": "Forts, keeps, towers and bastions",
"description": "Forts, keeps, towers and bastions",
"pinColor": "#5e35b1", "size": 28
"icon": "Map icon stronghold.png", "size": 44,
"static": true
},
"landmark": {
"name": "Landmarks",
"description": "Bridges, crossings and shrines",
"icon": "Map icon landmark.png", "size": 42,
"static": true
},
},
"ruin": {
"ruin": {
"name": "Ruins, dungeons and lairs",
"name": "Ruins, dungeons and lairs",
"pinColor": "#455a64", "size": 26
"icon": "Map icon ruin.png", "size": 40,
"static": true
},
},
"wilds": {
"wilds": {
"name": "Wilds and roads",
"name": "Wilds and roads",
"description": "Forests, moors, marshes and the roads between",
"description": "Forests, moors, marshes and the roads between",
"fillColor": "#2e7d32",
"icon": "Map icon wilds.png", "size": 40,
"strokeColor": "#1b5e20",
"static": true
"size": 14
},
},
"grove-burning": {
"grove-burning": {
"name": "The Grove Burnings",
"name": "The Grove Burnings",
"description": "The eight cullings in the Harpers' ledger",
"description": "The eight cullings in the Harpers' ledger",
"pinColor": "#ef6c00", "size": 28,
"icon": "Map icon grove-burning.png", "size": 44,
"static": true,
"article": "The Grove Burnings"
"article": "The Grove Burnings"
},
},
"skarhald": {
"skarhald": {
"name": "Skarhald ancestors",
"name": "Skarhald ancestors",
"description": "Where the champions of the Skarhald Clan fell, and what they left behind",
"description": "Where the champions of the Skarhald Clan fell",
"pinColor": "#00897b", "size": 28,
"icon": "Map icon skarhald.png", "size": 44,
"static": true,
"article": "Skarhald Clan"
"article": "Skarhald Clan"
},
},
Line 43: Line 54:
"name": "Rumours and hearsay",
"name": "Rumours and hearsay",
"description": "Places the company has heard of but not seen",
"description": "Places the company has heard of but not seen",
"pinColor": "#9e9e9e", "size": 24,
"icon": "Map icon rumour.png", "size": 38,
"static": true,
"isDefault": false
"isDefault": false
},
},
Line 49: Line 61:
"name": "Deez Nuts",
"name": "Deez Nuts",
"description": "Where the company was last seen",
"description": "Where the company was last seen",
"pinColor": "#fdd835", "size": 34
"icon": "Map icon party.png", "size": 52,
"static": true
}
}
}
}
}
}

Latest revision as of 21:31, 29 August 2026

This page contains source code of a map. It is not meant to be visited directly, and will not show up in web search engines. Instead, it should be embedded in an article.

No issues found in this map's source code.

Documentation for this map may be created at Map:Common groups/doc