diff --git a/data/json/mapgen/movie_theater.json b/data/json/mapgen/movie_theater.json index bb2c1bdbe2ef..b2cf17e3bf6e 100644 --- a/data/json/mapgen/movie_theater.json +++ b/data/json/mapgen/movie_theater.json @@ -260,5 +260,64 @@ "furniture": { "Y": "f_standing_tank", "6": "f_water_heater", "7": "f_roof_turbine_vent" }, "items": { "C": { "item": "snacks", "chance": 30, "repeat": [ 6, 12 ] } } } + }, + { + "method": "json", + "type": "mapgen", + "om_terrain": [ [ "movietheater_roof2_2_0" ], [ "movietheater_roof2_2_1" ] ], + "object": { + "fill_ter": "t_flat_roof", + "rows": [ + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ................ ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " " + ], + "palettes": [ "roof_palette" ] + } } ] diff --git a/data/json/overmap/multitile_city_buildings.json b/data/json/overmap/multitile_city_buildings.json index 065ae7adb000..a09a3c2d22e2 100644 --- a/data/json/overmap/multitile_city_buildings.json +++ b/data/json/overmap/multitile_city_buildings.json @@ -2650,12 +2650,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_roof2_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_roof2_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_special/specials.json b/data/json/overmap/overmap_special/specials.json index 41cd9d5ed3e2..6bdfc1243244 100644 --- a/data/json/overmap/overmap_special/specials.json +++ b/data/json/overmap/overmap_special/specials.json @@ -2555,12 +2555,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_roof2_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_roof2_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 814642304e5e..b3e995a4f154 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_recreational.json @@ -450,9 +450,11 @@ "id": [ "movietheater_roof_0_0", "movietheater_roof_2_0", + "movietheater_roof2_2_0", "movietheater_roof_0_1", "movietheater_roof_1_1", "movietheater_roof_2_1", + "movietheater_roof2_2_1", "movietheater_roof_0_2", "movietheater_roof_1_2", "movietheater_roof_2_2"