From de674960d2ff3a475899877aed20fce21931f5b6 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 16 Jul 2008 22:03:35 +0000 Subject: added Odin's heavy cruiser --- base/ini/ships.ini | 29 ++++++++++++----------------- base/ini/world.ini | 8 ++++---- 2 files changed, 16 insertions(+), 21 deletions(-) (limited to 'base/ini') diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 7e328a0..8d52d52 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -34,15 +34,6 @@ acceleration=1.0 maxspeed=3.0 turnspeed=0.10 -; -;[ship] -;label=canasta -;name=Canasta -;model=canasta -;acceleration=1.25 -;maxspeed=3.0 -;turnspeed=0.2 - [ship] label=horizon name=Horizon @@ -67,13 +58,6 @@ acceleration=1.5 maxspeed=3.5 turnspeed=0.25 -;[ship] -;name=Shuttle -;model=shuttle -;acceleration=1.4 -;maxspeed=3.725 -;turnspeed=0.15 - [ship] label=custodian name=Custodian @@ -122,5 +106,16 @@ label=supertanker name=InterGalactic Supertanker model=supertanker acceleration=0.5 -maxspeed=2 +maxspeed=2.5 turnspeed=0.08 + +; +; Odin's ships + +[ship] +label=heavycruiser +name=Heavy Cruiser +model=heavycruiser +acceleration=1 +maxspeed=2.5 +turnspeed=0.075 diff --git a/base/ini/world.ini b/base/ini/world.ini index e8d4907..3bd5442 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -1,7 +1,7 @@ +; ; world.ini ; describes the entities in the game world ; -; Note: the .ini parser isn't very robust ; ; ORIGIN @@ -10,7 +10,7 @@ ; [string] identification label label=origin ; [string] entity name -name=galactic origin +name=Galactic origin ; [string] entity shape (ignored if the entity has a model) shape=axis ; entity radius @@ -81,7 +81,7 @@ color=222 192 145 [entity] label=custodian -name=deep space carrier Custodian +name=battleship Custodian model=ships/custodian location=-118 -60 16 direction=310 @@ -92,7 +92,7 @@ color=222 192 145 [planet] label=lindblade -name=Planet Lindblade +name=planet Lindblade texture=planets/lindblade location=180 92 0 color=200 0 0 -- cgit v1.2.3