From fc336c1fdb34aca991caf241823806676fd31e77 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Sun, 7 Jan 2024 15:54:33 -0600 Subject: [PATCH] feat(content): add roof chunks to hospital roof --- data/json/mapgen/hospital.json | 76 ++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/data/json/mapgen/hospital.json b/data/json/mapgen/hospital.json index cb1c06a2c023..6930c824707c 100644 --- a/data/json/mapgen/hospital.json +++ b/data/json/mapgen/hospital.json @@ -238,6 +238,82 @@ "4": "t_sidewalk", "E": "t_elevator_control" }, + "place_nested": [ + { + "chunks": [ + [ "null", 25 ], + [ "roof_2x2_infrastructure", 25 ], + [ "roof_2x2_infrastructure_1", 25 ], + [ "roof_2x2_infrastructure_2", 25 ] + ], + "x": [ 1, 18 ], + "y": [ 10, 18 ] + }, + { + "chunks": [ + [ "null", 20 ], + [ "roof_2x2_infrastructure", 25 ], + [ "roof_2x2_infrastructure_1", 25 ], + [ "roof_2x2_infrastructure_2", 25 ] + ], + "x": [ 24, 42 ], + "y": [ 10, 18 ] + }, + { + "chunks": [ + [ "null", 25 ], + [ "roof_2x2_utilities", 10 ], + [ "roof_2x2_utilities_b", 5 ], + [ "roof_2x2_utilities_c", 5 ], + [ "roof_2x2_utilities_d", 5 ], + [ "roof_4x4_utility", 15 ], + [ "roof_4x4_utility_1", 10 ], + [ "roof_6x6_utility", 25 ] + ], + "x": [ 56, 65 ], + "y": [ 1, 18 ] + }, + { + "chunks": [ + [ "null", 25 ], + [ "roof_2x2_utilities", 10 ], + [ "roof_2x2_utilities_b", 5 ], + [ "roof_2x2_utilities_c", 5 ], + [ "roof_2x2_utilities_d", 5 ], + [ "roof_4x4_utility", 15 ], + [ "roof_4x4_utility_1", 10 ], + [ "roof_6x6_utility", 25 ] + ], + "x": [ 48, 65 ], + "y": [ 24, 42 ] + }, + { + "chunks": [ + [ "null", 25 ], + [ "roof_2x2_utilities", 10 ], + [ "roof_2x2_utilities_b", 5 ], + [ "roof_2x2_utilities_c", 5 ], + [ "roof_2x2_utilities_d", 5 ], + [ "roof_4x4_utility", 15 ], + [ "roof_4x4_utility_1", 10 ], + [ "roof_6x6_utility", 25 ] + ], + "x": [ 48, 65 ], + "y": [ 48, 65 ] + }, + { + "chunks": [ + [ "null", 40 ], + [ "roof_2x2_golf", 15 ], + [ "roof_4x4_party", 15 ], + [ "roof_4x4_holdout", 15 ], + [ "roof_4x4_survivor", 15 ] + ], + "x": [ 1, 20 ], + "y": [ 64, 67 ] + }, + { "chunks": [ [ "null", 40 ], [ "roof_16x16_help", 60 ] ], "x": [ 25, 30 ], "y": [ 48, 55 ] } + ], "place_vehicles": [ { "vehicle": "helicopters", "x": 10, "y": 56, "chance": 80, "rotation": 270 } ] } }