balance: "fully equipped" achievement threshold is off #122

Closed
opened 2026-03-23 15:42:53 -07:00 by hikari · 0 comments
Owner

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

  1. Open apps/api/src/data/achievements.ts
  2. Find the fully-equipped achievement and note its required count
  3. Open packages/types/src/interfaces/ and count the actual number of equipment slot fields
  4. Compare the two values

Suggested 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~ 🌸

## 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 1. Open `apps/api/src/data/achievements.ts` 2. Find the fully-equipped achievement and note its required count 3. Open `packages/types/src/interfaces/` and count the actual number of equipment slot fields 4. Compare the two values ## Suggested 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~ 🌸
naomi closed this issue 2026-03-23 17:28:31 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#122