From f92bd98c406f181ee8fbe0ac5b40a95506017e6f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 1 Jun 2008 13:03:10 +0000 Subject: Regula Station storage tanks, label updates to the ini files --- base/ini/ships.ini | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'base/ini/ships.ini') diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 147aadf..46504bf 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -3,16 +3,23 @@ ; these are the ships that can be purchased with the 'buy' command [ship] +; identification label +label=vector +; name of the ship model name=Micron Vector +; name of the .map file model=vector ; engine acceleration acceleration=1.5 ; maximum speed in game units per second maxspeed=3.0 +; rotation speed in rotations/second turnspeed=0.20 +; this is the default ship model default=yes [ship] +label=tensor name=Micron Tensor model=tensor acceleration=1.25 @@ -20,6 +27,7 @@ maxspeed=3.0 turnspeed=0.15 [ship] +label=matrix name=Micron Matrix model=matrix acceleration=1.0 @@ -28,6 +36,7 @@ turnspeed=0.10 [ship] +label=canasta name=Canasta model=canasta acceleration=1.25 @@ -35,6 +44,7 @@ maxspeed=3.0 turnspeed=0.2 [ship] +label=sharkan name=Sharkan model=sharkan acceleration=2 @@ -42,6 +52,7 @@ maxspeed=4.0 turnspeed=0.3 [ship] +label=orion name=Orion model=orion acceleration=1.5 @@ -56,6 +67,7 @@ maxspeed=3.725 turnspeed=0.15 [ship] +label=custodian name=Custodian model=custodian acceleration=0.5 @@ -63,9 +75,9 @@ maxspeed=1.5 turnspeed=0.08 [ship] +label=obsidian name=Obsidian model=obsidian acceleration=0.4 maxspeed=1.5 turnspeed=0.075 - -- cgit v1.2.3