diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-24 20:42:50 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-24 20:42:50 +0000 |
commit | fd0a9a97c469e7ccaadb898b9bb33a623f847d32 (patch) | |
tree | b15c4b13e952ae290e96ca706875710067ca56c9 /base/ini | |
parent | 49555bebb42698c37163e1eae7aa8d2fd849902a (diff) |
added custodian
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 8 | ||||
-rw-r--r-- | base/ini/world.ini | 9 |
2 files changed, 16 insertions, 1 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index fa49660..556dfc4 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -39,3 +39,11 @@ model=shuttle acceleration=1.6 maxspeed=3.725 turnspeed=0.4 + +[ship] +name=Custodian +model=custodian +acceleration=0.5 +maxspeed=1.5 +turnspeed=0.1 + diff --git a/base/ini/world.ini b/base/ini/world.ini index 4a21b1c..72450b4 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -29,10 +29,17 @@ color=0.77 0.42 0 [entity] name=station: Alexandria model=stations/alexandria -location=0 -64 0 +location=0 -68 0 ;color=.9 .75 .55 color=222 192 145 +[entity] +name=battleship: Custodian +model=ships/custodian +location=12 -64 0 +color=222 192 145 +direction=150 + ; ; IKARUS SATELLITE |