Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Survivor Jumpsuits now have seperated storage #53471

Merged
merged 6 commits into from
Dec 17, 2021

Conversation

bombasticSlacks
Copy link
Contributor

@bombasticSlacks bombasticSlacks commented Dec 15, 2021

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:

  • just the armor with small .5L pants pockets.
  • Have fixed encumbrance since they no longer have real storage.
  • The encumbrance values in all cases are set as the values they had before this change when empty.

All the old suit recipes are obsoleted and new jumpsuit recipes are added (in a new file under bespoke recipes) which:

  • don't need any of the storage bits the old recipes did.
  • They also take 2hrs less each (since you aren't integrating the storage)
  • One notable change is you can't use an armored vest to make the new jumpsuits its a universally padded jumpsuit, not just reinforced on the chest and a single ballistic vest doesn't have enough inserts to pad the whole suit (currently in game it's about three vests worth of material which still seems low).

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:
image

Survivor Jumpsuit:
image
image

Winter Jumpsuit (fur):
image
image

Winter Jumpsuit (no fur):
image
image

Light Survivor Jumpsuit:
image
image

Survivor Wetsuit:
image

Additional context

@github-actions github-actions bot added the astyled astyled PR, label is assigned by github actions label Dec 15, 2021
@BrettDong BrettDong added [JSON] Changes (can be) made in JSON Items: Armor / Clothing Armor and clothing labels Dec 15, 2021
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Dec 15, 2021
@SirPendrak
Copy link
Contributor

Can this new Rig be worn without conflicts with backpacks? If no, can there be one that fits?
And why is firesuit marked for being removed? Its not OP like heavy suit nor unrealistic, at least at first glance.

@bombasticSlacks
Copy link
Contributor Author

I can't address the fire suit stuff however this can be worn with a backpack, as well as a front slung rifle, a tac vest etc. The rig only covers upper legs and lower torso. In all the changes I plan to make I don't think any will conflict with backpacks.

@github-actions github-actions bot added BasicBuildPassed This PR builds correctly, label assigned by github actions and removed BasicBuildPassed This PR builds correctly, label assigned by github actions labels Dec 15, 2021
@I-am-Erk I-am-Erk merged commit 18fdf1a into CleverRaven:master Dec 17, 2021
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Items: Armor / Clothing Armor and clothing [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants