diff options
author | Stijn Buys <ingar@osirion.org> | 2008-05-02 13:05:36 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-05-02 13:05:36 +0000 |
commit | 376fade48f0336c0c43b76b68fb7b32d06a8c1dc (patch) | |
tree | b08c6132fcf7e59bf66e32de9293b0cbbddaf99f /base/ini | |
parent | db19d4155da9a59c000fd3c70bea5619fddc6925 (diff) |
lights, details, ship properties
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 7690040..0a1eee7 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -9,7 +9,7 @@ model=vector acceleration=1.0 ; maximum speed in game units per second maxspeed=3.0 -turnspeed=0.1 +turnspeed=0.2 default=yes [ship] @@ -17,32 +17,32 @@ name=Canasta model=canasta acceleration=1.0 maxspeed=3.0 -turnspeed=0.15 +turnspeed=0.2 [ship] name=Sharkan model=sharkan acceleration=1.5 maxspeed=4.0 -turnspeed=0.2 +turnspeed=0.3 [ship] name=Orion model=orion acceleration=1.25 maxspeed=3.5 -turnspeed=0.15 +turnspeed=0.25 [ship] name=Shuttle model=shuttle acceleration=1.3 maxspeed=3.725 -turnspeed=0.08 +turnspeed=0.15 [ship] name=Custodian model=custodian acceleration=0.25 maxspeed=1.5 -turnspeed=0.02 +turnspeed=0.1 |