diff options
Diffstat (limited to 'base')
-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 |