From bc368470685d1ae0fb63108773106be7b14503c3 Mon Sep 17 00:00:00 2001
From: Stijn Buys <ingar@osirion.org>
Date: Sun, 17 Nov 2013 15:15:36 +0000
Subject: Added Dagon system and Ashran system, added planet Rasheen.

---
 base/ini/zones/ashran.ini  | 17 +++++++++++++++++
 base/ini/zones/dagon.ini   | 28 ++++++++++++++++++++++++++++
 base/ini/zones/rasheen.ini | 13 ++++++++++++-
 3 files changed, 57 insertions(+), 1 deletion(-)
 create mode 100644 base/ini/zones/ashran.ini
 create mode 100644 base/ini/zones/dagon.ini

(limited to 'base/ini/zones')

diff --git a/base/ini/zones/ashran.ini b/base/ini/zones/ashran.ini
new file mode 100644
index 0000000..8d6b14a
--- /dev/null
+++ b/base/ini/zones/ashran.ini
@@ -0,0 +1,17 @@
+;
+; ashran.ini
+; world description for the Ashran system
+;
+; ------------------------------------------------------------------
+; ZONE IDENTIFICATION
+;
+
+[zone]
+name=Ashran system
+sky=
+; [x y z] galactic location
+location=722 608 0
+ambient=0.1 0.1 0.1
+faction=dagon
+
+info=The Ashran system.
diff --git a/base/ini/zones/dagon.ini b/base/ini/zones/dagon.ini
new file mode 100644
index 0000000..6e8a550
--- /dev/null
+++ b/base/ini/zones/dagon.ini
@@ -0,0 +1,28 @@
+;
+; dagon.ini
+; world description for the Dagon system
+;
+; ------------------------------------------------------------------
+; ZONE IDENTIFICATION
+;
+
+[zone]
+name=Dagon system
+sky=
+; [x y z] galactic location
+location=718 553 0
+ambient=0.1 0.1 0.1
+faction=dagon
+
+info=The Dagon system, capital of House Dagon
+
+[planet]
+label=dagon
+name=planet Dagon
+location=184 196 0
+angles=0 222 0
+faction=dagon
+texture=planets/dagon
+dock=yes
+color=255 255 255
+infoname=House Dagon capital
\ No newline at end of file
diff --git a/base/ini/zones/rasheen.ini b/base/ini/zones/rasheen.ini
index 0cda0c0..e4d63bd 100644
--- a/base/ini/zones/rasheen.ini
+++ b/base/ini/zones/rasheen.ini
@@ -21,4 +21,15 @@ label=jumpgate_cadiz
 location=-60 960 0
 angles=0 -75 0
 target=cadiz:jumpgate_rasheen
-faction=neutral
+faction=dagon
+
+[planet]
+label=rasheen
+name=planet Rasheen
+location=440 -448 0
+angles=0 95 0
+faction=dagon
+texture=planets/rasheen
+dock=yes
+color=255 255 255
+
-- 
cgit v1.2.3