generated from nhcarrigan/template
fix: correct equipment balance and sort items by stat power #69
Reference in New Issue
Block a user
Delete Branch "fix/equipment-duplicate-combat-multiplier"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two improvements to the equipment system in one PR:
Balance fixes (closes #54)
Full equipment audit revealed 9 items with duplicated stats, regressions, or purchasable items weaker than free boss drops:
Equipment sorting (closes #55)
Equipment cards within each slot now render in ascending order of combined bonus power — the sum of all multiplier bonuses — so stronger items always appear further down the list. Hybrid items such as Volcanic Plate sort correctly without needing a per-slot primary stat.
Test plan
✨ This PR was created with help from Hikari~ 🌸
fix: correct equipment stat regressions and purchasable item balanceto fix: correct equipment balance and sort items by stat power