Skip to content

Commit

Permalink
Added roof to LIXA guard shack
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jun 15, 2024
1 parent 175eae4 commit 40ca33a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
35 changes: 35 additions & 0 deletions data/json/mapgen/LIXA_mapgen.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,41 @@
"signs": { "P": { "signage": "NO TRESPASSING: By order of the United States Department of Energy" } }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "LIXA_road_guard_roof",
"object": {
"fill_ter": "t_open_air",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" --------- ",
" -.......- ",
" -.......- ",
" -.......- ",
" -.......- ",
" --------- ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ]
}
},
{
"type": "mapgen",
"method": "json",
Expand Down
3 changes: 2 additions & 1 deletion data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -6723,7 +6723,8 @@
{ "point": [ 1, 4, 0 ], "overmap": "LIXA_road_north" },
{ "point": [ 1, 5, 0 ], "overmap": "LIXA_road_north" },
{ "point": [ 1, 6, 0 ], "overmap": "LIXA_road_north" },
{ "point": [ 1, 7, 0 ], "overmap": "LIXA_road_guard_north" }
{ "point": [ 1, 7, 0 ], "overmap": "LIXA_road_guard_north" },
{ "point": [ 1, 7, 1 ], "overmap": "LIXA_road_guard_roof_north" }
],
"connections": [ { "point": [ 1, 8, 0 ], "terrain": "road", "connection": "local_road", "existing": true, "from": [ 1, 7, 0 ] } ],
"city_distance": [ 3, -1 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
{
"type": "overmap_terrain",
"id": [ "LIXA_road_guard" ],
"id": [ "LIXA_road_guard", "LIXA_road_guard_roof" ],
"name": "research facility checkpoint",
"sym": "l",
"color": "light_gray",
Expand Down

0 comments on commit 40ca33a

Please sign in to comment.