Skip to content

Commit

Permalink
Merge pull request #77574 from Milopetilo/more-param-conc
Browse files Browse the repository at this point in the history
Add more concrete walls to the parametrized walls palette
  • Loading branch information
Anton Burmistrov authored Nov 11, 2024
2 parents fd61a22 + 69b38b8 commit 25a3529
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
10 changes: 9 additions & 1 deletion data/json/mapgen_palettes/building.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_strconc_wall", 4 ],
[ "t_sconc_wall", 4 ]
]
}
}
},
"furniture": { "S": "f_sink" },
Expand Down
10 changes: 9 additions & 1 deletion data/json/mapgen_palettes/common_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_strconc_wall", 4 ],
[ "t_sconc_wall", 4 ]
]
}
}
},
"terrain": {
Expand Down
10 changes: 9 additions & 1 deletion data/json/mapgen_palettes/house_general_abandoned.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_strconc_wall", 4 ],
[ "t_sconc_wall", 4 ]
]
}
},
"window_type": {
"type": "ter_str_id",
Expand Down
10 changes: 9 additions & 1 deletion data/json/mapgen_palettes/house_general_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,15 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_strconc_wall", 4 ],
[ "t_sconc_wall", 4 ]
]
}
},
"house_fence_type": {
"type": "ter_str_id",
Expand Down

0 comments on commit 25a3529

Please sign in to comment.