diff options
author | Evan Goers <mega@osirion.org> | 2011-02-09 11:49:01 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2011-02-09 11:49:01 +0000 |
commit | 662c9f65260474b08d8a5555a5baf3feaabe23c8 (patch) | |
tree | ce128710452d26ade89e7129fa0e02ab0f0cffd5 /base/ini | |
parent | 795080bb71d910b21ebff052684e7ff49956470e (diff) |
ships.ini: enabled collision model on ships that have them.
anara.ini: enabled collision model on research station galileo.
pirate/: split some details of all ships to submodels.
talon.map: changed lights.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 12 | ||||
-rw-r--r-- | base/ini/zones/anara.ini | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 6320eb9..a2fe9af 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -89,6 +89,7 @@ name=Micron Scalar template=ship_small model=maps/merchant/scalar jumpdrive=yes +complex=true price=15000 @@ -112,6 +113,7 @@ name=Micron Matrix template=ship_medium model=maps/merchant/matrix jumpdrive=yes +complex=true price=95000 @@ -172,6 +174,7 @@ name=Mining Surveyor template=ship_small model=maps/miners/surveyor jumpdrive=no +complex=true price=10000 cargo=5 @@ -188,6 +191,7 @@ name=Mining Defender template=ship_small model=maps/miners/defender jumpdrive=no +complex=true price=7000 cargo=2 @@ -204,6 +208,7 @@ name=Archer template=ship_small model=maps/mercenary/archer jumpdrive=no +complex=true price=20000 cargo=15 @@ -222,6 +227,7 @@ name=Longbow template=ship_medium model=maps/mercenary/longbow jumpdrive=no +complex=true price=45000 @@ -246,6 +252,7 @@ template=ship_medium model=maps/mercenary/pod price=15000 cargo = 10 +complex=true ; technical specifications thrust = 1.4 @@ -265,6 +272,7 @@ template=ship_medium model=maps/mercenary/talon price=22500 cargo=10 +complex=true thrust=4 impulse=20 @@ -324,6 +332,7 @@ template=ship_small model=maps/colonial/sharkan price=8500 cargo=5 +complex=true thrust = 2 impulse = 10 @@ -341,6 +350,7 @@ template=ship_small model=maps/colonial/tiger price=13000 cargo=7 +complex=true thrust = 1.9 impulse = 9.95 @@ -355,6 +365,7 @@ template=ship_medium model=maps/colonial/lancer price=23000 cargo=16 +complex=true thrust = 4.1 impulse = 20 @@ -515,6 +526,7 @@ template=ship_small model=maps/lindblade/winsor thrust=3.5 impulse=4 +complex=true strafe=0.5 turn=20 roll=15 diff --git a/base/ini/zones/anara.ini b/base/ini/zones/anara.ini index 39e5d90..2db8057 100644 --- a/base/ini/zones/anara.ini +++ b/base/ini/zones/anara.ini @@ -23,6 +23,7 @@ label=galileo_outpost name=Galileo Outpost model=maps/independent/researchstation faction=research +complex=true location=128 768 32 |