Furniture and terrain can have custom field sprites #55416
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
Features "Furniture and terrain can have custom field sprites"
Purpose of change
Someone on the discord made a fantastic fire barrel sprite that was animated. It didn't work in game instead showing the basic fire sprite. So I've made it so fields can have specific sprites for furniture / terrain similar to #52632
Describe the solution
Made the layering.json more robust so it can handle an array of field variants as well per context
Renamed some of the json keys to support this more clearly
Describe alternatives you've considered
Testing
fire barrel working in game.
tested some other layer stuff (like toilet water) to make sure they didn't break
Additional context