lpdumas / gw2cartographers

A Guild Wars 2 map project
gw2cartographers.com
19 stars 8 forks source link

Default desc / Title / wikiLink for markers like pets #35

Closed lpdumas closed 12 years ago

lpdumas commented 12 years ago

Pets desc doesn't change from markers to an other, i suggest we add a default description / title / wikiLink to markers like these.

Ex:.

Markers.pets = {
  name : "Pets",
  markerGroup : [{
    name : "Alpine wolf",
    slug : "petAlpineWolf",
    dTitle : "foo bar",
    dDesc : "foo bar",
    dWikiLink : "foo bar",
    markers : []
  }]
}
jsilvestre commented 12 years ago

This makes totally sense. This also worth for crafting items ! It will also add more complexity in gw2c and in gw2c backend but that would be stupid to duplicate data.

Also we should rename "markerGroup" in "markerTypes" actually which I think is more semantically true :p