added stamina debug options, improved stamina behaviour, changes to flask animation

This commit is contained in:
2026-01-07 14:03:14 +01:00
parent 4a502dce4d
commit 590896a0ff
5 changed files with 139 additions and 28 deletions

View File

@@ -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;