[Medium] [Bug] Mana Conversion: Wrong difficulty/scaling factors for Shadow Glass and Stellar #295
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Spec: docs/specs/mana-conversion-spec.md §4
Severity: Wrong value
Problem: In
src/lib/game/data/disciplines/elemental-regen-advanced.ts:difficultyFactor: 175, scalingFactor: 88— spec says 170, 85difficultyFactor: 230, scalingFactor: 115— spec says 240, 120File:
src/lib/game/data/disciplines/elemental-regen-advanced.ts:165,207Starting work on Shadow Glass and Stellar difficulty/scaling factor fix.
Fix applied and pushed. Corrected difficulty/scaling factors per spec §4 table.
Changes:
difficultyFactor: 175→170,scalingFactor: 88→85difficultyFactor: 230→240,scalingFactor: 115→120Tests: 1069 passed (58 files), all pre-commit checks pass.