Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/ini/cargo.ini18
-rw-r--r--base/ini/world.ini1
-rw-r--r--base/ini/zones/albion.ini5
-rw-r--r--base/ini/zones/anara.ini4
-rw-r--r--base/ini/zones/antwerp.ini10
-rw-r--r--base/ini/zones/brogha.ini18
-rw-r--r--base/ini/zones/burton.ini5
-rw-r--r--base/ini/zones/eastend.ini5
-rw-r--r--base/ini/zones/finnmark.ini9
-rw-r--r--base/ini/zones/ghant.ini15
-rw-r--r--base/ini/zones/khorsand.ini85
-rw-r--r--base/ini/zones/kiana.ini11
-rw-r--r--base/ini/zones/lindblade.ini10
13 files changed, 196 insertions, 0 deletions
diff --git a/base/ini/cargo.ini b/base/ini/cargo.ini
index d5deca6..068775c 100644
--- a/base/ini/cargo.ini
+++ b/base/ini/cargo.ini
@@ -88,3 +88,21 @@ info=Hyperdrives, anti-gravity generators and most home appliances require the u
; default price
price=250
volume=1
+
+[cargo]
+label=gateparts
+name=Gate parts
+info=The equipment and materials required to connect systems is highly sought after.
+info=Due to limited contracts with the main houses, the borderworlds will pay extremely high for
+info=trade which allows them to connect the colonies faster.
+price=675
+volume=3
+
+[cargo]
+label=water
+name=Water
+info=Also known as Hydrogen Dioxide, water is a chemical substance required by all humanoid life.
+info=The rarity of planets abundant in fresh water invokes the requirement for water-synthesis.
+info=The majority of used water is recycled, however colonies and stations near the outer-rim will pay a high price.
+price=5
+volume=1
diff --git a/base/ini/world.ini b/base/ini/world.ini
index c79b233..5ad5e36 100644
--- a/base/ini/world.ini
+++ b/base/ini/world.ini
@@ -14,6 +14,7 @@ zone=ghant
zone=brogha
zone=antwerp
zone=kronenbaden
+zone=khorsand
; neutral systems
zone=eastend
diff --git a/base/ini/zones/albion.ini b/base/ini/zones/albion.ini
index fa497e3..d980925 100644
--- a/base/ini/zones/albion.ini
+++ b/base/ini/zones/albion.ini
@@ -45,6 +45,11 @@ location=-224 0 0
label=iron
price=250
+ [cargo]
+ label=water
+ price=5
+ amount=-1
+
; ------------------------------------------------------------------
; LINDBLADE JUMPGATE
diff --git a/base/ini/zones/anara.ini b/base/ini/zones/anara.ini
index 2db8057..6ee7921 100644
--- a/base/ini/zones/anara.ini
+++ b/base/ini/zones/anara.ini
@@ -41,6 +41,10 @@ location=128 768 32
price=500
amount=0
+ [cargo]
+ label=water
+ price=12
+ amount=0
; ------------------------------------------------------------------
; this is the line of navpoints for leading ships through anara's gas clouds
diff --git a/base/ini/zones/antwerp.ini b/base/ini/zones/antwerp.ini
index 3a533b5..36ab221 100644
--- a/base/ini/zones/antwerp.ini
+++ b/base/ini/zones/antwerp.ini
@@ -48,6 +48,11 @@ location=512 -512 0
price=425
amount=0
+ [cargo]
+ label=water
+ price=12
+ amount=0
+
; ------------------------------------------------------------------
; PLANET ANTWERP
@@ -94,6 +99,11 @@ radius=20
price=500
amount=0
+ [cargo]
+ label=water
+ price=20
+ amount=0
+
;[station]
;ship=juggernaut
;label=jollyroger
diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini
index a02ed12..56b213c 100644
--- a/base/ini/zones/brogha.ini
+++ b/base/ini/zones/brogha.ini
@@ -69,6 +69,11 @@ info=Planet Brogha is largest exporter of agricultural products in the Independe
price=250
amount=-1
+ [cargo]
+ label=water
+ price=4
+ amount=-1
+
[navpoint]
label=navpoint_solar
name=Navigation point Solar
@@ -104,6 +109,11 @@ yaw=-45
price=300
amount=0
+ [cargo]
+ label=water
+ price=10
+ amount=0
+
; ------------------------------------------------------------------
; GHANT JUMPGATE
@@ -134,3 +144,11 @@ faction=colonies
target=eastend:jumpgate_brogha
location=700 -1024 0
yaw=180
+
+[jumpgate]
+; name and info are automaticly set for jumpgates
+label=jumpgate_khorsand
+target=khorsand:jumpgate_brogha
+faction=colonies
+location=-256 -768 8
+yaw=180
diff --git a/base/ini/zones/burton.ini b/base/ini/zones/burton.ini
index 3050e57..95cb0ef 100644
--- a/base/ini/zones/burton.ini
+++ b/base/ini/zones/burton.ini
@@ -47,6 +47,11 @@ location=128 128 0
price=750
amount=0
+ [cargo]
+ label=water
+ price=12
+ amount=0
+
; ------------------------------------------------------------------
; FINNMARK JUMPGATE
diff --git a/base/ini/zones/eastend.ini b/base/ini/zones/eastend.ini
index 34db622..b1a44c8 100644
--- a/base/ini/zones/eastend.ini
+++ b/base/ini/zones/eastend.ini
@@ -46,6 +46,11 @@ default = yes
price=450
amount=0
+ [cargo]
+ label=water
+ price=12
+ amount=0
+
; ------------------------------------------------------------------
; ALBION JUMPGATE
diff --git a/base/ini/zones/finnmark.ini b/base/ini/zones/finnmark.ini
index 62fed85..d7afafa 100644
--- a/base/ini/zones/finnmark.ini
+++ b/base/ini/zones/finnmark.ini
@@ -66,6 +66,11 @@ info=Nobody objected when the miners colonized this inhospitable frozen world an
label=gold
price=1250
+ [cargo]
+ label=water
+ price=4
+ amount=-1
+
; ------------------------------------------------------------------
; KVALSUND MINING OPERATIONS
@@ -85,6 +90,10 @@ yaw=-90
label=iron
price=50
+ [cargo]
+ label=water
+ price=10
+ amount=0
; ------------------------------------------------------------------
; ANTWERP JUMPGATE
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini
index 28656f9..b60ae9d 100644
--- a/base/ini/zones/ghant.ini
+++ b/base/ini/zones/ghant.ini
@@ -126,6 +126,11 @@ info=Alexandria outpost serves as a commercial and entertainment centre for the
; no initial supply
amount=0
+ [cargo]
+ label=water
+ price=10
+ amount=0
+
[entity]
label=alexandria_storage1
name=storage tanks
@@ -173,6 +178,11 @@ yaw=305
price=350
amount=0
+ [cargo]
+ label=water
+ price=10
+ amount=0
+
; ------------------------------------------------------------------
; PLANET SEYMOUR
@@ -220,6 +230,11 @@ info=Regula station is the headquarters of the local niobium mining operation.
; unlimited
amount=-1
+ [cargo]
+ label=water
+ price=14
+ amount=0
+
[entity]
label=regula_storage
name=Storage tanks
diff --git a/base/ini/zones/khorsand.ini b/base/ini/zones/khorsand.ini
new file mode 100644
index 0000000..4a5c96e
--- /dev/null
+++ b/base/ini/zones/khorsand.ini
@@ -0,0 +1,85 @@
+;
+; khorsand.ini
+; world description for the Khorsand system
+;
+
+[zone]
+name=Khorsand system
+
+[navpoint]
+label=navpoint_origin
+name=Navigation point Origin
+location=0 0 0
+
+[star]
+; [string] entity label
+label=star
+; [string] entity name
+name=class K star
+location=256 512 0
+; [r g b] entity primary color, values in the 0-255 range
+color=240 224 130
+; [float] entity radius (10 game units == 1km ingame)
+radius=130
+
+
+[jumpgate]
+; name and info are automaticly set for jumpgates
+label=jumpgate_brogha
+target=brogha:jumpgate_khorsand
+faction=colonies
+location=768 -512 12
+yaw=0
+
+[station]
+label=kerman
+name=Kerman Station
+model=maps/colonial/regula
+location=-448 -96 -12
+color=0.7 0.7 0
+yaw=225
+complex=yes
+info=Kerman station is the main niobium refinery in the border worlds.
+
+ [ship]
+ label=vector
+
+ [ship]
+ label=scalar
+
+ [cargo]
+ label=crates
+ price=45
+ amount=0
+
+ [cargo]
+ label=niobium
+ price=280
+ amount=0
+
+ [cargo]
+ label=water
+ price=20
+ amount=0
+
+ [cargo]
+ label=superconductors
+ price=250
+ amount=-1
+
+[entity]
+label=kerman_storage
+name=Storage tanks
+model=maps/colonial/regula_storage
+location=-448 -86 -12
+color=0.9 0.9 0.1
+complex=yes
+
+[entity]
+label=kerman_storage2
+name=Storage tanks
+model=maps/colonial/regula_storage
+location=-448 -106 -12
+yaw=180
+color=0.9 0.9 0.1
+complex=yes
diff --git a/base/ini/zones/kiana.ini b/base/ini/zones/kiana.ini
index 269a157..f7a6ec6 100644
--- a/base/ini/zones/kiana.ini
+++ b/base/ini/zones/kiana.ini
@@ -66,6 +66,12 @@ default=yes
[ship]
label=ravager
+ [cargo]
+ label=water
+ price=8
+ amount=-1
+
+
[planet]
label=tsukhan_generator
name=M-L13
@@ -215,6 +221,11 @@ location=256 16 16
[ship]
label=camel
+ [cargo]
+ label=water
+ amount=0
+ price=10
+
[jumpgate]
label=jumpgate_alphakosiya
target=alpha_kosiya:jumpgate_kiana
diff --git a/base/ini/zones/lindblade.ini b/base/ini/zones/lindblade.ini
index 2018343..6bb379b 100644
--- a/base/ini/zones/lindblade.ini
+++ b/base/ini/zones/lindblade.ini
@@ -63,6 +63,11 @@ pitch=0
price=300
amount=0
+ [cargo]
+ label=water
+ price=8
+ amount=0
+
; ------------------------------------------------------------------
; STATION 15
@@ -87,6 +92,11 @@ yaw=315
price=285
amount=0
+ [cargo]
+ label=water
+ price=10
+ amount=0
+
[navpoint]
label=navpoint_15
name=Navigation point 15