Task 1: Implement 5-tier talent tree structure

- Rewrite skill definitions with 5-tier Continuous Talent Tree
- Add perk choices at Level 5 and Level 10 for each tier
- Add Elite Perks at T3 L10 and T5 L10
- Remove scrollCrafting (violates NO INSTANT FINISHING pillar)
- Set max:1 for skills that don't need evolution paths
- All 512 tests passing
This commit is contained in:
Unknown
2026-04-23 13:22:44 +02:00
parent 25137d9e0f
commit 52413777cd
13 changed files with 17487 additions and 1108 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
* Tests each store in isolation and integration between stores
*/
import { describe, it, expect, beforeEach } from 'bun:test';
import { describe, it, expect, beforeEach } from 'vitest';
import {
useManaStore,
useSkillStore,