combat: buff status effects

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie2f5af13ad3c0392a5e873b15170b0226a6a6964
This commit is contained in:
raf 2026-04-05 22:24:12 +03:00
commit 4a718b9685
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 4 additions and 4 deletions

View file

@ -30,9 +30,9 @@
// Status Effects
#define MAX_EFFECTS 4
#define POISON_BASE_DAMAGE 1
#define BLEED_STACK_DAMAGE 1
#define BURN_BASE_DAMAGE 2
#define POISON_BASE_DAMAGE 3
#define BLEED_STACK_DAMAGE 3
#define BURN_BASE_DAMAGE 7
#define WEAKEN_ATTACK_REDUCTION 2
#define REGEN_STEP_INTERVAL 15