-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add base pool house Adds basis of house, adds to region settings * Shower area thing * Finalize house * Change entrance * Fix roof * spawns
- Loading branch information
1 parent
fc26b93
commit ce88e13
Showing
4 changed files
with
105 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ [ "urban_22_1", "urban_22_2" ] ], | ||
"weight": 250, | ||
"object": { | ||
"fill_ter": "t_floor", | ||
"rows": [ | ||
".....................p!---!.....................", | ||
"..........[...........!---!...[.................", | ||
"....%%................!---!...%%%%..............", | ||
"..###oo#######oo####oo##*######oo###o#######..[.", | ||
"..#R VMMVT13 hhhhh y:÷````:yn6J6J +~~~o%...", | ||
"..#R fffff :`````: |8St#....", | ||
"..#R fffff :`````¶ ||||#....", | ||
"..#R hhhhh :`````:7 #....", | ||
"..#R ETE y:`````:1352OF4Y HHHT#....", | ||
"[.#||||+|||#:::::::::¶##`````#:::::::# #.[..", | ||
"..#BBb| RRR#`````````````````````````¶ ll #....", | ||
"..o~~~+ #`````````````````````````: #....", | ||
"..#8St| r:``---------------------``: xxxy#....", | ||
".^#|||| hr:``-,,,,,,,,,,,,,,,,,,,-``#+#####....", | ||
".%#¤ r:₸`-,,,,,,,,,,,,,,,,,,,-````%.^._....", | ||
".%o@@ y#₸`-,,,,,,,,,,,,,,,,,,,-````%..._....", | ||
".%o@@ D#₸`-,,,,,,,,,,,,,,,,,,,-``#+#####....", | ||
"..#¤ D#``-,,,,,,,,,,,,,,,,,,,-``#~~~~Q#....", | ||
"..#####oo###``-,,,,,,,,,,,,,,,,,,,-``o~~~~9#....", | ||
".._%......[.``-,,,,,,,,,,,,,,,,,,,-``#~~~~9#....", | ||
".._..!%..!%.``---------------------``#ZWg~Q#..[.", | ||
".._.%.!X.%..`````````````````````````#######....", | ||
".._.[....!..`````````````````````````_..........", | ||
"..____________________________________.........." | ||
], | ||
"palettes": [ "domestic_general_and_variant_palette", "standard_domestic_lino_bathroom", "standard_domestic_landscaping_palette" ], | ||
"terrain": { | ||
"b": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" }, | ||
"g": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" }, | ||
"Z": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" }, | ||
"W": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" }, | ||
"p": "t_region_groundcover_urban", | ||
"_": "t_region_groundcover_urban", | ||
"₸": "t_concrete", | ||
"÷": "t_concrete", | ||
",": "t_water_pool" | ||
}, | ||
"furniture": { "_": "f_hedge_tall" }, | ||
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 13, "y": 0 } ], | ||
"place_loot": [ { "item": "television", "x": 40, "y": 12, "chance": 100 } ], | ||
"place_monster": [ { "group": "GROUP_MAPGEN_POOL", "x": 20, "y": 13 }, { "group": "GROUP_MAPGEN_POOL", "x": 29, "y": 18 } ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ [ "urban_22_1_roof", "urban_22_2_roof" ] ], | ||
"object": { | ||
"fill_ter": "t_flat_roof", | ||
"rows": [ | ||
" ", | ||
" ", | ||
" ", | ||
" ------------------------------------------ ", | ||
" -....................- -.............- ", | ||
" -....................- -.............- ", | ||
" -....................- -.............- ", | ||
" -....................- -.............- ", | ||
" -....................- -....&........- ", | ||
" -........------------- ---------.....- ", | ||
" -........- -.....- ", | ||
" -........- -.....- ", | ||
" -........- -..NX.- ", | ||
" 5........- ----5-- ", | ||
" -.....A..- ", | ||
" -........- ", | ||
" -........- ------- ", | ||
" -........- -.....- ", | ||
" ---------- -...M.- ", | ||
" -.....- ", | ||
" -.....- ", | ||
" ------- ", | ||
" ", | ||
" " | ||
], | ||
"palettes": [ "roof_palette" ] | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters