You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NodeEditor/schema/data.json

36 lines
615 B
JSON

{
"$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
}
}
}
}