diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-25 12:21:25 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-25 12:21:25 +0000 |
commit | de3c07e83732050df625f1be4462c9d4f1af63a8 (patch) | |
tree | fa0ca145c2fc909997f97166f9f68132e75dac51 /base | |
parent | bc960e0948b959d2fec81274e4a28ed8f19b203d (diff) |
initial dealer prices and cargo sizes
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/ships.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 241a6c3..7846a9b 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -20,6 +20,10 @@ acceleration=1.5 maxspeed=3.0 ; rotation speed in degrees per second turnspeed=45 +; dealer price +price=12500 +; cargo hold size, 10 is one metric tonne +cargo=50 ; this is the default ship model default=yes @@ -30,6 +34,8 @@ model=merchant/tensor acceleration=1.25 maxspeed=2.9 turnspeed=35 +price=30000 +cargo=100 [ship] label=matrix @@ -39,6 +45,8 @@ acceleration=1.0 maxspeed=2.8 turnspeed=30 jumpdrive=yes +price=50000 +cargo=150 ; ------------------------------------------------------------------ ; ; MERCENARY @@ -51,6 +59,8 @@ model=mercenary/pod acceleration=2.5 maxspeed=3.6 turnspeed=60 +cargo=5 +price=17500 ; ------------------------------------------------------------------ ; ; COLONIAL @@ -72,6 +82,8 @@ model=colonial/sharkan acceleration=2 maxspeed=4.0 turnspeed=80 +cargo=2.5 +price=10000 ; ------------------------------------------------------------------ ; ; INDEPENDENT |