diff options
author | Michael Rodenhurst <thorn@osirion.org> | 2011-07-13 23:15:39 +0000 |
---|---|---|
committer | Michael Rodenhurst <thorn@osirion.org> | 2011-07-13 23:15:39 +0000 |
commit | 28db05091a20edb3f32e40c3c10a8e96b49cf000 (patch) | |
tree | 98300f8cf1ea8fd3cb12801ff19cca889d16ee1b | |
parent | 05c14d7c4f43fad46fa494cea40e49f1e8457e66 (diff) |
Ghant dockable, Terraforming Equipment commodity added. Regula niobium price increase
-rw-r--r-- | base/ini/cargo.ini | 8 | ||||
-rw-r--r-- | base/ini/zones/ghant.ini | 13 |
2 files changed, 20 insertions, 1 deletions
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 |