diff options
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index c46e36e..13b2b22 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -62,20 +62,20 @@ price=12500 cargo=20 ; thruster power, maximum thrust speed depends on this -thrust=0.8 +thrust=1.8 ; impulse engine power ; this has to be high enough, otherwise the ship won't be able to reach maximum impulse speed -impulse=4 +impulse=10 ; strafe power ; defines strafe engine and afterburner power ; is generally a lot smaller than thrust -strafe=0.1 +strafe=0.2 ; turn power ; defines how fast a ship will turn -turn=2.5 +turn=10 ; roll power ; defines how fast the ship will roll -roll=1.0 +roll=2.5 ; info ; long lines will be wrapped in-game, empty lines are allowed |