combat: buff status effects
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie2f5af13ad3c0392a5e873b15170b0226a6a6964
This commit is contained in:
parent
1875d94e44
commit
4a718b9685
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue