iv: add context JSON configuration files

This commit is contained in:
otivm
2026-05-03 14:57:48 +00:00
parent f6287b80cb
commit 64b1c9b58f
4 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"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
}
]
}