Skip to content

Commit

Permalink
Merge pull request #75182 from haveric/fix-house-detached-5
Browse files Browse the repository at this point in the history
Fix house_detatched5's basement and roof
  • Loading branch information
Maleclypse authored Jul 24, 2024
2 parents f5d14b3 + 4c683cf commit e4519e0
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions data/json/mapgen/house/house_detatched5.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ---------------------- ",
" -....................- ",
" ------------ ------ ",
" -..........------....- ",
" -..............X.....5 ",
" -....................- ",
" -....................- ",
Expand Down Expand Up @@ -124,21 +124,21 @@
"fill_ter": "t_thconc_floor",
"rows": [
" ",
" ||||||||||||||||||||| ",
" |2........1.........| ",
" |...................| ",
" |...................| ",
" ||...................| ",
" |z...................| ",
" |||||||||||| |||||| ",
" |1.........||||||zFz.| ",
" |..........2.........| ",
" |....................| ",
" |....................| ",
" |...................<| ",
" |....................| ",
" |....................| ",
" |g...................| ",
" |....................| ",
" |.....z..............| ",
" |<..zFz..............| ",
" |%%+%||||||||||||||||| ",
" |....| ",
" |JWZJ| ",
" |||||| ",
" |g..................z| ",
" |||||%%+%%|||||||||||| ",
" |.....| ",
" |.....| ",
" |JWZJz| ",
" ||||||| ",
" ",
" ",
" ",
Expand All @@ -155,22 +155,27 @@
[ "null", 70 ],
[ "room_6x6_guns_E", 2 ],
[ "room_6x6_guns_S", 2 ],
[ "room_6x6_guns_W", 2 ],
[ "room_6x6_junk_E", 30 ],
[ "room_6x6_junk_S", 30 ],
[ "room_6x6_junk_W", 30 ],
[ "room_6x6_office_E", 30 ],
[ "room_6x6_office_S", 30 ],
[ "room_6x6_office_W", 30 ],
[ "room_6x6_brewer_E", 10 ],
[ "room_6x6_brewer_S", 10 ]
[ "room_6x6_brewer_S", 10 ],
[ "room_6x6_brewer_W", 10 ]
]
},
"1": {
"chunks": [
[ "null", 70 ],
[ "room_10x10_woodworker_W", 20 ],
[ "room_10x10_guns_W", 7 ],
[ "room_10x10_pool_W", 2 ],
[ "room_10x10_junk_W", 30 ],
[ "room_10x10_recording_studio_W", 20 ]
[ "8x8_gym_E", 20 ],
[ "8x8_gym_S", 20 ],
[ "room_8x8_junk_E", 30 ],
[ "room_8x8_junk_S", 30 ],
[ "room_8x8_hobby_E", 20 ],
[ "room_8x8_hobby_S", 20 ]
]
}
}
Expand Down

0 comments on commit e4519e0

Please sign in to comment.