This commit is contained in:
silicons
2020-09-20 02:03:18 -07:00
parent 97f373a199
commit 8ebe765d70
9 changed files with 30 additions and 36 deletions
+6 -6
View File
@@ -2,13 +2,13 @@
/// Stamina buffer amount
#define STAMINA_BUFFER_CAPACITY 35
/// Stamina buffer regen per decisecond
#define STAMINA_BUFFER_REGEN_DS 0.1
#define STAMINA_BUFFER_REGEN_PER_SECOND 1
/// Stamina buffer regen multiplier while in combat mode
#define STAMINA_BUFFER_REGEN_COMBAT_MULT 3
/// Linear scaling minimum for stamina buffer regen in percentage at stamcrit
#define STAMINA_BUFFER_STAMCRIT_PENALTY_REGEN 0.75
/// Linear scaling minimum for stamina buffer capacity in percentage at stamcrit
#define STAMINA_BUFFER_STAMCRIT_PENALTY_CAPACITY 0.5
#define STAMINA_BUFFER_REGEN_PER_SECOND_COMBAT 3
/// percent of regen to take away at stamcrit
#define STAMINA_BUFFER_STAMCRIT_REGEN_PENALTY_PERCENT 0.5
/// percent of capacity to take away at stamcrit
#define STAMINA_BUFFER_STAMCRIT_CAPACITY_PENALTY_PERCENT 0.5
// Standard amounts for stamina usage