[Medium] [Bug] Mana Conversion: Wrong difficulty/scaling factors for Shadow Glass and Stellar #295

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

Spec: docs/specs/mana-conversion-spec.md §4
Severity: Wrong value

Problem: In src/lib/game/data/disciplines/elemental-regen-advanced.ts:

  • Shadow Glass (line 165): difficultyFactor: 175, scalingFactor: 88 — spec says 170, 85
  • Stellar (line 207): difficultyFactor: 230, scalingFactor: 115 — spec says 240, 120

File: src/lib/game/data/disciplines/elemental-regen-advanced.ts:165,207

**Spec:** docs/specs/mana-conversion-spec.md §4 **Severity:** Wrong value **Problem:** In `src/lib/game/data/disciplines/elemental-regen-advanced.ts`: - Shadow Glass (line 165): `difficultyFactor: 175, scalingFactor: 88` — spec says 170, 85 - Stellar (line 207): `difficultyFactor: 230, scalingFactor: 115` — spec says 240, 120 **File:** `src/lib/game/data/disciplines/elemental-regen-advanced.ts:165,207`
Anexim added the ai:todo label 2026-06-07 17:40:59 +02:00
n8n-gitea was assigned by Anexim 2026-06-07 17:41:00 +02:00
Anexim added ai:in-progress and removed ai:todo labels 2026-06-08 14:57:05 +02:00
Author
Owner

Starting work on Shadow Glass and Stellar difficulty/scaling factor fix.

Starting work on Shadow Glass and Stellar difficulty/scaling factor fix.
Anexim added ai:done and removed ai:in-progress labels 2026-06-08 15:00:20 +02:00
Author
Owner

Fix applied and pushed. Corrected difficulty/scaling factors per spec §4 table.

Changes:

  • Shadow Glass: difficultyFactor: 175→170, scalingFactor: 88→85
  • Stellar: difficultyFactor: 230→240, scalingFactor: 115→120

Tests: 1069 passed (58 files), all pre-commit checks pass.

**Fix applied and pushed.** Corrected difficulty/scaling factors per spec §4 table. **Changes:** - Shadow Glass: `difficultyFactor: 175→170`, `scalingFactor: 88→85` - Stellar: `difficultyFactor: 230→240`, `scalingFactor: 115→120` **Tests:** 1069 passed (58 files), all pre-commit checks pass.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#295