From eec701701456af08eab22e6ee850fa1ad0875cc5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 20 Sep 2008 10:41:44 +0000 Subject: added Dover, Burton and East End --- base/ini/zones/dover.ini | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 base/ini/zones/dover.ini (limited to 'base/ini/zones/dover.ini') diff --git a/base/ini/zones/dover.ini b/base/ini/zones/dover.ini new file mode 100644 index 0000000..a7970b2 --- /dev/null +++ b/base/ini/zones/dover.ini @@ -0,0 +1,54 @@ +; +; dover.ini +; world description for the Dover system +; + +; +; ZONE IDENTIFICATION +[zone] +name=Dover system +sky=sky25 + +; +; ORIGIN + +[navpoint] +; [string] entity label +label=navpoint_origin +; [string] entity name +name=Navigation point Origin +; [x y x] entity location +location=0 0 0 + + +; +; STAR + +[star] +label=star +name=class F star +location=-512 -512 0 +color=255 238 158 +radius=112 + +; +; LINDBLADE JUMPGATE + +[navpoint] +label=navpoint_north +name=Navigation point North +location=242 0 -16 + +[entity] +label=jumpgate_lindblade +name=Jumpgate Dover -> Lindblade +model=satellites/jumpgate +color=0.5 0.1 0.1 +location=256 0 0 +direction=18`0 + +[jumppoint] +label=jumppoint_lindblade +name=Jumppoint Dover -> Lindblade +location=-264 -0 -16 +target=lindblade:jumppoint_dover -- cgit v1.2.3