added stamina debug options, improved stamina behaviour, changes to flask animation
This commit is contained in:
@@ -206,7 +206,9 @@ namespace Beyond
|
||||
|
||||
private float healthBaseMaxValue = 200;
|
||||
private float healthBaseRegenValue = 0f;
|
||||
[SerializeField]
|
||||
private float staminaBaseMaxValue = 200;
|
||||
[SerializeField]
|
||||
private float staminaBaseRegenValue = 1.2f;
|
||||
private float faithBaseMaxValue = 100f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user