From 4b262ddb60809ea3208b085eb316e414e039977f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 12 Jul 2011 20:00:32 +0000 Subject: Added Warsaw system and added jumpgates to Kronenbaden and Khorsand, corrected orientation of the Khorsand-Brogha jumpgates. --- base/ini/zones/warsaw.ini | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 base/ini/zones/warsaw.ini (limited to 'base/ini/zones/warsaw.ini') diff --git a/base/ini/zones/warsaw.ini b/base/ini/zones/warsaw.ini new file mode 100644 index 0000000..a051a87 --- /dev/null +++ b/base/ini/zones/warsaw.ini @@ -0,0 +1,42 @@ +; +; warsaw.ini +; world description for the Warsaw system +; + + +[zone] +name=Warsaw system + +; ------------------------------------------------------------------ +; CLASS M STAR + +[star] +; [string] entity label +label=star +; [string] entity name +name=class K star +location=1024 0 0 +; [r g b] entity primary color, values in the 0-255 range +color=219 91 0 +; [float] entity radius (10 game units == 1km ingame) +radius=64 + +; ------------------------------------------------------------------ +; KRONENBADEN JUMPGATE + +[jumpgate] +label=jumpgate_kronenbaden +target=kronenbaden:jumpgate_warsaw +location=768 600 -32 +yaw=180 +faction=colonies + +; ------------------------------------------------------------------ +; KHORSAND JUMPGATE + +[jumpgate] +label=jumpgate_khorsand +target=khorsand:jumpgate_warsaw +location=-200 -400 0 +yaw=90 +faction=colonies -- cgit v1.2.3