Skip to content

Commit

Permalink
Added roof to state park shack
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jun 16, 2024
1 parent ae7671a commit ab41297
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
34 changes: 34 additions & 0 deletions data/json/mapgen/park_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,39 @@
{ "vehicle": "parking_garage", "x": 28, "y": 11, "chance": 4, "rotation": 270 }
]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "state_park_1_0_1" ],
"object": {
"rows": [
" --- ",
" -.- ",
" -.- ",
" -.- ",
" --- ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"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 @@ -3006,6 +3006,7 @@
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "state_park_0_0_north" },
{ "point": [ 1, 0, 0 ], "overmap": "state_park_1_0_north" },
{ "point": [ 1, 0, 1 ], "overmap": "state_park_1_0_1_north" },
{ "point": [ 0, 1, 0 ], "overmap": "state_park_0_1_north" },
{ "point": [ 1, 1, 0 ], "overmap": "state_park_1_1_north" },
{ "point": [ 1, -1, 0 ], "locations": [ "land", "road" ] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
{
"type": "overmap_terrain",
"id": [ "state_park_0_0", "state_park_0_1", "state_park_1_0", "state_park_1_1" ],
"id": [ "state_park_0_0", "state_park_0_1", "state_park_1_0", "state_park_1_1", "state_park_1_0_1" ],
"copy-from": "generic_city_building_no_sidewalk",
"name": "state park",
"sym": "S",
Expand Down

0 comments on commit ab41297

Please sign in to comment.