Correct Pile of Leaves Desconstruct/Bash #73937
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
Balance "Adjust Pile of Leaves Deconstruct/Smash"
Purpose of change
Pile of leaves (construction/bed) was built of handful of leaves, but deconstructed/smashed into 100% withered plants. This mean the player could rapidly convert handfuls of leaves (almost no value) to withered plants (more value), by the hundreds and in short periods of time. It's also worth pointing out that withered plants reflect 'dead' leaves, which irl takes time and should not be the disassembly at all imo.
Describe the solution
I changed the disassembly/smash results to leaves instead of withered plants.
I also attempted to balance their numbers as the process should not 'cost' very many leaves in terms of damaged/removed. So, for deconstruction, I made it give back 80% of the initial investment. For Bash I gave it 50%-60% range on return. We have no 'broken' leaf item, which realistically they would just shred or crumble to dust anyway so whatever.
Describe alternatives you've considered
Not doing it, or possibly adding some withered plants to the drops/deconstruct, I just feel them magically withering away makes no sense.
Testing
I did not test this, I just did math and changed like 3 words
Additional context
Closes #73932