Exp system implementation (not yet affecting stats)

This commit is contained in:
2024-12-21 16:41:16 -08:00
parent 5d9520bc59
commit 5d2b9ca247
10 changed files with 50 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ MaximumHP = 100
CurrentVT = 90
MaximumVT = 90
CurrentExp = 0
ExpToNextLevel = 100
ExpToNextLevel = 10
CurrentLevel = 1
CurrentAttack = 50
CurrentDefense = 12