20 lines
643 B
JSON
20 lines
643 B
JSON
{
|
|
"map_id": "storm_field",
|
|
"width": 10,
|
|
"height": 10,
|
|
"depth": 1,
|
|
"default_tile": { "subfloor": "dirt", "flooring": "grass" },
|
|
"tiles": [
|
|
{ "x": 7, "y": 7, "z": 0, "roof": "shingles" },
|
|
{ "x": 8, "y": 7, "z": 0, "roof": "shingles" },
|
|
{ "x": 9, "y": 7, "z": 0, "roof": "shingles" },
|
|
{ "x": 7, "y": 8, "z": 0, "roof": "shingles" },
|
|
{ "x": 8, "y": 8, "z": 0, "roof": "shingles" },
|
|
{ "x": 9, "y": 8, "z": 0, "roof": "shingles" },
|
|
{ "x": 7, "y": 9, "z": 0, "roof": "shingles" },
|
|
{ "x": 8, "y": 9, "z": 0, "roof": "shingles" },
|
|
{ "x": 9, "y": 9, "z": 0, "roof": "shingles" }
|
|
],
|
|
"embeddings": []
|
|
}
|