diff --git a/data/json/mapgen/movie_theater.json b/data/json/mapgen/movie_theater.json index 0fe33abf62b2d..802ce6fa16fad 100644 --- a/data/json/mapgen/movie_theater.json +++ b/data/json/mapgen/movie_theater.json @@ -261,5 +261,63 @@ "furniture": { "H": "f_generator_broken", "6": "f_water_heater", "p": "f_machinery_old" }, "items": { "C": { "item": "snacks", "chance": 30, "repeat": [ 6, 12 ] } } } + }, + { + "method": "json", + "type": "mapgen", + "om_terrain": [ [ "movietheater_2_2_0" ], [ "movietheater_2_2_1" ] ], + "object": { + "rows": [ + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ---------------- ", + " -..............- ", + " -..............- ", + " -..............- ", + " -..............- ", + " -..............- ", + " -..............- ", + " -..............- ", + " -..............- ", + " -..............- ", + " -..............- ", + " -..............- ", + " ---------------- ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " " + ], + "palettes": [ "roof_palette" ] + } } ] diff --git a/data/json/overmap/multitile_city_buildings.json b/data/json/overmap/multitile_city_buildings.json index 430f71b3c3197..87971f343c950 100644 --- a/data/json/overmap/multitile_city_buildings.json +++ b/data/json/overmap/multitile_city_buildings.json @@ -3672,12 +3672,14 @@ { "point": [ 1, 0, 1 ], "overmap": "movietheater_roof_1_0_north" }, { "point": [ 2, 0, 0 ], "overmap": "movietheater_2_0_north" }, { "point": [ 2, 0, 1 ], "overmap": "movietheater_roof_2_0_north" }, + { "point": [ 2, 0, 2 ], "overmap": "movietheater_2_2_0_north" }, { "point": [ 0, 1, 0 ], "overmap": "movietheater_0_1_north" }, { "point": [ 0, 1, 1 ], "overmap": "movietheater_roof_0_1_north" }, { "point": [ 1, 1, 0 ], "overmap": "movietheater_1_1_north" }, { "point": [ 1, 1, 1 ], "overmap": "movietheater_roof_1_1_north" }, { "point": [ 2, 1, 0 ], "overmap": "movietheater_2_1_north" }, { "point": [ 2, 1, 1 ], "overmap": "movietheater_roof_2_1_north" }, + { "point": [ 2, 1, 2 ], "overmap": "movietheater_2_2_1_north" }, { "point": [ 0, 2, 0 ], "overmap": "movietheater_0_2_north" }, { "point": [ 0, 2, 1 ], "overmap": "movietheater_roof_0_2_north" }, { "point": [ 1, 2, 0 ], "overmap": "movietheater_1_2_north" }, diff --git a/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json b/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json index 6c90879de6c10..846108c1a14ea 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json @@ -808,9 +808,11 @@ "movietheater_roof_0_0", "movietheater_roof_1_0", "movietheater_roof_2_0", + "movietheater_2_2_0", "movietheater_roof_0_1", "movietheater_roof_1_1", "movietheater_roof_2_1", + "movietheater_2_2_1", "movietheater_roof_0_2", "movietheater_roof_1_2", "movietheater_roof_2_2"