diff options
author | Stijn Buys <ingar@osirion.org> | 2009-06-07 11:09:57 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-06-07 11:09:57 +0000 |
commit | f5cad059f535534fcac9a1b931302655c3f9d28c (patch) | |
tree | 0bf3030d623e9a726d4c802f139d6d4e99146338 /base/ini | |
parent | 60326b9b5853c5a4e4a20e52bc7a1f91403a54fc (diff) |
Scaled juggernaut down, added Starbase Heliantos to Antwerp
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/particles/engine_exhaust.ini | 2 | ||||
-rw-r--r-- | base/ini/ships.ini | 11 | ||||
-rw-r--r-- | base/ini/zones/antwerp.ini | 14 | ||||
-rw-r--r-- | base/ini/zones/ghant.ini | 6 | ||||
-rw-r--r-- | base/ini/zones/unknown.ini | 3 |
5 files changed, 31 insertions, 5 deletions
diff --git a/base/ini/particles/engine_exhaust.ini b/base/ini/particles/engine_exhaust.ini index 25074aa..30159a7 100644 --- a/base/ini/particles/engine_exhaust.ini +++ b/base/ini/particles/engine_exhaust.ini @@ -6,7 +6,7 @@ [particles] type=flame texture=fx/flame00 -timeout=0.25 +timeout=0.12 eject=0.02 radius=18 alpha=0.5 diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 1602b51..be59f2d 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -306,15 +306,24 @@ acceleration=2.5 maxspeed=3.5 turnspeed=60 jumpdrive=no +cargo=5 +price=12500 [ship] label=juggernaut -name=Jolly Roger +name=Juggernaut model=pirate/juggernaut acceleration=0.5 maxspeed=2.5 turnspeed=20 jumpdrive=yes +price=1500000 +cargo=1500 +; ---- maximal width ------------------------| +info=The pirate Juggernaut is a flying +info=fortress designed to serve as support +info=carrier during raids on large ships +info=and small space stations. ; ------------------------------------------------------------------ ; ; NO FACTION(yet) diff --git a/base/ini/zones/antwerp.ini b/base/ini/zones/antwerp.ini index d7dc1bf..96b0c61 100644 --- a/base/ini/zones/antwerp.ini +++ b/base/ini/zones/antwerp.ini @@ -18,12 +18,20 @@ sky=sky35 label=star ; [string] entity name name=class D star -location=512 -512 0 +location=256 -1512 0 ; [r g b] entity primary color, values in the 0-255 range color=248 248 255 ; [float] entity radius (10 game units == 1km ingame) radius=88 - + +[station] +label=helianthos +name=Starbase Helianthos +model=colonial/helianthos +location=512 -512 0 +color=222 192 145 +colorsecond=160 160 160 + ; ; BUCCANEERS' DEN @@ -31,7 +39,7 @@ radius=88 label=buccaneers name=Buccaneers' Den model=pirate/juggernaut -location=-768 1024 0 +location=-768 1280 0 color=158 0 255 ; diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 7bcf4f2..223a293 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -76,6 +76,8 @@ model=colonial/alexandria location=-192 -704 32 ; [r g b] entity primary color, values in the 0-255 range color=222 192 145 +; [r g b] entity secondary color, values in the 0-255 range +colorsecond=160 160 160 ; [float] axis direction, in degrees direction=45 ; this is the default dock @@ -87,6 +89,7 @@ name=storage tanks model=colonial/alexandria_storage location=-176 -720 32 color=222 192 145 +colorsecond=160 160 160 direction=45 [entity] @@ -95,6 +98,7 @@ name=storage tanks model=colonial/alexandria_storage location=-172 -720 32 color=222 192 145 +colorsecond=160 160 160 direction=45 [station] @@ -104,6 +108,8 @@ model=colonial/custodian location=-204 -656 32 direction=305 color=222 192 145 +; [r g b] entity secondary color, values in the 0-255 range +colorsecond=160 160 160 ; ; PLANET SEYMOUR diff --git a/base/ini/zones/unknown.ini b/base/ini/zones/unknown.ini index dfa0abf..a0028a4 100644 --- a/base/ini/zones/unknown.ini +++ b/base/ini/zones/unknown.ini @@ -49,6 +49,8 @@ label=custodian name=Colonial Battleship model=colonial/custodian location=32 32 0 +color=222 192 145 +colorsecond=160 160 160 [entity] label=alexandria @@ -57,6 +59,7 @@ model=colonial/alexandria location=32 64 0 direction=270 color=222 192 145 +colorsecond=160 160 160 [entity] label=ensor |