Skip to content

Commit

Permalink
Added roof on airport ATC tower
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed May 22, 2024
1 parent 5b4b49b commit 31884d5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
35 changes: 35 additions & 0 deletions data/json/mapgen/airport/s_airport_private.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,40 @@
"furniture": { "f": "f_console_broken", "e": "f_table", "E": "f_chair" },
"place_loot": [ { "group": "office_mess", "chance": 80, "repeat": [ 5 ], "x": [ 10, 13 ], "y": [ 2, 5 ] } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "s_air_atc_4" ],
"object": {
"fill_ter": "t_flat_roof",
"rows": [
" -------- ",
" -......- ",
" -......- ",
" -..X...- ",
" -...:..- ",
" -..A...- ",
" -......- ",
" -------- ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ]
}
}
]
1 change: 1 addition & 0 deletions data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -6788,6 +6788,7 @@
{ "point": [ -1, 0, 0 ], "overmap": "s_air_atc_south" },
{ "point": [ -1, 0, 1 ], "overmap": "s_air_atc_2_south" },
{ "point": [ -1, 0, 2 ], "overmap": "s_air_atc_3_south" },
{ "point": [ -1, 0, 3 ], "overmap": "s_air_atc_4_south" },
{ "point": [ -6, 1, 0 ], "overmap": "special_field" },
{ "point": [ -5, 1, 0 ], "overmap": "s_air_runway_r_south" },
{ "point": [ -4, 1, 0 ], "overmap": "s_air_runway_south" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
},
{
"type": "overmap_terrain",
"id": [ "control_tower_0", "control_tower_1", "control_tower_2", "s_air_atc", "s_air_atc_2", "s_air_atc_3" ],
"id": [ "control_tower_0", "control_tower_1", "control_tower_2", "s_air_atc", "s_air_atc_2", "s_air_atc_3", "s_air_atc_4" ],
"name": "control tower",
"sym": "X",
"color": "i_light_gray",
Expand Down

0 comments on commit 31884d5

Please sign in to comment.