From 4fe8545535b56e78395fa7ec896a23a32fecdb53 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 8 Mar 2008 14:35:02 +0000 Subject: added ships.ini --- base/ini/ships.ini | 30 ++++++++++++++++++++++++++++++ base/ini/world.ini | 1 + 2 files changed, 31 insertions(+) create mode 100644 base/ini/ships.ini (limited to 'base/ini') 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 -- cgit v1.2.3