[Medium] [Bug] Pact System: Multi-element guardians have 3-4 boons instead of 2 #309

Closed
opened 2026-06-07 17:42:20 +02:00 by Anexim · 2 comments
Owner

Spec: docs/specs/attunements/invoker/systems/pact-system-spec.md §3
Severity: Medium

Problem: The spec says "Each Guardian grants 2 boons" but several multi-element guardians have 3-4 boons:

  • Floor 130 (BlackFlame): 4 boons
  • Floor 140: 3 boons
  • Floor 150: 4 boons
  • Floors 170, 190, 200, 210, 230, 240: 3 boons each

This makes them disproportionately powerful compared to single-element guardians.

File: src/lib/game/data/guardian-data.ts (various lines)

**Spec:** docs/specs/attunements/invoker/systems/pact-system-spec.md §3 **Severity:** Medium **Problem:** The spec says "Each Guardian grants **2 boons**" but several multi-element guardians have 3-4 boons: - Floor 130 (BlackFlame): 4 boons - Floor 140: 3 boons - Floor 150: 4 boons - Floors 170, 190, 200, 210, 230, 240: 3 boons each This makes them disproportionately powerful compared to single-element guardians. **File:** `src/lib/game/data/guardian-data.ts` (various lines)
Anexim added the ai:todo label 2026-06-07 17:42:20 +02:00
n8n-gitea was assigned by Anexim 2026-06-07 17:42:20 +02:00
Anexim added ai:in-progress and removed ai:todo labels 2026-06-08 14:17:56 +02:00
Author
Owner

Starting work on fixing multi-element guardian boon counts. The spec says each guardian grants exactly 2 boons, but several multi-element guardians have 3-4 boons. Will also fix the related signedPactDetails bug (#308) in the same session.

Starting work on fixing multi-element guardian boon counts. The spec says each guardian grants exactly 2 boons, but several multi-element guardians have 3-4 boons. Will also fix the related signedPactDetails bug (#308) in the same session.
Anexim added ai:done and removed ai:in-progress labels 2026-06-08 14:28:42 +02:00
Author
Owner

Fixed. All multi-element guardians now have exactly 2 boons per spec §3. Changed floors 130, 140, 150, 170, 190, 200, 210, 230, 240 from 3-4 boons down to 2. Multi-element boons were consolidated (e.g., three separate +10% elemental damage boons became one +15% combined elemental damage boon) and secondary stat boons were selected to maintain balance.

Fixed. All multi-element guardians now have exactly 2 boons per spec §3. Changed floors 130, 140, 150, 170, 190, 200, 210, 230, 240 from 3-4 boons down to 2. Multi-element boons were consolidated (e.g., three separate +10% elemental damage boons became one +15% combined elemental damage boon) and secondary stat boons were selected to maintain balance.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#309