diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-07 10:21:22 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-07 10:21:22 +0000 |
commit | 30bf38c712b3b07f4b75f2bd385349dd2c58d9be (patch) | |
tree | 983db6b7dd4b7e6b3a8e3954d762cafaf34f0aa4 /base | |
parent | f8726f1faed28e0fdaa312c0edb41febfb1c9460 (diff) |
antwerp system
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/zones/antwerp.ini | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/base/ini/zones/antwerp.ini b/base/ini/zones/antwerp.ini new file mode 100644 index 0000000..dd5199a --- /dev/null +++ b/base/ini/zones/antwerp.ini @@ -0,0 +1,54 @@ +; +; antwerp.ini +; world description for the Antwerp system +; + +; +; ZONE IDENTIFICATION + +[zone] +name=Antwerp system +sky=sky35 + +; +; STAR + +[star] +; [string] entity label +label=star +; [string] entity name +name=class D star +location=512 -512 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 + +; +; BUCCANEERS' DEN + +[station] +label=buccaneers +name=Buccaneers' Den +model=pirate/juggernaut +location=-768 512 0 +color=222 192 145 + +; +; GHANT JUMPGATE + +[navpoint] +label=navpoint_south +name=Navigation point South +location=-1024 256 0 + +[jumpgate] +label=jumpgate_ghant +name=Jumpgate Antwerp -> Ghant +model=pirate/jumpgate +target=ghant:jumpgate_antwerp +color=222 192 145 +location=-1048 256 8 +direction=0 + + |