From de3c07e83732050df625f1be4462c9d4f1af63a8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 25 Dec 2008 12:21:25 +0000 Subject: initial dealer prices and cargo sizes --- base/ini/ships.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3