Skip to content

Commit

Permalink
Added roof to speedway speaker roof access shack (#74629)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell authored Jun 17, 2024
1 parent 0700c0c commit e02b206
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/speedway.json
Original file line number Diff line number Diff line change
Expand Up @@ -923,5 +923,39 @@
"palettes": [ "roof_palette" ],
"terrain": { ".": "t_tile_flat_roof", "|": "t_wall_metal" }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "speedway_6_7_3" ],
"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 @@ -6664,6 +6664,7 @@
{ "point": [ 5, 7, 1 ], "overmap": "speedway_5_7_1_north" },
{ "point": [ 6, 7, 1 ], "overmap": "speedway_6_7_1_north" },
{ "point": [ 6, 7, 2 ], "overmap": "speedway_6_7_2_north" },
{ "point": [ 6, 7, 3 ], "overmap": "speedway_6_7_3_north" },
{ "point": [ 5, 10, 0 ], "locations": [ "land", "road" ] }
],
"occurrences": [ 50, 100 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
},
{
"type": "overmap_terrain",
"id": [ "speedway_6_7_1", "speedway_6_7_2" ],
"id": [ "speedway_6_7_1", "speedway_6_7_2", "speedway_6_7_3" ],
"copy-from": "generic_city_building_no_sidewalk",
"name": "announcer station",
"sym": "",
Expand Down

0 comments on commit e02b206

Please sign in to comment.