From: Matthew Mondor Date: Fri, 27 Jun 2014 15:28:04 +0000 (+0000) Subject: Balance CA/DD ship capabilities a little more equitable X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=1bf1edb23588c8cc763dfd3eaea70d627e25347b;p=mmondor.git Balance CA/DD ship capabilities a little more equitable --- diff --git a/mmsoftware/mystic_ships/server/src/ships.c b/mmsoftware/mystic_ships/server/src/ships.c index 75170ca..2a2f502 100644 --- a/mmsoftware/mystic_ships/server/src/ships.c +++ b/mmsoftware/mystic_ships/server/src/ships.c @@ -1,4 +1,4 @@ -/* $Id: ships.c,v 1.6 2014/06/25 15:05:47 mmondor Exp $ */ +/* $Id: ships.c,v 1.7 2014/06/27 15:28:04 mmondor Exp $ */ /* * Copyright (c) 2006, 2014, Matthew Mondor @@ -36,12 +36,12 @@ struct shipdesc ships[SHIP_MAX] = { 0.30, /* Thrust dec */ 5.0, /* Thrust acc cost */ 5.0, /* Thrust dec cost */ - 6.0, /* Thrust cost */ + 7.0, /* Thrust cost */ 80/*2.0*/, /* Turn thrust */ - 1.0, /* Turn cost */ + 2.0, /* Turn cost */ 200.0, /* Torp cost */ 35.0, /* Torp damage */ - 3.0, /* Torp radius */ + 4.0, /* Torp radius */ 10.0, /* Torp speed */ 50, /* Torp life */ 90.0, /* Phaser cost */ @@ -55,24 +55,24 @@ struct shipdesc ships[SHIP_MAX] = { 50.0, /* Hull max */ 2.0, /* Hull regen */ 50.0, /* Shield max */ - 5.0, /* Shield cost */ + 6.0, /* Shield cost */ 2.0, /* Shield regen */ - 25.0, /* Cloak cost */ + 40.0, /* Cloak cost */ 5000.0, /* Fuel max */ - 50.0, /* Fuel regen */ + 40.0, /* Fuel regen */ 9.0, /* Thrust max */ 0.60, /* Thrust acc */ 0.80, /* Thrust dec */ - 2.0, /* Thrust acc cost */ - 2.0, /* Thrust dec cost */ - 1.0, /* Thrust cost */ - 100.0, /* Turn thrust */ - 0.5, /* Turn cost */ + 3.0, /* Thrust acc cost */ + 3.0, /* Thrust dec cost */ + 5.0, /* Thrust cost */ + 130.0, /* Turn thrust */ + 1.0, /* Turn cost */ 90.0, /* Torp cost */ - 30.0, /* Torp damage */ + 25.0, /* Torp damage */ 2.0, /* Torp radius */ - 12.0, /* Torp speed */ - 40, /* Torp life */ + 14.0, /* Torp speed */ + 30, /* Torp life */ 90.0, /* Phaser cost */ 90.0, /* Phaser damage */ 5.0, /* Phaser recharge */