Skip to content

Commit

Permalink
Fix holes in libraries (#63484)
Browse files Browse the repository at this point in the history
* Fix holes in libraries

Fixes libraries spawning with large holes in the floor by removing "bash"

* Update fix

* update
  • Loading branch information
Paleiste authored Feb 8, 2023
1 parent 387e0fe commit 59eeb52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/mapgen/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"........................"
],
"palettes": [ "standard_building_palette_vandalized", "vandalized_library_palette" ],
"set": [ { "point": "bash", "x": [ 4, 21 ], "y": [ 5, 21 ], "repeat": [ 30, 100 ] } ],
"place_rubble": [ { "x": [ 4, 21 ], "y": [ 5, 21 ], "repeat": [ 30, 100 ] } ],
"nested": { "|": { "chunks": [ [ "bile_field", 10 ], [ "shelter_graffiti", 5 ], [ "general_graffiti", 20 ], [ "null", 75 ] ] } },
"place_nested": [ { "chunks": [ [ "null", 80 ], [ "fire_field", 20 ] ], "x": [ 10, 20 ], "y": [ 9, 19 ] } ]
}
Expand Down Expand Up @@ -204,7 +204,7 @@
"..........######o####..."
],
"palettes": [ "standard_building_palette_vandalized", "vandalized_library_palette" ],
"set": [ { "point": "bash", "x": [ 4, 21 ], "y": [ 5, 21 ], "repeat": [ 30, 100 ] } ],
"place_rubble": [ { "x": [ 4, 21 ], "y": [ 5, 21 ], "repeat": [ 30, 100 ] } ],
"nested": { "|": { "chunks": [ [ "bile_field", 10 ], [ "shelter_graffiti", 5 ], [ "general_graffiti", 20 ], [ "null", 75 ] ] } },
"place_nested": [ { "chunks": [ [ "null", 80 ], [ "fire_field", 20 ] ], "x": [ 3, 22 ], "y": [ 10, 14 ] } ],
"place_monsters": [ { "monster": "GROUP_MAYBE_ZOMBIE", "x": [ 16, 21 ], "y": [ 5, 7 ], "density": 1 } ]
Expand Down Expand Up @@ -343,7 +343,7 @@
"...........###########.."
],
"palettes": [ "standard_building_palette_vandalized", "vandalized_library_palette" ],
"set": [ { "point": "bash", "x": [ 4, 21 ], "y": [ 5, 21 ], "repeat": [ 30, 100 ] } ],
"place_rubble": [ { "x": [ 4, 21 ], "y": [ 5, 21 ], "repeat": [ 30, 100 ] } ],
"nested": {
"G": { "chunks": [ "roof_6x6_garden_1" ] },
"|": { "chunks": [ [ "bile_field", 10 ], [ "shelter_graffiti", 5 ], [ "general_graffiti", 20 ], [ "null", 75 ] ] }
Expand Down

0 comments on commit 59eeb52

Please sign in to comment.