• Joined on 2025-05-17
Anexim commented on issue Anexim/Mana-Loop#16 2026-05-17 07:53:40 +02:00
Add Disciples System and DisciplesTab Component

Issue #16 - Already Complete (Delivered via #15)

All requirements for this issue were fulfilled as part of Issue #15 (Active Disciplines Migration):

  • `src/lib/game/data/disciplines/…
Anexim closed issue Anexim/Mana-Loop#15 2026-05-16 19:58:54 +02:00
Migrate Legacy Skills System to Active Disciplines [Highest Priority]
Anexim commented on issue Anexim/Mana-Loop#15 2026-05-16 19:58:54 +02:00
Migrate Legacy Skills System to Active Disciplines [Highest Priority]

Issue #15 completed: Active Disciplines system successfully implemented and integrated into Mana Loop. All requirements delivered.

Anexim commented on issue Anexim/Mana-Loop#15 2026-05-16 19:56:27 +02:00
Migrate Legacy Skills System to Active Disciplines [Highest Priority]

Issue Resolved: Active Disciplines System Complete

🎯 Summary

Successfully migrated the legacy Skill system to the new Active Disciplines system. Disciplines act as continuous…

Anexim opened issue Anexim/Mana-Loop#16 2026-05-16 13:48:56 +02:00
Add Disciples System and DisciplesTab Component
Anexim commented on issue Anexim/Mana-Loop#13 2026-05-16 11:59:45 +02:00
[TASK-010] Prestige rework — loop memories + path bonuses (Phase 5)

Blocked by Issue #15: migration to Active Disciplines

Anexim commented on issue Anexim/Mana-Loop#14 2026-05-16 11:59:41 +02:00
[TASK-011] Full UI redesign — remaining tabs (Phase 6)

Blocked by Issue #15: migration to Active Disciplines

Anexim commented on issue Anexim/Mana-Loop#4 2026-05-16 11:59:30 +02:00
TASK-007: Duplicate stat functions across multiple modules — consolidate into computeStats()

Closed and replaced by Issue #15: Migrate Legacy Skills System to Active Disciplines. TASK-007 skill evolution consolidation is superseded by the new system.

Anexim closed issue Anexim/Mana-Loop#3 2026-05-16 11:59:30 +02:00
TASK-007: gameStore.ts still uses old computeEffects(), not new computeStats()
Anexim commented on issue Anexim/Mana-Loop#3 2026-05-16 11:59:30 +02:00
TASK-007: gameStore.ts still uses old computeEffects(), not new computeStats()

Closed and replaced by Issue #15: Migrate Legacy Skills System to Active Disciplines. The old computeEffects/computeStats pipeline is replaced by discipline-effects.ts.

Anexim closed issue Anexim/Mana-Loop#6 2026-05-16 11:59:29 +02:00
TASK-007: Remove legacy skill-evolution-modules/ and skill-evolution.ts after migration
Anexim commented on issue Anexim/Mana-Loop#6 2026-05-16 11:59:29 +02:00
TASK-007: Remove legacy skill-evolution-modules/ and skill-evolution.ts after migration

Closed and replaced by Issue #15: Migrate Legacy Skills System to Active Disciplines. This issue was part of the old TASK-007 skill evolution system which is now fully replaced.

Anexim closed issue Anexim/Mana-Loop#4 2026-05-16 11:59:29 +02:00
TASK-007: Duplicate stat functions across multiple modules — consolidate into computeStats()
Anexim closed issue Anexim/Mana-Loop#2 2026-05-16 11:57:42 +02:00
TASK-007: Missing evolution paths for 30+ skills in SKILL_EVOLUTION_PATHS
Anexim commented on issue Anexim/Mana-Loop#2 2026-05-16 11:57:42 +02:00
TASK-007: Missing evolution paths for 30+ skills in SKILL_EVOLUTION_PATHS

Closed and replaced by Issue #15: Migrate Legacy Skills System to Active Disciplines

Anexim opened issue Anexim/Mana-Loop#15 2026-05-16 11:56:23 +02:00
Migrate Legacy Skills System to Active Disciplines [Highest Priority]
Anexim commented on issue Anexim/Mana-Loop#2 2026-05-15 13:41:42 +02:00
TASK-007: Missing evolution paths for 30+ skills in SKILL_EVOLUTION_PATHS

Progress update on fixing issue #2:

Completed

  1. Added upgrades property to SkillTierDef interface in src/lib/game/types/skills.ts
  2. Added withUpgrades() helper to `src/lib/gam…
Anexim commented on issue Anexim/Mana-Loop#2 2026-05-14 22:06:52 +02:00
TASK-007: Missing evolution paths for 30+ skills in SKILL_EVOLUTION_PATHS

Progress update: Currently fixing the missing upgrades property on all SkillTierDef tier objects. The test expects tier.upgrades to exist on each tier. Adding `upgrades: [...l5Perks,…

Anexim commented on issue Anexim/Mana-Loop#2 2026-05-14 18:50:51 +02:00
TASK-007: Missing evolution paths for 30+ skills in SKILL_EVOLUTION_PATHS

Starting work on missing evolution paths for 11 element cap skills. Creating missing module files and registering all element cap tiers in SKILL_EVOLUTION_PATHS.

Anexim commented on issue Anexim/Mana-Loop#2 2026-05-14 14:56:43 +02:00
TASK-007: Missing evolution paths for 30+ skills in SKILL_EVOLUTION_PATHS

Progress update: Added tier definitions for all missing skills (~30+ new files in skill-evolution-modules/). All missing evolution paths registered in SKILL_EVOLUTION_PATHS: element caps (11),…