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.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini
new file mode 100644
index 0000000..472ee69
--- /dev/null
+++ b/base/ini/ships.ini
@@ -0,0 +1,30 @@
+; ship specifications
+;
+; these are the ships that can be purchased with the 'buy' command
+
+[ship]
+name=Micron Vector
+model=vector
+; these are the default values of none are specified
+
+; engine acceleration
+acceleration=1.5
+; maximum speed in game units per second
+maxspeed=4.0
+turnspeed=0.5
+default=yes
+
+[ship]
+name=Canasta
+model=canasta
+
+[ship]
+name=Sharkan
+model=sharkan
+acceleration=2
+maxspeed=5.0
+turnspeed=1
+
+[ship]
+name=Orion
+model=orion