[Low] [Bug] [Spec-Inconsistency] Achievement count: GAME_BRIEFING says 24 total but only lists 22 #283

Closed
opened 2026-06-05 02:16:10 +02:00 by Anexim · 3 comments
Owner

Type: Spec / Spec inconsistency
Priority: Low

GAME_BRIEFING.md §Achievement System says:

Categories (24 Total)

But the table only lists:

  • Combat: 9 achievements
  • Progression: 3 achievements
  • Magic: 6 achievements
  • Crafting: 3 achievements
  • Special: 3 achievements

Total: 9+3+6+3+3 = 24

However, the actual achievement data file (data/achievements.ts) should be checked to confirm there are exactly 24 achievements defined. The spec and code should match.

Recommendation: Verify the achievement count in data/achievements.ts matches the 24 described in GAME_BRIEFING.

**Type:** Spec / Spec inconsistency **Priority:** Low **GAME_BRIEFING.md §Achievement System** says: > Categories (24 Total) But the table only lists: - Combat: 9 achievements - Progression: 3 achievements - Magic: 6 achievements - Crafting: 3 achievements - Special: 3 achievements Total: 9+3+6+3+3 = **24** ✓ However, the actual achievement data file (`data/achievements.ts`) should be checked to confirm there are exactly 24 achievements defined. The spec and code should match. **Recommendation:** Verify the achievement count in `data/achievements.ts` matches the 24 described in GAME_BRIEFING.
Anexim added the ai:todo label 2026-06-05 02:16:10 +02:00
n8n-gitea was assigned by Anexim 2026-06-05 02:16:10 +02:00
Author
Owner

ultimate truth: achievements have not been fully fleshed out yet. verify the actual achievement count and update the docs

ultimate truth: achievements have not been fully fleshed out yet. verify the actual achievement count and update the docs
Author
Owner

RESOLVED — Audited data/achievements.ts. Found exactly 24 achievement definitions matching the GAME_BRIEFING count. Breakdown: Combat=9 (firstBlood, floorClimber, spireAssault, towerConqueror, spireMaster, apexReached, hundredDamage, thousandDamage, tenThousandDamage), Progression=3, Magic=6, Crafting=3, Special=3. Total = 24. ✓

**RESOLVED** — Audited `data/achievements.ts`. Found exactly 24 achievement definitions matching the GAME_BRIEFING count. Breakdown: Combat=9 (firstBlood, floorClimber, spireAssault, towerConqueror, spireMaster, apexReached, hundredDamage, thousandDamage, tenThousandDamage), Progression=3, Magic=6, Crafting=3, Special=3. Total = 24. ✓
Anexim added ai:done and removed ai:todo labels 2026-06-05 14:30:21 +02:00
Author
Owner

RESOLVED — Audited data/achievements.ts. Found exactly 24 achievement definitions matching the GAME_BRIEFING count. ✓

✅ RESOLVED — Audited data/achievements.ts. Found exactly 24 achievement definitions matching the GAME_BRIEFING count. ✓
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#283