Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/ini/ships.ini')
-rw-r--r--base/ini/ships.ini14
1 files changed, 13 insertions, 1 deletions
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
-