Changes hair dye barter price to a more reasonable amount #77686
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
Bugfixes "Reduces hair dye barter price to a reasonable amount."
Purpose of change
Hair dye was absurdly overpriced with a price_postapoc at 30 USD. Resolves #77683
Describe the solution
Changes the price_postapoc for the root item that all dyes copy-from to 50 cents. This is in line with other items that aren't completely worthless but not high in demand due to being an unnecessary luxury item that doesn't benefit immediate survival. For example, a gold ring is also listed as being price_postapoc of 50 cents.
Describe alternatives you've considered
Making the price two or three USD instead. I didn't go with this option because I compared hair dye with smoked meat, which is a price_postapoc of 2 USD, and is genuinely useful to a post apocalyptic survivor, whereas hair dye is just a luxury item purely for vanity.
Testing
Additional context