Exp system implementation (not yet affecting stats)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user