From 30bf38c712b3b07f4b75f2bd385349dd2c58d9be Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 7 Dec 2008 10:21:22 +0000 Subject: antwerp system --- base/ini/zones/antwerp.ini | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 base/ini/zones/antwerp.ini 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 + + -- cgit v1.2.3