Add makeshift cane and crutch items and recipes, add CRUTCH tag to hollow cane #54944
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
Content "Add makeshift walking cane and crutch items and recipes, add CRUTCH tag to hollow cane"
Purpose of change
With a broken leg, the player has no way to craft a cane or crutch. The existing cane and crutch are only available via random drops. The hollow cane does not have the
CRUTCH
tag so cannot be used as a crutch.Describe the solution
Add
makeshift walking cane
andmakeshift crutch
items and recipes so a player can craft aCRUTCH
. Add theCRUTCH
tag to the existinghollow cane
item as well.Testing
Started new character, verified new items were available to be crafted. Broke leg via debug, and verified that the new
makeshift walking cane
,makeshift crutch
, and existinghollow cane
all worked a a crutch when wielded.Additional context
I made guesses here for the recipes and item stats. The makeshift cane and makeshift crutch items were mostly copied from the walking cane and crutch items, but with debuffed stats. I'm not sure if these are properly chosen, though. The added recipes were also guesses based on some other similar recipes.