diff options
author | Stijn Buys <ingar@osirion.org> | 2012-12-09 15:08:18 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-12-09 15:08:18 +0000 |
commit | 52cfb8eac7b8e2d53939e1e3560003aaf0f4d1de (patch) | |
tree | a030cddab1ad1ddf4f6fd17812aa9e03b4278300 | |
parent | da8407f7e7e030467532826f600c5e001451b4da (diff) |
Added Camorra system.
-rw-r--r-- | base/ini/zones/camorra.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/base/ini/zones/camorra.ini b/base/ini/zones/camorra.ini new file mode 100644 index 0000000..df642cb --- /dev/null +++ b/base/ini/zones/camorra.ini @@ -0,0 +1,34 @@ +; +; camorra.ini +; world description for the Camorra system +; +; ------------------------------------------------------------------ +; ZONE IDENTIFICATION +; + +[zone] +name=Camorra system +;sky= +; [x y z] galactic location +location=807 451 0 +ambient=0.1 0.1 0.1 +faction=rogue + +info=The Camorra system. + +; ------------------------------------------------------------------ +; RED GIANT STAR +; + +[star] +label=star +location=1476 -1604 0 +angles=0 140 0 +color=1 0.2 0.2 + +[jumpgate] +label=jumpgate_colombus +location=192 896 0 +angles=0 -90 0 +target=colombus:jumpgate_camorra +faction=rogue |