Skip to content

Commit

Permalink
Added roofs on refugee center roof access shacks (#74484)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell authored Jun 12, 2024
1 parent 3c63989 commit f160003
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
38 changes: 38 additions & 0 deletions data/json/mapgen/refugee_center/z2_refugee_center.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ [ "evac_center_12_z2", "evac_center_13_z2", "evac_center_14_z2" ] ],
"weight": 100,
"object": {
"fill_ter": "t_flat_roof",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ----- ----- ",
" -...- -...- ",
" -...- -...- ",
" ----- ----- ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ]
}
}
]
3 changes: 3 additions & 0 deletions data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -2215,6 +2215,9 @@
{ "point": [ 6, 8, 1 ], "overmap": "evac_center_17_z1_north" },
{ "point": [ 7, 8, 1 ], "overmap": "evac_center_18_z1_north" },
{ "point": [ 8, 8, 1 ], "overmap": "evac_center_19_z1_north" },
{ "point": [ 6, 7, 2 ], "overmap": "evac_center_12_z2_north" },
{ "point": [ 7, 7, 2 ], "overmap": "evac_center_13_z2_north" },
{ "point": [ 8, 7, 2 ], "overmap": "evac_center_14_z2_north" },
{ "point": [ 4, 4, -1 ], "overmap": "special_earth" },
{ "point": [ 5, 4, -1 ], "overmap": "special_earth" },
{ "point": [ 6, 4, -1 ], "overmap": "special_earth" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
"evac_center_14_z1",
"evac_center_17_z1",
"evac_center_18_z1",
"evac_center_19_z1"
"evac_center_19_z1",
"evac_center_12_z2",
"evac_center_13_z2",
"evac_center_14_z2"
],
"name": "refugee center roof",
"sym": "",
Expand Down

0 comments on commit f160003

Please sign in to comment.