Mi2dRPGamEng/resources/defs/maps/ship_test.json

295 lines
4.1 KiB
JSON

{
"map_id": "ship_test",
"width": 5,
"height": 5,
"depth": 2,
"default_tile": {
"subfloor": "dirt",
"flooring": "wood_deck"
},
"tiles": [
{
"x": 0,
"y": 0,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 0,
"y": 4,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 1,
"y": 0,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 1,
"y": 4,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 2,
"y": 0,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 2,
"y": 4,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 3,
"y": 0,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 3,
"y": 4,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 4,
"y": 0,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 4,
"y": 4,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 0,
"y": 1,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 4,
"y": 1,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 0,
"y": 2,
"z": 0,
"roof": "shingles"
},
{
"x": 4,
"y": 2,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 0,
"y": 3,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 4,
"y": 3,
"z": 0,
"roof": "shingles",
"room": "wood_wall"
},
{
"x": 1,
"y": 1,
"z": 0,
"roof": "shingles"
},
{
"x": 1,
"y": 2,
"z": 0,
"roof": "shingles"
},
{
"x": 1,
"y": 3,
"z": 0,
"roof": "shingles"
},
{
"x": 2,
"y": 1,
"z": 0,
"roof": "shingles"
},
{
"x": 2,
"y": 2,
"z": 0,
"roof": "shingles"
},
{
"x": 2,
"y": 3,
"z": 0,
"roof": "shingles"
},
{
"x": 3,
"y": 1,
"z": 0,
"roof": "shingles"
},
{
"x": 3,
"y": 2,
"z": 0,
"roof": "shingles"
},
{
"x": 3,
"y": 3,
"z": 0,
"roof": "shingles",
"room": "stairs_up"
},
{
"x": 0,
"y": 0,
"z": 1,
"room": "wood_wall"
},
{
"x": 0,
"y": 4,
"z": 1,
"room": "wood_wall"
},
{
"x": 1,
"y": 0,
"z": 1,
"room": "wood_wall"
},
{
"x": 1,
"y": 4,
"z": 1,
"room": "wood_wall"
},
{
"x": 2,
"y": 0,
"z": 1,
"room": "wood_wall"
},
{
"x": 2,
"y": 4,
"z": 1,
"room": "wood_wall"
},
{
"x": 3,
"y": 0,
"z": 1,
"room": "wood_wall"
},
{
"x": 3,
"y": 4,
"z": 1,
"room": "wood_wall"
},
{
"x": 4,
"y": 0,
"z": 1,
"room": "wood_wall"
},
{
"x": 4,
"y": 4,
"z": 1,
"room": "wood_wall"
},
{
"x": 0,
"y": 1,
"z": 1,
"room": "wood_wall"
},
{
"x": 4,
"y": 1,
"z": 1,
"room": "wood_wall"
},
{
"x": 0,
"y": 2,
"z": 1,
"room": "wood_wall"
},
{
"x": 4,
"y": 2,
"z": 1,
"room": "wood_wall"
},
{
"x": 0,
"y": 3,
"z": 1,
"room": "wood_wall"
},
{
"x": 4,
"y": 3,
"z": 1,
"room": "wood_wall"
},
{
"x": 1,
"y": 1,
"z": 1,
"room": "ship_helm",
"roof": "shingles"
},
{
"x": 2,
"y": 1,
"z": 1,
"room": "wood_wall"
},
{
"x": 3,
"y": 3,
"z": 1,
"room": "stairs_down"
}
],
"embeddings": []
}