magiclysm-bn/worldgen/multitile_city_buildings.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

64 lines
2.4 KiB
JSON

[
{
"type": "city_building",
"id": "magic_shop",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "magic_shop_north" },
{ "point": [ 0, 0, 1 ], "overmap": "magic_shop_2ndfloor_north" },
{ "point": [ 0, 0, 2 ], "overmap": "magic_shop_roof_north" }
]
},
{
"type": "city_building",
"id": "wizard_tower_1",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "wizardtower1_ground_north" },
{ "point": [ 0, 0, 1 ], "overmap": "wizardtower1_living_north" },
{ "point": [ 0, 0, 2 ], "overmap": "wizardtower1_golems_north" },
{ "point": [ 0, 0, 3 ], "overmap": "wizardtower1_study_north" },
{ "point": [ 0, 0, 4 ], "overmap": "wizardtower1_roof_north" }
]
},
{
"type": "city_building",
"id": "wizard_tower_2",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "wizardtower2_ground_north" },
{ "point": [ 0, 0, 1 ], "overmap": "wizardtower2_stairs1_north" },
{ "point": [ 0, 0, 2 ], "overmap": "wizardtower2_stairs2_north" },
{ "point": [ 0, 0, 3 ], "overmap": "wizardtower2_study_north" },
{ "point": [ 0, 0, 4 ], "overmap": "wizardtower2_roof_north" }
]
},
{
"type": "city_building",
"id": "house_detatched5",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "house_detatched5_north" },
{ "point": [ 0, 0, 1 ], "overmap": "house_detatched5_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "magic_basement_north" }
]
},
{
"type": "city_building",
"id": "magic_academy",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "magic_academy_ground_north" },
{ "point": [ 0, 0, 1 ], "overmap": "magic_academy_2nd_north" },
{ "point": [ 0, 0, 2 ], "overmap": "magic_academy_3rd_north" },
{ "point": [ 0, 0, 3 ], "overmap": "magic_academy_4th_north" },
{ "point": [ 0, 0, 4 ], "overmap": "magic_academy_5th_north" },
{ "point": [ 0, 0, 5 ], "overmap": "magic_academy_6th_north" },
{ "point": [ 0, 0, 6 ], "overmap": "magic_academy_7th_north" },
{ "point": [ 0, 0, 7 ], "overmap": "magic_academy_8th_north" },
{ "point": [ 0, 0, 8 ], "overmap": "magic_academy_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "magic_academy_basement_north" }
]
}
]