Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/base/ini
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-01 00:02:58 +0000
committerStijn Buys <ingar@osirion.org>2008-08-01 00:02:58 +0000
commitf15cf82ca0fe30f2d3d09b892f58992e6b8bf9ed (patch)
tree59593b46dccfc3fd120161a0b8a954cfe6a562ac /base/ini
parent1b539b84e19f72dd11b7ff3df7ecea09eae2f6bc (diff)
updates from Odin
Diffstat (limited to 'base/ini')
-rw-r--r--base/ini/ships.ini18
1 files changed, 14 insertions, 4 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini
index dffe3be..b095e94 100644
--- a/base/ini/ships.ini
+++ b/base/ini/ships.ini
@@ -1,4 +1,4 @@
-; ship specifications
+specifications
;
; these are the ships that can be purchased with the 'buy' command
@@ -163,11 +163,21 @@ maxspeed=3.5
turnspeed=50
jumpdrive=yes
+[destroyer]
+label=destroyer
+name=Destroyer
+model=destroyer
+acceleration=0.5
+maxspeed=2.5
+turnspeed=40
+jumpdrive=yes
+
[ship]
label=carrier
name=Carrier
model=carrier
-acceleration=0.5
-maxspeed=2.5
+acceleration=1
+maxspeed=2.6
turnspeed=20
-jumpdrive=yes \ No newline at end of file
+jumpdrive=yes
+