Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-03 19:42:54 +0000
committerStijn Buys <ingar@osirion.org>2010-10-03 19:42:54 +0000
commit03f2b51d88024f7718dd021a4762ddc1d2398c0d (patch)
tree151ec8747b8205cb8bdecb3a9711b746537a1527 /base/ini/zones/finnmark.ini
parentc9b3a24fdd7fde6927e89584b4fea41eccc63cea (diff)
added finnmark, karelia and albion systems.
Diffstat (limited to 'base/ini/zones/finnmark.ini')
-rw-r--r--base/ini/zones/finnmark.ini90
1 files changed, 90 insertions, 0 deletions
diff --git a/base/ini/zones/finnmark.ini b/base/ini/zones/finnmark.ini
new file mode 100644
index 0000000..ca4684b
--- /dev/null
+++ b/base/ini/zones/finnmark.ini
@@ -0,0 +1,90 @@
+;
+; finnmark.ini
+; world description for the Finnmark system
+;
+
+; ------------------------------------------------------------------
+; ZONE IDENTIFICATION
+
+[zone]
+name=Finnmark system
+
+; ------------------------------------------------------------------
+; STAR
+
+[star]
+; [string] entity label
+label=star
+; [string] entity name
+name=class B star
+location=256 1012 64
+; [r g b] entity primary color, values in the 0-255 range
+color=221 224 255
+; [float] entity radius (10 game units == 1km ingame)
+radius=90
+
+; ------------------------------------------------------------------
+; PLANET FINNMARK
+
+[planet]
+label=finnmark
+name=planet Finnmark
+default=yes
+color=192 88 -64
+location=128 64 0
+radius=70
+dock=yes
+
+ [ship]
+ label=talon
+
+ [ship]
+ label=enforcer
+
+ [ship]
+ label=betelgeuse
+
+ [cargo]
+ label=liquor
+ price=500
+ amount=0
+
+ [cargo]
+ label=gold
+ price=1250
+
+; ------------------------------------------------------------------
+; ANTWERP JUMPGATE
+
+[navpoint]
+label=navpoint_east
+name=Navigation Point East
+location=-68 -500 0
+model=maps/static/navpoint
+
+[jumpgate]
+label=jumpgate_antwerp
+name=Jumpgate Finnmark -> Antwerp
+model=maps/colonial/jumpgate
+target=antwerp:jumpgate_finnmark
+location=-96 -524 0
+direction=95
+color=106 95 87
+colorsecond=152 166 169
+info=Jumpgate to the Antwerp system.
+
+; ------------------------------------------------------------------
+; KARELIA JUMPPOINT
+
+[navpoint]
+label=navpoint_north
+name=Navigation Point North
+location=-68 -500 0
+model=maps/static/navpoint
+
+[jumppoint]
+label=jumppoint_karelia
+target=karelia:jumppoint_finnmark
+name=Jumppoint Finnmark -> Karelia
+info=Jumppoint to the Karelia system.
+location=512 512 0