diff options
author | enneract <trem.redman@gmail.com> | 2014-11-25 01:45:57 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-13 01:25:01 +0100 |
commit | 0aa94f6b6b7b49972a839aadaee4dbb42a3a53de (patch) | |
tree | 6bd75d724a11ef68e3985668c923ced45232e17f /src/game/tremulous.h | |
parent | b0a9981e09bbc7c30769f680a4e0ff17c9ea8239 (diff) |
Lightning Gun assets.
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index b42a7b4..ad4a688 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -515,9 +515,9 @@ TREMULOUS EDGE MOD SRC FILE #define PRIFLE_SECONDARY_REPEAT 400 #define LIGHTNING_PRICE 500 -#define LIGHTNING_AMMO 500 -#define LIGHTNING_K_SCALE 500 -#define LIGHTNING_DPS 100 // damage per second +#define LIGHTNING_AMMO 300 +#define LIGHTNING_K_SCALE 1 +#define LIGHTNING_DPS 60 // damage per second #define LIGHTNING_REPEAT 50 // keep it as low as possible #define LIGHTNING_DAMAGE ( LIGHTNING_DPS * LIGHTNING_REPEAT / 1000 ) #define LIGHTNING_RANGE 450 |