Tetardtek 214045c7ce
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 33s
fix: level-up formula uses current level, add xpToNextLevel to API
XP threshold was computed on level+1 (target), making early levels too
steep (283 XP for level 2 instead of 100). Now uses current level:
level 1→2 = 100 XP, level 2→3 = 283 XP, level 10→11 = 3162 XP.

Added xpToNextLevel field to character and combat responses so the
frontend can display accurate progress bars.
2026-03-24 16:02:51 +01:00
2026-03-24 13:01:14 +01:00
2026-03-24 13:01:14 +01:00
2026-03-24 13:01:14 +01:00
2026-03-24 13:01:14 +01:00
2026-03-24 13:01:14 +01:00
Description
No description provided
4.3 MiB
Languages
TypeScript 98.3%
CSS 1.5%
JavaScript 0.1%