Adds repairs_like for cataphract armor and allows Thessalonian bronze to be repaired like normal bronze #56372
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 "Cataphract armor and legguards are no longer very difficult to repair/refit/etc in normal play, and can be repaired in a similar way to normal bronze"
Purpose of change
Cataphract armor and leggings can technically be refitted, repaired, and reinforced using a sewing kit (since it has leather), but since it's uncraftable and lacks a
repairs_like
, it's almost impossible to actually do so unless you have an extremely high tailoring skill. Unlike normal bronze, it also cannot be repaired using the usual tools (welders and such) because it isn't defined in their item defs, even though Thessalonian bronze has scrap bronze defined as a repair material.Fixes #52521
Describe the solution
fancy_bronze
to the materials list for the arc welder, makeshift arc welder, and extended multitool. Also added it to the blacksmith repair kit in the Innawoods mod.Describe alternatives you've considered
repairs_like
and continue to not let Thessalonian bronze be repairable using the traditional methods. I'm fine with that if we'd like to go that route.Testing
Spawn in some cataphract armor and try different tailoring skills to refit/etc it. See that you can only do things like refitting at level 10 tailoring. Apply changes and see that the issue's fixed.
Additional context
N/A