diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-08 14:35:02 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-08 14:35:02 +0000 |
commit | 4fe8545535b56e78395fa7ec896a23a32fecdb53 (patch) | |
tree | bf0db7eaf0d4b497f2474d17366f318a27321915 /base/ini | |
parent | ca932cd460fea287eff95353827a29d86da30f1e (diff) |
added ships.ini
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 30 | ||||
-rw-r--r-- | base/ini/world.ini | 1 |
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 |