From bc368470685d1ae0fb63108773106be7b14503c3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 17 Nov 2013 15:15:36 +0000 Subject: Added Dagon system and Ashran system, added planet Rasheen. --- base/ini/world.ini | 4 +++- base/ini/zones/ashran.ini | 17 +++++++++++++++++ base/ini/zones/dagon.ini | 28 ++++++++++++++++++++++++++++ base/ini/zones/rasheen.ini | 13 ++++++++++++- 4 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 base/ini/zones/ashran.ini create mode 100644 base/ini/zones/dagon.ini (limited to 'base/ini') diff --git a/base/ini/world.ini b/base/ini/world.ini index b631687..533421d 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -39,12 +39,14 @@ zone=caledonia zone=morrigan ; praetorian space +zone=praetoria zone=hellas zone=carthagio -zone=praetoria zone=phoenicia ; dagon space +zone=dagon +zone=ashran zone=rasheen zone=xibalba 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