Skip to content

Commit

Permalink
feat(content): bungalow 25 (#3523)
Browse files Browse the repository at this point in the history
bungalow 25

add bungalow 25
  • Loading branch information
LilShiningMan authored Nov 3, 2023
1 parent 9b31f27 commit daddaec
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 0 deletions.
106 changes: 106 additions & 0 deletions data/json/mapgen/house/bungalow25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
[
{
"type": "mapgen",
"om_terrain": "bungalow25",
"weight": 250,
"method": "json",
"object": {
"palettes": [
"standard_domestic_palette",
"standard_domestic_lino_kitchen",
"standard_domestic_lino_bathroom",
"standard_domestic_landscaping_palette"
],
"fill_ter": "t_floor",
"rows": [
".?---------p............",
".#{{{{{##*o###%%^##o##..",
".#-----|$ L|q#%%##8_t#..",
".#-----|R b|+#oo#Q__So%.",
".#-----|R +__BB#%.",
".#-----|R ||+|||||||#..",
".#-----|R y|b zz|D dd#..",
".#-----+ V| | ¤#..",
".#-----| V|& /| @@o%.",
".#|||||| |||||| @@o%.",
".#1_4_y + ¤#..",
".o5_7_ s`l`H|+|#oo##..",
".oO_JA x`l`H| Z#=,,(..",
".#F_J_ s`l`H| Wo=,,(..",
"^#3___ ```T|UU#=,,(..",
".#2_66 E |####,,G(..",
".#|||| y#,,,,,K(..",
".#v d|+| `h`` ¶,,,,,K(..",
".#|+|| | hffh o,,,,,G(..",
".# | `ff` #((,,(((..",
".# @@ | hffh #%........",
".#¤@@¤D|y``h`y#%........",
".##oo#####oo###%........",
"........................"
],
"terrain": {
"#": "t_wall_b",
"_": "t_linoleum_gray",
"A": "t_linoleum_gray",
"-": "t_concrete",
",": "t_floor_noroof",
"0": [ [ "t_shrub", 2 ], "t_shrub_strawberry", "t_shrub_blueberry" ],
"(": "t_railing_v",
"{": "t_door_metal_locked",
"?": "t_gates_mech_control",
"`": "t_carpet_green",
"h": "t_carpet_green",
"f": "t_carpet_green",
"T": "t_carpet_green",
"H": "t_carpet_green",
"l": "t_carpet_green",
"K": "t_floor_noroof",
"G": "t_floor_noroof"
},
"furniture": { "$": "f_rack", "&": "f_ergometer", "/": "f_treadmill", "=": "f_rack" },
"items": {
"=": [ { "item": "sports", "chance": 30 }, { "item": "camping", "chance": 30 } ],
"$": { "item": "clothing_outdoor_shoes", "chance": 50 }
},
"place_loot": [ { "item": "television", "x": 9, "y": 12 } ],
"place_vehicles": [ { "vehicle": "car", "x": 4, "y": 5, "chance": 15, "status": 80, "rotation": 90 } ]
}
},
{
"type": "mapgen",
"om_terrain": "bungalow25_roof",
"weight": 250,
"method": "json",
"object": {
"palettes": [ "roof_palette" ],
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ------------- ----- ",
" -...........- 5-...- ",
" -...........----....- ",
" -...................- ",
" -...................- ",
" -...................- ",
" -....X..............- ",
" -...................- ",
" -...................- ",
" -...................- ",
" -...............----- ",
" -.&.............- ",
" -...............- ",
" 5...............- ",
" -............---- ",
" -............- ",
" -.......oooo.- ",
" -.......oooo.- ",
" -.......oooo.- ",
" -.......oooo.- ",
" -............- ",
" -------------- ",
" "
],
"terrain": { ".": "t_shingle_flat_roof" }
}
}
]
9 changes: 9 additions & 0 deletions data/json/overmap/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,15 @@
{ "point": [ 0, 0, 1 ], "overmap": "bungalow24_roof_north" }
]
},
{
"type": "city_building",
"id": "bungalow25",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "bungalow25_north" },
{ "point": [ 0, 0, 1 ], "overmap": "bungalow25_roof_north" }
]
},
{
"type": "city_building",
"id": "urban_1_house",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"bungalow22",
"bungalow23",
"bungalow24",
"bungalow25",
"duplex",
"garden_house_1_floor_1",
"garden_house_1_floor_2",
Expand Down Expand Up @@ -274,6 +275,7 @@
"bungalow22_roof",
"bungalow23_roof",
"bungalow24_roof",
"bungalow25_roof",
"duplex_roof",
"garden_house_1_roof",
"house_01_roof",
Expand Down
1 change: 1 addition & 0 deletions data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@
"bungalow22": 50,
"bungalow23": 50,
"bungalow24": 50,
"bungalow25": 50,
"house_w_1": 50,
"house_two_story_basement": 50,
"house_crack1": 5,
Expand Down

0 comments on commit daddaec

Please sign in to comment.