fix: pactMaster achievement requires 12 pacts but only 9 guardians exist #42

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

Severity: Major

File: src/lib/game/data/achievements.ts (line 93)

Problem: The pactMaster achievement requires value: 12 pacts, but GUARDIANS in constants/guardians.ts only defines 9 guardians (floors 10, 20, 30, 40, 50, 60, 80, 90, 100). Floor 70 is missing from the guardian list. The player can never reach 12 pacts.

Impact: The pactMaster achievement is impossible to complete. Players who sign all 9 pacts will never receive the achievement or its reward (500 insight, 20% damage bonus, title).

Fix: Either:

  1. Change value: 12 to value: 9 to match the actual number of guardians, or
  2. Add 3 more guardians (e.g., floors 15, 35, 70) to reach 12 total
**Severity:** Major **File:** `src/lib/game/data/achievements.ts` (line 93) **Problem:** The `pactMaster` achievement requires `value: 12` pacts, but `GUARDIANS` in `constants/guardians.ts` only defines 9 guardians (floors 10, 20, 30, 40, 50, 60, 80, 90, 100). Floor 70 is missing from the guardian list. The player can never reach 12 pacts. **Impact:** The `pactMaster` achievement is impossible to complete. Players who sign all 9 pacts will never receive the achievement or its reward (500 insight, 20% damage bonus, title). **Fix:** Either: 1. Change `value: 12` to `value: 9` to match the actual number of guardians, or 3. Add 3 more guardians (e.g., floors 15, 35, 70) to reach 12 total
Anexim added the ai:todo label 2026-05-18 16:01:01 +02:00
n8n-gitea was assigned by Anexim 2026-05-18 16:01:01 +02:00
Author
Owner

[priority: 3] DATA/LOGIC BUG — pactMaster achievement requires 12 pacts but only 9 guardians exist.

[priority: 3] DATA/LOGIC BUG — pactMaster achievement requires 12 pacts but only 9 guardians exist.
Author
Owner

Starting work on #42. Will fix pactMaster achievement to require 9 pacts instead of 12 to match the actual number of guardians.

Starting work on #42. Will fix pactMaster achievement to require 9 pacts instead of 12 to match the actual number of guardians.
Author
Owner

Fixed. Changed pactMaster achievement requirement from value: 12 to value: 9 to match the actual number of guardians (9 guardians at floors 10,20,30,40,50,60,80,90,100).

Fixed. Changed pactMaster achievement requirement from value: 12 to value: 9 to match the actual number of guardians (9 guardians at floors 10,20,30,40,50,60,80,90,100).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#42