feat(balance): update uncrafts for small items #4147
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.
Purpose of change
A bunch of clothing items have built-in salvage recipes due to salvage-by-weight fuckery that are basically a salvage recipe except they return an actual amount of material that exists. They generally works fine, though one major drawback is you can salvage in complete darkness, while the
BLIND_HARD
flag isn't actually enough to allow uncrafting in complete darkness.Also turns out if the item is too small to salvage into anything it's automatically excluded, so some items need uncrafts added to them.
Describe the solution
BLIND_EASY
flag, which is what you need to actually mimic the full ability to salvage in the dark. Includes some uncrafts that were also dead simple as fuck but lacked a recipe flag entirely.Describe alternatives you've considered
Testing
Additional context
Checklist