Skip to content

Commit

Permalink
fix high tech low life start
Browse files Browse the repository at this point in the history
  • Loading branch information
curstwist committed Jan 28, 2020
1 parent 3da5eb4 commit afdea39
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 25 deletions.
29 changes: 14 additions & 15 deletions data/json/mapgen/basement/basement_bionic.json
Expand Up @@ -5,9 +5,14 @@
"om_terrain": [ "basement_bionic" ],
"weight": 100,
"object": {
"rotation": [ 0, 3 ],
"fill_ter": "t_rock_floor",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" |---------- ",
" |?..i|..LL| ",
" |/...+L...| ",
Expand All @@ -23,14 +28,8 @@
"|................|-----|",
"|......|+-|++|...|&...i|",
"|......|.W|..|...+....C|",
"|..}...|.F|<<|...|.cc.*|",
"|..}...|.F|.<|...|.cc.*|",
"------------------------",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "basement_game" ],
Expand Down Expand Up @@ -79,11 +78,17 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "basement" ],
"weight": 500,
"weight": 100,
"object": {
"rotation": [ 0, 3 ],
"fill_ter": "t_rock_floor",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ------ ",
" |..LL| ",
" |L...| ",
Expand All @@ -101,12 +106,6 @@
"|......|.W|..|...+....C|",
"|..}...|.F|<<|...|.cc.*|",
"------------------------",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "basement_game" ],
Expand Down
8 changes: 4 additions & 4 deletions data/json/mapgen/house/house09.json
Expand Up @@ -26,10 +26,10 @@
".#|||||||||| |||||+|||#.",
".#d IID| so.",
".#@@ h + y so.",
".#@@ |y |||+||||#.",
".#d E||+|Q #.",
".# R T|>>|UUdA ZW#.",
".####oo#####o##########.",
".#@@ | y|||+||||#.",
".#d E|+||Q #.",
".# R T|>q|UUdA ZW#.",
".####oo################.",
"...................^...."
],
"palettes": [ "standard_domestic_palette" ],
Expand Down
6 changes: 3 additions & 3 deletions data/json/mapgen_palettes/basement.json
Expand Up @@ -61,9 +61,9 @@
"terrain": {
" ": "t_rock",
"+": "t_door_c",
"-": "t_wall",
"-": "t_wall_w",
".": "t_rock_floor",
"<": "t_stairs_up",
"<": "t_wood_stairs_up",
"&": "t_rock_floor",
"*": "t_rock_floor",
"%": "t_rock_floor",
Expand Down Expand Up @@ -98,7 +98,7 @@
"l": "t_floor",
"B": "t_floor",
"M": "t_floor",
"|": "t_wall",
"|": "t_wall_w",
"1": "t_wall_log"
},
"furniture": {
Expand Down
2 changes: 1 addition & 1 deletion data/json/overmap/multitile_city_buildings.json
Expand Up @@ -319,7 +319,7 @@
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "house_09_north" },
{ "point": [ 0, 0, 1 ], "overmap": "house_09_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "basement" }
{ "point": [ 0, 0, -1 ], "overmap": "basement_bionic_north" }
]
},
{
Expand Down
Expand Up @@ -17,8 +17,7 @@
{
"type": "overmap_terrain",
"id": "basement_bionic",
"copy-from": "generic_city_house_basement",
"extend": { "flags": [ "NO_ROTATE" ] }
"copy-from": "generic_city_house_basement"
},
{
"type": "overmap_terrain",
Expand Down

0 comments on commit afdea39

Please sign in to comment.