Added more markers on Cantane
This commit is contained in:
BIN
public/icon/house-shadow.png
Normal file
BIN
public/icon/house-shadow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/icon/house.png
Normal file
BIN
public/icon/house.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
@@ -9,6 +9,15 @@
|
||||
"y": -132.92203370330174
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "landmarks",
|
||||
"title": "Fontaine des Artisans",
|
||||
"description": "Sculptée dans une pierre parfaitement blanche, cette fontaine est un point de rencontre centrale de la cité.",
|
||||
"markerCoords": {
|
||||
"x": 150.08213298215662,
|
||||
"y": -97.3360353828876
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "landmarks",
|
||||
"title": "Quartiers du Duc",
|
||||
@@ -16,7 +25,48 @@
|
||||
"markerCoords": {
|
||||
"x": 171.29758708733308,
|
||||
"y": -83.60967931316306
|
||||
}
|
||||
},
|
||||
"icon": "house"
|
||||
},
|
||||
{
|
||||
"group": "landmarks",
|
||||
"title": "Magasin d'Aleksandr",
|
||||
"description": "Boutique et quartiers privées de l'ingénieur sauride Aleksandr. L'arrière boutique est dans un désordre notoire et peu de gens se bousculent pour acheter les inventions étranges de l'ingénieur.",
|
||||
"markerCoords": {
|
||||
"x": 138.48224706255075,
|
||||
"y": -94.0338349848624
|
||||
},
|
||||
"icon": "house"
|
||||
},
|
||||
{
|
||||
"group": "landmarks",
|
||||
"title": "Résidence de Bénédicte Vaht",
|
||||
"description": "Petite maisonnette où réside le Moine Premier du Pilier d'Ikami.",
|
||||
"markerCoords": {
|
||||
"x": 139.2544022367009,
|
||||
"y": -124.86416799656315
|
||||
},
|
||||
"icon": "house"
|
||||
},
|
||||
{
|
||||
"group": "landmarks",
|
||||
"title": "Antre de la Mère Boulais",
|
||||
"description": "Magasin excentré spécialisé dans la vente de pierre précieuses et de bijoux artisanaux. Le tenancière, Mathilda Boulais est une victime des disparitions de Farene 3209.",
|
||||
"markerCoords": {
|
||||
"x": 133.04656674911243,
|
||||
"y": -124.76568295117056
|
||||
},
|
||||
"icon": "house"
|
||||
},
|
||||
{
|
||||
"group": "landmarks",
|
||||
"title": "Maison de Donovane et Luanne",
|
||||
"description": "Résidence de Donovane, un mineur kéturien disparu, et de sa fille Luanne, boulangère du quartier.",
|
||||
"markerCoords": {
|
||||
"x": 190.68500978330886,
|
||||
"y": -137.65681348524257
|
||||
},
|
||||
"icon": "house"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export type MapMarkerGroup = "capitals" | "cities" | "towns" | "landmarks" | "quests" | "custom";
|
||||
export type MapMarkerIcon = "castle" | "flag" | "graduation-cap" | "location-pin" | "monument" | "push-pin"
|
||||
export type MapMarkerIcon = "castle" | "flag" | "graduation-cap" | "location-pin" | "monument" | "push-pin" | "house"
|
||||
|
||||
export type MapCoords = {
|
||||
x: number,
|
||||
|
||||
Reference in New Issue
Block a user