From cdeeb6541df99a92503eb2fda0f4b8e5bdfad347 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Sat, 7 Feb 2009 18:03:01 +0000 Subject: Added missing anara.ini. --- base/ini/zones/anara.ini | 103 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 base/ini/zones/anara.ini (limited to 'base/ini/zones') diff --git a/base/ini/zones/anara.ini b/base/ini/zones/anara.ini new file mode 100644 index 0000000..5b266c3 --- /dev/null +++ b/base/ini/zones/anara.ini @@ -0,0 +1,103 @@ +; +; anara.ini +; world description for the Anara system +; + +; +; ZONE IDENTIFICATION + +[zone] +name=Anara system +sky=sky35 + +; +; there is no star for tha Anara system + +[navpoint] +label=navpoint_origin +name=Navpoint Origin +location=0 0 0 +model=static/navpoint + +; +; GALILEO OUTPOST + +[station] +label=galileo_outpost +name=Galileo Outpost +model=independent/researchstation +location=128 768 32 +color=106 95 87 +colorsecond=152 166 169 + +; +; this is the line of navpoints for leading ships through anara's gas clouds +[navpoint] +label=navpoint_path01 +name=Safety Buoy +location=128 -640 0 +model=static/navpoint +[navpoint] +label=navpoint_path02 +name=Safety Buoy +location=120 -512 0 +model=static/navpoint +[navpoint] +label=navpoint_path03 +name=Safety Buoy +location=112 -384 0 +model=static/navpoint +[navpoint] +label=navpoint_path04 +name=Safety Buoy +location=104 -256 0 +model=static/navpoint +[navpoint] +label=navpoint_path05 +name=Safety Buoy +location=96 -128 0 +model=static/navpoint +[navpoint] +label=navpoint_path06 +name=Safety Buoy +location=88 0 0 +model=static/navpoint +[navpoint] +label=navpoint_path07 +name=Safety Buoy +location=96 128 0 +model=static/navpoint +[navpoint] +label=navpoint_path08 +name=Safety Buoy +location=112 256 0 +model=static/navpoint +[navpoint] +label=navpoint_path09 +name=Safety Buoy +location=120 384 0 +model=static/navpoint +[navpoint] +label=navpoint_path10 +name=Safety Buoy +location=128 512 0 +model=static/navpoint + +; +; ANTWERP JUMPGATE + +[navpoint] +label=navpoint_south +name=Navigation Point South +location=128 -768 0 +model=static/navpoint + +[jumpgate] +label=jumpgate_antwerp +name=Jumpgate Anara -> Antwerp +model=colonial/jumpgate +target=antwerp:jumpgate_anara +color=106 95 87 +colorsecond=152 166 169 +location=120 -760 0 +direction=95 -- cgit v1.2.3