Mudanças entre as edições de "Mapa:BlackMarket"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
{ | { | ||
"mapConfig": { | |||
"initialFloor": 0, | |||
"defaultZoom": 1, | |||
"minZoom": 0.5, | |||
"maxZoom": 3, | |||
"zoomStep": 0.1 | |||
}, | }, | ||
"layers": [ | |||
{ | { | ||
"id": 0, | |||
"name": "Térreo", | |||
"imagePath": "https://picsum.photos/1200/800?random=1", | |||
"alignment": { "offsetX": 0, "offsetY": 0, "scale": 1 }, | |||
"opacity": 100, | |||
"markers": [ | |||
{ | |||
"id": "m1", | |||
"name": "Entrada", | |||
"x": 300, | |||
"y": 250, | |||
"hasBadge": true, | |||
"action": "popup", | |||
"actionData": { "text": "Bem-vindo à masmorra!" } | |||
}, | |||
{ | |||
"id": "m2", | |||
"name": "Próximo Andar", | |||
"x": 800, | |||
"y": 500, | |||
"hasBadge": false, | |||
"action": "nextFloor", | |||
"actionData": {} | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"id": 1, | |||
"name": "Andar Profundo", | |||
"imagePath": "https://picsum.photos/1200/800?random=2", | |||
"alignment": { "offsetX": 0, "offsetY": 0, "scale": 1 }, | |||
"opacity": 100, | |||
"markers": [ | |||
{ | |||
"id": "m3", | |||
"name": "Chefão", | |||
"x": 400, | |||
" | "y": 300, | ||
"hasBadge": true, | |||
"action": "popup", | |||
"actionData": { "text": "⚠️ PERIGO! Chefão detectado!" } | |||
}, | |||
{ | |||
"id": "m4", | |||
"name": "Voltar", | |||
"x": 100, | |||
"y": 100, | |||
"hasBadge": false, | |||
"action": "prevFloor", | |||
"actionData": {} | |||
} | |||
] | |||
" | |||
" | |||
} | } | ||
] | |||
} | } | ||
Edição das 19h49min de 9 de abril de 2026
{
"mapConfig": {
"initialFloor": 0,
"defaultZoom": 1,
"minZoom": 0.5,
"maxZoom": 3,
"zoomStep": 0.1
},
"layers": [
{
"id": 0,
"name": "Térreo",
"imagePath": "https://picsum.photos/1200/800?random=1",
"alignment": { "offsetX": 0, "offsetY": 0, "scale": 1 },
"opacity": 100,
"markers": [
{
"id": "m1",
"name": "Entrada",
"x": 300,
"y": 250,
"hasBadge": true,
"action": "popup",
"actionData": { "text": "Bem-vindo à masmorra!" }
},
{
"id": "m2",
"name": "Próximo Andar",
"x": 800,
"y": 500,
"hasBadge": false,
"action": "nextFloor",
"actionData": {}
}
]
},
{
"id": 1,
"name": "Andar Profundo",
"imagePath": "https://picsum.photos/1200/800?random=2",
"alignment": { "offsetX": 0, "offsetY": 0, "scale": 1 },
"opacity": 100,
"markers": [
{
"id": "m3",
"name": "Chefão",
"x": 400,
"y": 300,
"hasBadge": true,
"action": "popup",
"actionData": { "text": "⚠️ PERIGO! Chefão detectado!" }
},
{
"id": "m4",
"name": "Voltar",
"x": 100,
"y": 100,
"hasBadge": false,
"action": "prevFloor",
"actionData": {}
}
]
}
]
}