Skip to content

Commit

Permalink
Adjusted building roof, added roof access shack roof (#74628)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell authored Jun 17, 2024
1 parent d73f5f3 commit f9f2454
Showing 3 changed files with 37 additions and 2 deletions.
36 changes: 35 additions & 1 deletion data/json/mapgen/sewage_treatment.json
Original file line number Diff line number Diff line change
@@ -304,7 +304,7 @@
" ....... ........ ...... ",
" ....... ........ ...... ",
" ....... ........ ...... ",
" ....... ........ ...... ",
" ........ ...... ",
" ...... ",
" ...... ",
" ...... ",
@@ -334,6 +334,40 @@
]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "sewage_treatment_1_0_upper_roof" ],
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" --- ",
" -.- ",
" --- ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ]
}
},
{
"type": "mapgen",
"method": "json",
1 change: 1 addition & 0 deletions data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
@@ -416,6 +416,7 @@
{ "point": [ 0, 1, 1 ], "overmap": "sewage_treatment_0_1_roof_north" },
{ "point": [ 1, 1, 0 ], "overmap": "sewage_treatment_1_1_0_north" },
{ "point": [ 1, 1, 1 ], "overmap": "sewage_treatment_1_1_roof_north" },
{ "point": [ 1, 0, 2 ], "overmap": "sewage_treatment_1_0_upper_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "sewage_treatment_0_0_-1_north" },
{ "point": [ 1, 0, -1 ], "overmap": "sewage_treatment_1_0_-1_north" },
{ "point": [ 2, 0, -1 ], "overmap": "sewage_treatment_2_0_-1_north" },
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
},
{
"type": "overmap_terrain",
"id": [ "sewage_treatment_1_0_roof", "sewage_treatment_1_1_roof" ],
"id": [ "sewage_treatment_1_0_roof", "sewage_treatment_1_1_roof", "sewage_treatment_1_0_upper_roof" ],
"name": "sewage treatment plant roof",
"sym": "P",
"color": "red",

0 comments on commit f9f2454

Please sign in to comment.