Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/base/ini
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-03-08 14:35:02 +0000
committerStijn Buys <ingar@osirion.org>2008-03-08 14:35:02 +0000
commit4fe8545535b56e78395fa7ec896a23a32fecdb53 (patch)
treebf0db7eaf0d4b497f2474d17366f318a27321915 /base/ini
parentca932cd460fea287eff95353827a29d86da30f1e (diff)
added ships.ini
Diffstat (limited to 'base/ini')
-rw-r--r--base/ini/ships.ini30
-rw-r--r--base/ini/world.ini1
2 files changed, 31 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
diff --git a/base/ini/world.ini b/base/ini/world.ini
index dce0ad0..aaa9213 100644
--- a/base/ini/world.ini
+++ b/base/ini/world.ini
@@ -17,6 +17,7 @@ name=station: Alexandria
model=stations/alexandria
; location, z should be 0 for now
location=0 -64 0
+color=.9 .75 .55
[entity]
name=ship: Canasta