Skip to content

Commit

Permalink
Merge pull request #79440 from John-Candlebury/afs-manhole
Browse files Browse the repository at this point in the history
Aftershock: Add manhole road mapgen to exoplanet
  • Loading branch information
Maleclypse authored Jan 31, 2025
2 parents a6de666 + bb09a00 commit 198e70a
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions data/mods/aftershock_exoplanet/Map/mapgen/road.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,60 @@
}
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "road_nesw_manhole" ],
"object": {
"predecessor_mapgen": "field",
"rows": [
"2 ..........2........ ",
" .................... ",
"..1.....1..........1....",
"..............1.........",
"........................",
"1..1.............1......",
".........1.....1........",
"........................",
"..1.....................",
"......1.....1...........",
"...................1....",
"........................",
"..1......1....1.........",
"........................",
".....1..................",
".........1.......1......",
"....1...................",
"........................",
"........................",
"....1......1............",
"........................",
"........................",
" .................... ",
" .................... "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": { ".": "t_pavement" },
"nested": {
"1": { "chunks": [ [ "road_crater", 50 ], [ "null", 50 ] ] },
"2": {
"chunks": [
[ "formless_ruins_ribs1", 5 ],
[ "formless_ruins_empty1", 5 ],
[ "formless_ruins_empty2", 5 ],
[ "formless_ruins_empty3", 5 ],
[ "formless_ruins_empty4", 5 ],
[ "null", 80 ]
]
}
}
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "road_four_way" ],
"weight": 100000,
"object": {
"predecessor_mapgen": "field",
"rows": [
Expand Down

0 comments on commit 198e70a

Please sign in to comment.