Update the standard building palette #72164
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Infrastructure "Update the standard building palette"
Purpose of change
I was planning on putting the library from urban development into the game with some updates, and upon looking at what palettes the library already in the game used, I discovered that the
standard_building
palette didn't have parametrized walls and vandalized variants had to be manually added.Describe the solution
Make the palette use params for walls and give the palette a chance to be a vandalized version. I've mostly gotten the logic from
domestic_general_and_variant_palette
.Describe alternatives you've considered
Not do this
Make it have more levels of vandalism/destruction
Testing
Game loads, omts that used the palette properly use the new palette
Additional context