diff options
author | Stijn Buys <ingar@osirion.org> | 2013-11-17 15:15:36 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-11-17 15:15:36 +0000 |
commit | bc368470685d1ae0fb63108773106be7b14503c3 (patch) | |
tree | f26b3818cacd40b6ec12d03e6a1f2f52a6290d92 | |
parent | 65ce59121a7db3f00d0feb1eff71c213f66f51f4 (diff) |
Added Dagon system and Ashran system,
added planet Rasheen.
-rw-r--r-- | base/ini/world.ini | 4 | ||||
-rw-r--r-- | base/ini/zones/ashran.ini | 17 | ||||
-rw-r--r-- | base/ini/zones/dagon.ini | 28 | ||||
-rw-r--r-- | base/ini/zones/rasheen.ini | 13 |
4 files changed, 60 insertions, 2 deletions
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 + |