Skip to content

Commit

Permalink
Maybe buff shield stats a bit?
Browse files Browse the repository at this point in the history
  • Loading branch information
Monsterovich committed Oct 27, 2024
1 parent bd7a485 commit 636a28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/droiddef.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
//defines how many times to perform the iteration on looking for a blank location
#define LOOK_FOR_EMPTY_TILE 20

#define DROID_INITIAL_SHILED_POINTS_PERCENT 5.0f
#define DROID_ADDITVE_SHILED_POINTS_PERCENT 2.5f
#define DROID_INITIAL_SHILED_POINTS_PERCENT 10.0f
#define DROID_ADDITVE_SHILED_POINTS_PERCENT 5.0f
#define DROID_INITIAL_SHIELD_REGEN_TIME 32
#define DROID_SHIELD_REGEN_TIME_DEC 2
#define DROID_INITIAL_SHIELD_INTERRUPT_REGEN_TIME 2000
Expand Down

0 comments on commit 636a28f

Please sign in to comment.