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

@@ -23,6 +23,9 @@ namespace GameJamDungeon
[Export]
public int MaxDefense { get; set; }
[Export]
public int ExpFromDefeat { get; set; }
[Export]
public double Luck { get; set; } = 0.05f;