Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-09-26 14:56:11 +0000
committerStijn Buys <ingar@osirion.org>2010-09-26 14:56:11 +0000
commite6f78b1bc4f617557a5bf8ed5a4a9ff3d7a89b87 (patch)
tree5d5c7c5415db5218bdd308582ee2f5c867ed13ed /base
parentbf22e307b875ecdb431a51eb19e9d1492b9fcddf (diff)
trading definitions for the ghant system
Diffstat (limited to 'base')
-rw-r--r--base/ini/zones/ghant.ini80
1 files changed, 69 insertions, 11 deletions
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini
index 5e1836c..e3ca7af 100644
--- a/base/ini/zones/ghant.ini
+++ b/base/ini/zones/ghant.ini
@@ -3,7 +3,7 @@
; world description for the Ghant system
;
-;
+; ------------------------------------------------------------------
; ZONE IDENTIFICATION
[zone]
@@ -12,7 +12,7 @@ name=Ghant system
; [string] sky texture
sky=sky12
-;
+; ------------------------------------------------------------------
; ORIGIN
[navpoint]
@@ -27,7 +27,7 @@ location=0 0 0
; [path] model path
model=maps/static/navpoint
-;
+; ------------------------------------------------------------------
; STAR
[star]
@@ -41,7 +41,7 @@ color=255 255 255
; [float] entity radius (10 game units == 1km ingame)
radius=90
-;
+; ------------------------------------------------------------------
; PLANET GHANT
[planet]
@@ -62,7 +62,7 @@ pitch=15
; [float] rotation speed, in degrees per second
rotationspeed=1
-;
+; ------------------------------------------------------------------
; ALEXANDRIA OUTPOST
[station]
@@ -85,6 +85,36 @@ default=yes
; info text
info=Alexandria outpost serves as a commercial and entertainment centre for the Ghant system. Because of its remote location, it is also a popular transit zone for more shady operations, giving birth to its nickname Queen of the Wasteland.
+; the sections below add trade definitions to the station
+
+ ; available ship types
+ [ship]
+ label=vector
+
+ [ship]
+ label=pod
+
+ ; available cargo types
+ [cargo]
+ ; always declare the label first
+ label=crates
+ ; price this base sells and busy the cargo at
+ price=15
+ ; initial amount, -1 means limitless supply, 0 means this base only buys this cargo
+ amount=-1
+
+ [cargo]
+ label=niobium
+ price=190
+ amount=0
+
+ [cargo]
+ label=liquor
+ price=475
+ amount=5
+
+; ------------------------------------------------------------------
+
[entity]
label=alexandria_storage1
name=storage tanks
@@ -103,6 +133,9 @@ color=222 192 145
colorsecond=160 160 160
direction=45
+; ------------------------------------------------------------------
+; BATTLESHIP CUSTODIAN
+
[station]
label=custodian
name=battleship Custodian
@@ -113,7 +146,15 @@ color=222 192 145
; [r g b] entity secondary color, values in the 0-255 range
colorsecond=160 160 160
-;
+ [ship]
+ label=sharkan
+
+ [cargo]
+ label=liquor
+ price=500
+ amount=0
+
+; ------------------------------------------------------------------
; PLANET SEYMOUR
[planet]
@@ -130,7 +171,7 @@ texture=planets/seymour
; [float] entity radius (10 game units == 1km ingame)
radius=68
-;
+; ------------------------------------------------------------------
; REGULA STATION
[station]
@@ -142,6 +183,23 @@ color=0.4 0.7 0
direction=225
info=Regula station is the headquarters of the local mining operation.
+ [ship]
+ label=vector
+
+ [ship]
+ label=scalar
+
+ [cargo]
+ label=crates
+ price=25
+ amount=0
+
+ [cargo]
+ label=niobium
+ price=150
+ ; unlimited
+ amount=-1
+
[entity]
label=regula_storage
name=Storage tanks
@@ -149,7 +207,7 @@ model=maps/colonial/regula_storage
location=-122 928 -32
color=0.4 0.7 0
-;
+; ------------------------------------------------------------------
; IKARUS SATELLITE
[entity]
@@ -161,7 +219,7 @@ color=100 100 230
direction=120
pitch=15
-;
+; ------------------------------------------------------------------
; BROGHA JUMPGATE
[navpoint]
@@ -179,7 +237,8 @@ location=716 -1024 24
direction=90
color=222 192 145
info=Jumpgate to the Brogha system.
-;
+
+; ------------------------------------------------------------------
; ANTWERP JUMPGATE
[jumpgate]
@@ -191,4 +250,3 @@ location=1024 348 32
direction=180
color=158 0 255
info=Jumpgate to the Antwerp system.
-