refactor: clean up smaller fixes

This commit is contained in:
Patryk Hegenberg 2026-01-04 10:56:06 +01:00
parent 2609446e9a
commit 32e935b3ec
33 changed files with 1292 additions and 1389 deletions

View file

@ -13,14 +13,14 @@ class AppConstants {
// XP System
static const int baseXP = 1000;
static const double xpMultiplier = 1.15;
static const double xpMultiplier = 1.25;
static const int maxLevel = 100;
// XP Rewards
static const int workoutCompleteXP = 100;
static const double volumeXPRate = 0.1; // XP per kg
static const double volumeXPRate = 0.01; // XP per kg
static const int amrapBonusXPPerRep = 25;
static const int prBonusXP = 500;
static const int prBonusXP = 200;
static const int cycleCompleteXP = 500;
// Rounding Steps