Survivor Jumpsuits now have seperated storage #53471
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
Content "Survivor Jumpsuits have separated storage"
Purpose of change
Part of #53455 this PR just tackles survivor armor (omitting fire suit and heavy survivor suit since they are currently on the cutting room floor). Moving their storage from the normal layer to the strapped layer.
Describe the solution
Added a new item "Survivor Distributed Rig" a lightweight and well balanced distributed storage system consisting of a tactical fanny pack, back pouch and two large upper leg pouches. This is a strapped layer item that covers the upper thighs and the lower torso. It has the exact same storage as the survivor suit and light survivor suit had before this change. The intent of this item is to allow use of tac vests and even the survivor harness while still having storage for goodies the player might need.
So all the old survivor armors still exist but have been moved to cutting_room.json. these could be migrated at a later date.
There are now survivor_jumpsuit versions which are:
All the old suit recipes are obsoleted and new jumpsuit recipes are added (in a new file under bespoke recipes) which:
There is a new recipe for the survivor distributed rig which takes some usual bits 2 fanny pack like things and drop leg pouches (or some similar equivalent). It takes at base 4hrs.
Describe alternatives you've considered
Adding blocked pockets and having peoples storage on their cool armors be non functional and frustrating.
Testing
Here are all the modified items:
New Rig:
Survivor Jumpsuit:
Winter Jumpsuit (fur):
Winter Jumpsuit (no fur):
Light Survivor Jumpsuit:
Survivor Wetsuit:
Additional context