Reduced damage by missiles by 25pts, and decreased recharge times of ECM and Boost by 2.5 seconds.
This commit is contained in:
parent
8a0808ce5a
commit
be8447519f
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"type" : "BT_MISSILE",
|
"type" : "BT_MISSILE",
|
||||||
"damage" : 75,
|
"damage" : 50,
|
||||||
"texture" : "gfx/bullets/missile.png",
|
"texture" : "gfx/bullets/missile.png",
|
||||||
"sound" : "SND_MISSILE",
|
"sound" : "SND_MISSILE",
|
||||||
"flags" : "BF_ENGINE+BF_EXPLODES"
|
"flags" : "BF_ENGINE+BF_EXPLODES"
|
||||||
|
|
|
@ -137,9 +137,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#define AIF_SURRENDERED (2 << 23)
|
#define AIF_SURRENDERED (2 << 23)
|
||||||
|
|
||||||
/* player abilities */
|
/* player abilities */
|
||||||
#define BOOST_RECHARGE_TIME (FPS * 7)
|
#define BOOST_RECHARGE_TIME (FPS * 4.5)
|
||||||
#define BOOST_FINISHED_TIME (FPS * 0.75)
|
#define BOOST_FINISHED_TIME (FPS * 0.75)
|
||||||
#define ECM_RECHARGE_TIME (FPS * 7)
|
#define ECM_RECHARGE_TIME (FPS * 4.5)
|
||||||
|
|
||||||
#define MB_NORMAL 0
|
#define MB_NORMAL 0
|
||||||
#define MB_IMPORTANT 1
|
#define MB_IMPORTANT 1
|
||||||
|
|
Loading…
Reference in New Issue