From 9f94cecb99a8cbf079ce252698d48ce098e23be4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 7 Dec 2012 08:41:24 +0000 Subject: Renamed 'independent' faction to 'neutral', added 'rogue', 'merchants' and 'mercenaries' factions, added zone files for Praetorian space and surrounding star systems, updated the Caledonia system. --- base/ini/zones/ground.ini | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 base/ini/zones/ground.ini (limited to 'base/ini/zones/ground.ini') diff --git a/base/ini/zones/ground.ini b/base/ini/zones/ground.ini new file mode 100644 index 0000000..e1d5f92 --- /dev/null +++ b/base/ini/zones/ground.ini @@ -0,0 +1,39 @@ +; +; ground.ini +; world description for the Ground system +; +; ------------------------------------------------------------------ +; ZONE IDENTIFICATION + +[zone] +; zone name +name=Ground system +; ambient color +ambient=.1 .1 .1 +; [x y z] galactic location +location=637 251 0 +; faction +faction=neutral + +; zone information +info=The Ground system. + +[jumppoint] +label=jumppoint_eastend +location=976 1240 0 +angles=0 245 0 +target=eastend:jumppoint_ground + +[jumpgate] +label=jumpgate_carthagio +location=968 -208 0 +angles=0 165 0 +target=carthagio:jumpgate_ground +faction=neutral + +[jumpgate] +label=jumpgate_yser +location=-976 -72 0 +angles=0 15 0 +target=yser:jumpgate_ground +faction=neutral -- cgit v1.2.3