feat(balance): Adjust survivor suit crafting recipes#8237
Open
Soadreqm wants to merge 3 commits intocataclysmbn:mainfrom
Open
feat(balance): Adjust survivor suit crafting recipes#8237Soadreqm wants to merge 3 commits intocataclysmbn:mainfrom
Soadreqm wants to merge 3 commits intocataclysmbn:mainfrom
Conversation
…unt of kevlar needed
…ls, double amount of kevlar needed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose of change (The Why)
Survivor suits cover whole body with kevlar, but require only a simple vest as material. Metal variants use no metalworking tools.
Describe the solution (The How)
Doubled kevlar material requirement for all survivor suit variants (normal, light, heavy, superalloy, light superalloy, fire, wetsuit, scavenger gear). Half can still be substituted with a vest, other half needs to be loose plates. They now require a steel sewing needle and awl, on the basis that leather and kevlar are too tough for extensive to work with just a wooden needle. Also, I'm not sure if there's a single recipe in the game that actually uses a sewing awl, so it's nice to get some use out of it.
Further, the metal variants now require a forge and blacksmithing tools.
Describe alternatives you've considered
SEW 3 requirements means a sewing kit, LEATHER_AWL 2 is a steel sewing awl. A tailor's kit will have both. I think that by the time you're thinking of making survivor armor, finding these would be trivial, but I think it's still nice for flavor. And seriously, I couldn't find a single other recipe that used an awl, so maybe it should just be removed instead. That's out of scope here though.
Testing
Game loads. New crafting requirements appear in crafting menu.
Additional context
left: Before, right: after
Checklist
Mandatory
closes #1234in Summary of the PR so it can be closed automatically.mainso it won't cause conflict when updatingmainbranch later.