diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-26 15:33:21 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-26 15:33:21 +0000 |
commit | add579f47a3d3bff97d1e424eacdfabd0579f542 (patch) | |
tree | 7870fd9486f0656e41dc08cd797cf0ebdb3241cc /base | |
parent | 3abea99c537e2848874f3c2d44b1663e108f7ee5 (diff) |
Update Antwerp and Dover systems
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/zones/antwerp.ini | 21 | ||||
-rw-r--r-- | base/ini/zones/dover.ini | 16 | ||||
-rw-r--r-- | base/ini/zones/ghant.ini | 2 |
3 files changed, 35 insertions, 4 deletions
diff --git a/base/ini/zones/antwerp.ini b/base/ini/zones/antwerp.ini index dd5199a..982171f 100644 --- a/base/ini/zones/antwerp.ini +++ b/base/ini/zones/antwerp.ini @@ -31,8 +31,8 @@ radius=88 label=buccaneers name=Buccaneers' Den model=pirate/juggernaut -location=-768 512 0 -color=222 192 145 +location=-768 1024 0 +color=158 0 255 ; ; GHANT JUMPGATE @@ -47,8 +47,23 @@ label=jumpgate_ghant name=Jumpgate Antwerp -> Ghant model=pirate/jumpgate target=ghant:jumpgate_antwerp -color=222 192 145 +color=158 0 255 location=-1048 256 8 direction=0 +; +; DOVER JUMPGATE + +[navpoint] +label=navpoint_north +name=Navigation point North +location=996 -256 0 +[jumpgate] +label=jumpgate_dover +name=Jumpgate Antwerp -> Dover +model=pirate/jumpgate +target=dover:jumpgate_antwerp +color=158 0 255 +location=1024 -302 0 +direction=300 diff --git a/base/ini/zones/dover.ini b/base/ini/zones/dover.ini index 58050ce..4c7a50a 100644 --- a/base/ini/zones/dover.ini +++ b/base/ini/zones/dover.ini @@ -64,3 +64,19 @@ color=0.5 0.1 0.1 location=0 -512 0 direction=90 +; +; ANTWERP JUMPGATE + +[navpoint] +label=navpoint_west +name=Navigation point West +location=-32 496 0 + +[jumpgate] +label=jumpgate_antwerp +name=Jumpgate Dover -> Antwerp +model=pirate/jumpgate +target=antwerp:jumpgate_dover +color=158 0 255 +location=-32 532 0 +direction=270 diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 8724078..86fc31d 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -161,4 +161,4 @@ model=pirate/jumpgate target=antwerp:jumpgate_ghant location=1024 348 32 direction=180 -color=222 192 145 +color=158 0 255 |