Skip to content

Commit 7a7d639

Browse files
author
Anton Burmistrov
authored
Fixed blocked nested chunks for hunting lodge's basement (#55064)
* Made entrance to nested chunks don't get blocked by wall * Made connection to the location a bit more logical
1 parent 2c41bdf commit 7a7d639

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

data/json/mapgen/hunting_lodge.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
".*W W*......",
1616
".*# YY YY AAAAAAAA a OOO >#*......",
1717
".%########+######################## ###%......",
18-
".*********G~~~~~~~~~~~~~~~~~~~~~~%# #***......",
19-
"~~~~~~~~~~G~~~~~~~~~~~*############ #*........",
20-
"oooooooooooooooo~~~~~~*w #%........",
21-
"oooooooooooooooo~~~~~~*#Y w*........",
18+
"ooooooooooGGGGGGG~~~~~~~~~~~~~~~~%# #***......",
19+
"ooooooooooooooooG~~~~~*############ #*........",
20+
"ooooooooooooooooG~~~~~*w #%........",
21+
"ooooooooooooooooG~~~~~*#Y w*........",
2222
"ooooooooooooooooGGGGGGG+ ttttt bw*........",
2323
"ooooooooooooooooGGGGGGG+ ttttt bw*........",
2424
"oooooooooooooooo~~~~~G*#Y w*........",
2525
"oooooooooooooooo~~~~~G*w w*........",
26-
"~~~~~~~~~~~~~~~~~~~~~G*##### ########*........",
27-
"~~~~~~~~~~~~~~~~~~~~~G***#<# #********........",
28-
"~~~~~~~~~~~~~~~~%~~~~GGGG+ # #%****...........",
26+
"oooooooooooooooo~~~~~G*##### ########*........",
27+
"oooooooooooooooo~~~~~G***#<# #********........",
28+
"oooooooooooooooo%~~~~GGGG+ # #%****...........",
2929
"......*###-###-###-######### #####*...........",
3030
".....0*#UU URU URU URU #12C 5 F#*...........",
3131
".....0*#R z C uW*...........",
@@ -95,17 +95,17 @@
9595
" %_______//______//______//____//______/% ",
9696
" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%_%%% ",
9797
" %_% ",
98-
" %%%%%%%%%%%%%%_% ",
99-
" %____________BB% ",
100-
" %______________% ",
101-
" %______________% ",
102-
" %______________% ",
103-
" %______________% ",
104-
" %______________% ",
105-
" %%%%%___%%%%%%%% ",
106-
" %<|___% ",
107-
" %_+___% ",
108-
" %%%%%%% ",
98+
" %%%%%%%%%%%%_% ",
99+
" %__________BB% ",
100+
" %____________% ",
101+
" %____________% ",
102+
" %____________% ",
103+
" %____________% ",
104+
" %____________% ",
105+
" %%%______%%%%% ",
106+
" %<%______% ",
107+
" %_+______% ",
108+
" %%%%%%%%%% ",
109109
" ",
110110
" ",
111111
" ",
@@ -118,7 +118,7 @@
118118
{ "chunks": [ [ "5x5_sauna_W", 30 ], [ "5x5_pool", 10 ], [ "5x5_gym_W", 60 ] ], "x": 24, "y": 1 },
119119
{
120120
"chunks": [ [ "room_6x6_woodworker", 5 ], [ "room_6x6_bike", 15 ], [ "room_6x6_office_E", 5 ] ],
121-
"x": 24,
121+
"x": 26,
122122
"y": 10
123123
}
124124
]

data/json/overmap/overmap_special/specials.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
{ "point": [ 0, 0, -1 ], "overmap": "lodge_basement_residential1_north" },
288288
{ "point": [ 1, 0, -1 ], "overmap": "lodge_basement_residential2_north" }
289289
],
290-
"connections": [ { "point": [ 0, -1, 0 ], "terrain": "road", "existing": true } ],
290+
"connections": [ { "point": [ -1, 0, 0 ], "terrain": "road", "existing": true, "from": [ 0, 0, 0 ] } ],
291291
"locations": [ "land", "swamp" ],
292292
"city_distance": [ 15, -1 ],
293293
"city_sizes": [ 0, 12 ],

0 commit comments

Comments
 (0)