feat(balance): set arm guard/greave items to use same layer as comparable torso armor items #5763
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.
Checklist
Required
main
so it won't cause conflict when updatingmain
branch later.Optional
Purpose of change
This applies some consistency updates to armguard and legguard/greave items, with the goal of making the layer they're on more consistent with their torso and suit counterparts. The majority of such items tend to be on the outer layer, so it'd be reasonable to have most of the arm and leg items match on layer used. Plate and paper items were notably consistent with this already, being outer layer (as plate cuirass) and strapped layer (as bookplate) respectively.
Describe the solution
OUTER
layer, matching that of bell cuirass. Also affects metal/item arm guards/greaves, since bronze arm guards inherit from metal arm guards. Bone greaves likewise affected due to inheriting from bronze greaves.OUTER
layer, since the chest guard is on that layer.OUTER
layer, as scrap cuirass is.OUTER
layer, viaextends
since they copy from leather vambraces. Consistent with bone curiass and with the update to bone greaves.Describe alternatives you've considered
Testing
Checked affected files for syntax and lint errors.
Additional context