From dae6a35d16a5fe6c263869045f687696e48bf196 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 7 Feb 2023 10:34:19 -0800 Subject: Expand some configs to ease readability. Allow recycling center 0/2 overmap tiles to rotate. --- tile_config.json | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 75 insertions(+), 7 deletions(-) (limited to 'tile_config.json') diff --git a/tile_config.json b/tile_config.json index b748594..16dc0d7 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17994,13 +17994,81 @@ "rotates": false }, { "id": [ "generic_city_building", "generic_necropolis_surface_building" ], "fg": 9747, "rotates": false }, - { "id": [ "mil_base_2f", "mil_base_3f", "mil_base_3h", "mil_base_7e", "mil_base_8e", "mil_base_7f", "mil_base_5g", "mil_base_6g", "s_cardealer" ], "fg": 9747, "rotates": false }, + { + "id": [ + "mil_base_2f", + "mil_base_3f", + "mil_base_3h", + "mil_base_7e", + "mil_base_8e", + "mil_base_7f", + "mil_base_5g", + "mil_base_6g", + "s_cardealer" + ], + "fg": 9747, + "rotates": false + }, { "id": [ "generic_city_building_no_sidewalk" ], "fg": 9748, "rotates": false }, - { "id": [ "p_resort_1sw", "p_resort_1ww", "p_resort_1nw", "p_resort_1ss", "p_resort_1mm", "p_resort_1nn", "p_resort_1se", "p_resort_1ee", "p_resort_1ne", "p_resort_2ee", "p_resort_2mm", "p_resort_2ne", "p_resort_2nn", "p_resort_2nw", "p_resort_2se", "p_resort_2ss", "p_resort_2sw", "p_resort_2ww", "p_resort_ree", "p_resort_rmm", "p_resort_rne", "p_resort_rnn", "p_resort_rnw", "p_resort_rse", "p_resort_rss", "p_resort_rsw", "p_resort_rww" ], "fg": 9748, "rotates": false }, + { + "id": [ + "p_resort_1sw", + "p_resort_1ww", + "p_resort_1nw", + "p_resort_1ss", + "p_resort_1mm", + "p_resort_1nn", + "p_resort_1se", + "p_resort_1ee", + "p_resort_1ne", + "p_resort_2ee", + "p_resort_2mm", + "p_resort_2ne", + "p_resort_2nn", + "p_resort_2nw", + "p_resort_2se", + "p_resort_2ss", + "p_resort_2sw", + "p_resort_2ww", + "p_resort_ree", + "p_resort_rmm", + "p_resort_rne", + "p_resort_rnn", + "p_resort_rnw", + "p_resort_rse", + "p_resort_rss", + "p_resort_rsw", + "p_resort_rww" + ], + "fg": 9748, + "rotates": false + }, { "id": [ "generic_cropland" ], "fg": 9750, "rotates": false }, { "id": [ "generic_forest", "lumbermill_dforest" ], "fg": 9751, "rotates": false }, { "id": [ "generic_hospital" ], "fg": 9752, "rotates": false }, - { "id": [ "hospital_1_roof", "hospital_2_roof", "hospital_3_roof", "hospital_4_roof", "hospital_5_roof", "hospital_6_roof", "hospital_7_roof", "hospital_8_roof", "hospital_9_roof", "mil_base_5h1", "mil_base_5h", "mil_base_5i1", "mil_base_5i", "mil_base_6h1", "mil_base_6h", "mil_base_6i1", "mil_base_6i" ], "fg": 9752, "rotates": false }, + { + "id": [ + "hospital_1_roof", + "hospital_2_roof", + "hospital_3_roof", + "hospital_4_roof", + "hospital_5_roof", + "hospital_6_roof", + "hospital_7_roof", + "hospital_8_roof", + "hospital_9_roof", + "mil_base_5h1", + "mil_base_5h", + "mil_base_5i1", + "mil_base_5i", + "mil_base_6h1", + "mil_base_6h", + "mil_base_6i1", + "mil_base_6i" + ], + "fg": 9752, + "rotates": false + }, { "id": [ "generic_pasture", @@ -35647,12 +35715,12 @@ { "id": [ "dojo_1" ], "fg": 19339, "rotates": false }, { "id": [ "dojo_roof_1" ], "fg": 19340, "bg": 19346, "rotates": false }, { "id": [ "dojo_upper_roof_1" ], "fg": 19340, "bg": 19346, "rotates": false }, - { "id": [ "recyclecenter" ], "fg": 19341, "rotates": false }, - { "id": [ "recyclecenter_roof" ], "fg": 19342, "bg": 19346, "rotates": false }, + { "id": [ "recyclecenter" ], "fg": 19341, "rotates": true }, + { "id": [ "recyclecenter_roof" ], "fg": 19342, "bg": 19346, "rotates": true }, { "id": [ "recyclecenter_1" ], "fg": 19341, "rotates": true }, { "id": [ "recyclecenter_roof_1" ], "fg": 19342, "bg": 19346, "rotates": true }, - { "id": [ "recyclecenter_2" ], "fg": 19341, "rotates": false }, - { "id": [ "recyclecenter_roof_2" ], "fg": 19342, "bg": 19346, "rotates": false }, + { "id": [ "recyclecenter_2" ], "fg": 19341, "rotates": true }, + { "id": [ "recyclecenter_roof_2" ], "fg": 19342, "bg": 19346, "rotates": true }, { "id": [ "pool_roof" ], "fg": 19344, "bg": 19346, "rotates": false }, { "id": [ "emptycommerciallot" ], "fg": 19345, "bg": 19346, "rotates": false }, { -- cgit v1.2.1