generated from nhcarrigan/template
balance: "fully equipped" achievement threshold is off #122
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Issue
The "fully equipped" achievement (or equivalent achievement for equipping all equipment slots) has a threshold that does not match the actual number of equipment slots in the game. This means the achievement either triggers too early (before all slots are filled) or requires more than the actual number of slots (making it impossible).
Expected Behaviour
The "fully equipped" achievement should require exactly the number of equipment slots available to the player, and should trigger precisely when all slots are filled.
Steps to Reproduce
apps/api/src/data/achievements.tspackages/types/src/interfaces/and count the actual number of equipment slot fieldsSuggested Fix
Update the achievement's required count to match the actual number of equipment slots.
Priority
🟢 Low — may make the achievement trivially completable or unreachable, but doesn't break the game
✨ This issue was created with help from Hikari~ 🌸