{ "$schema": "./data.schema.json", "A": { "name": "Nemract", "walk_connections": { "B": { "distance": 100, "terrain_level": 10, "weight": 1 } }, "x": 100, "y": 100, "qt_connections": { "C": { "cost": 100, "mode": "seaskipper", "unlock_lvl": 10 } } }, "B":{ "name": "Llevagar", "description": "Description", "x": 10, "y": 111, "walk_connections": { "A": { "distance": 111, "terrain_level": 11, "weight": 1 } } } }