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
SUMMARY: Content "FEMA camp jsonify"
Purpose of change
Continuation of hardcode-to-json mapgen conversion.
Describe the solution
Extensively used nested mapgen. The whole location is a compilation of previous hardcoded mapgen, jsonified mapgen of FEMA camp from #34081, and lots of my own additions here and there.
There are 4 variants of lodging (communal and individual tents), 2 variants of sanitary facilities (toilets/showers/medical station), 1 variant of corpse pit, 3 variants of mess hall, 2 variants of supply storages, 1 variant of entry, and 1 variant of lab.
I significantly increased number of monsters in the location as it felt like there were too few of them for such a big camp.
I added two searchlights (with a plutonium generator to power it) and sandbag barricades to the entry.
Removed all mentions of hardcoded FEMA camp (as well as earlier jsonified hazardous waste sarcophagus) mapgen.
Describe alternatives you've considered
None.
Testing
Debug-spawned the location many times to see if everything is ok.
Additional context
Upper part (one of many variants)
Lower part of variant above
Upper part (another variant)
Lower part of variant above