Skip to content

Commit

Permalink
Merge pull request #77679 from Milopetilo/adobe-more-like-agone
Browse files Browse the repository at this point in the history
Remove adobe & rock walls from param wall palette
  • Loading branch information
Maleclypse authored Nov 8, 2024
2 parents fed6481 + 46ebf27 commit a7ba664
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
10 changes: 1 addition & 9 deletions data/json/mapgen_palettes/building.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,7 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_adobe_brick_wall", 1 ]
]
}
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
}
},
"furniture": { "S": "f_sink" },
Expand Down
10 changes: 1 addition & 9 deletions data/json/mapgen_palettes/common_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_adobe_brick_wall", 1 ]
]
}
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
}
},
"terrain": {
Expand Down
10 changes: 1 addition & 9 deletions data/json/mapgen_palettes/house_general_abandoned.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_adobe_brick_wall", 1 ]
]
}
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
},
"window_type": {
"type": "ter_str_id",
Expand Down
10 changes: 1 addition & 9 deletions data/json/mapgen_palettes/house_general_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,7 @@
},
"exterior_wall_type": {
"type": "ter_str_id",
"default": {
"distribution": [
[ "t_brick_wall", 6 ],
[ "t_rock_wall", 3 ],
[ "t_wall_wood", 3 ],
[ "t_concrete_wall", 4 ],
[ "t_adobe_brick_wall", 1 ]
]
}
"default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] }
},
"house_fence_type": {
"type": "ter_str_id",
Expand Down

0 comments on commit a7ba664

Please sign in to comment.