da_jungle/overworld_markers.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2024-09-24 17:14:16 +00:00
{
"key": "overworld_markers",
"label": "Overworld Markers",
"updateInterval": 30,
"showControls": true,
"defaultHidden": false,
"markers": [
{
"type": "circ",
"data": {
"key": "fandango",
"center": {
"x": 490,
"z": -404
},
"radius": 100.0
},
"options": {
"stroke": {
"weight": 3,
"color": -65536
},
"tooltip": {
"content": "Fandango (PVP)",
"direction": 2,
"sticky": true
}
}
},
{
"type": "circ",
"data": {
"key": "monkey_village",
"center": {
"x": 1783,
"z": 1238
},
"radius": 50.0
},
"options": {
"stroke": {
"weight": 3,
"color": 52224
},
"tooltip": {
"content": "Monkey Village",
"direction": 2,
"sticky": true
}
}
}
]
}