Files
otivm/src/config/context-map.json
2026-05-03 14:57:48 +00:00

28 lines
538 B
JSON

{
"id": "map",
"name": "Map",
"subtitle": "The known world · roman_14bce",
"layout": "map",
"subitems": ["Waypoints", "Epoch"],
"sections": [
{
"col": "sidebar",
"title": "Revealed waypoints",
"type": "status-block",
"dataKey": "waypoints"
},
{
"col": "sidebar",
"title": "Epoch",
"type": "status-block",
"dataKey": "epoch"
},
{
"col": "canvas",
"title": "TESSERA H7 · fog-of-war",
"type": "map-canvas",
"dataKey": null
}
]
}