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 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 base/ini/ships.ini (limited to 'base/ini/ships.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 -- cgit v1.2.3