From 28db05091a20edb3f32e40c3c10a8e96b49cf000 Mon Sep 17 00:00:00 2001
From: Michael Rodenhurst <thorn@osirion.org>
Date: Wed, 13 Jul 2011 23:15:39 +0000
Subject: Ghant dockable, Terraforming Equipment commodity added. Regula
 niobium price increase

---
 base/ini/cargo.ini       |  8 ++++++++
 base/ini/zones/ghant.ini | 13 ++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/base/ini/cargo.ini b/base/ini/cargo.ini
index a8f07d5..6e240dc 100644
--- a/base/ini/cargo.ini
+++ b/base/ini/cargo.ini
@@ -106,3 +106,11 @@ info=The rarity of planets abundant in fresh water invokes the requirement for w
 info=The majority of used water is recycled, however remote colonies and stations will pay a high price for fresh supplies.
 price=5
 volume=1
+
+[cargo]
+label=terraformingequipment
+name=Terraforming Equipment
+info=Terraformers are responsible for modifying the surrounding surface and atmosphere to allow for human habitation.
+info=The TrueForm terraforming company are accountable for the manufacturing of all terraformers.
+price=1500
+volume=4
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini
index 978ad62..9ac2b75 100644
--- a/base/ini/zones/ghant.ini
+++ b/base/ini/zones/ghant.ini
@@ -58,6 +58,17 @@ radius=64
 pitch=-15
 ; [float] rotation speed, in degrees per second
 rotationspeed=1
+dock=yes
+
+	[cargo]
+	label=terraformingequipment
+	price=1650
+	amount=0
+	
+	[cargo]
+	label=water
+	price=8
+	amount=-1
 
 ; ------------------------------------------------------------------
 ; ALEXANDRIA OUTPOST
@@ -220,7 +231,7 @@ info=Regula station is the headquarters of the local niobium mining operation.
 
 	[cargo]
 	label=niobium
-	price=125
+	price=150
 	; unlimited
 	amount=-1
 
-- 
cgit v1.2.3