diff options
author | Stijn Buys <ingar@osirion.org> | 2012-10-14 10:10:05 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-10-14 10:10:05 +0000 |
commit | 41eafaea1b7881513e39f74c1f5f0fe38b4531ed (patch) | |
tree | 2f31b9b48639fa22d81dd59295966ad115fcafc5 | |
parent | a8f4d23d315154b477a576d5b6617e2638217700 (diff) |
Updated cargo and weapon definitions.
-rw-r--r-- | base/ini/cargo.ini | 10 | ||||
-rw-r--r-- | base/ini/weapons.ini | 1 | ||||
-rw-r--r-- | base/ini/zones/brogha.ini | 2 | ||||
-rw-r--r-- | base/ini/zones/khorsand.ini | 5 |
4 files changed, 13 insertions, 5 deletions
diff --git a/base/ini/cargo.ini b/base/ini/cargo.ini index abc071d..a330724 100644 --- a/base/ini/cargo.ini +++ b/base/ini/cargo.ini @@ -3,6 +3,8 @@ ;
; global cargo type definitions
; This file describes all types of cargo that can be traded.
+; The price key sets the default price at which the cargo
+; is bought by stations.
;
[cargo]
@@ -10,7 +12,7 @@ label=crates name=Crates
model=models/cargo/crate/crate
; default price
-price=20
+price=40
; volume per unit, in cubic meters
volume=1
; information
@@ -43,7 +45,7 @@ label=gold name=Gold
model=models/cargo/gold/gold
; default price
-price=300
+price=1500
volume=1
info=Since the beginning of recorded history, gold has been a highly sought-after precious metal.
info=With wealthy customers like banks, jewellers and the high-tech industry, gold trade is usually a lucrative endeavour.
@@ -61,7 +63,7 @@ name=Liquor info=Although no longer the cheap means of intoxication it used to be, drinkable liquids containing ethanol exist for anyone's budget.
info=From cheap distilled potatoes, to fine fermented highland grains, each with its own particular taste and hangover.
; default price
-price=50
+price=350
volume=1
[cargo]
@@ -71,7 +73,7 @@ model=models/cargo/niobium/niobium info=This soft, grey metal is commonly used in superconducting alloys and optronic components.
info=While it is easy to process and refine, rich deposits are rare making it a valuable commodity.
; default price
-price=150
+price=250
volume=1
[cargo]
diff --git a/base/ini/weapons.ini b/base/ini/weapons.ini index cfcb1e3..df1dc2f 100644 --- a/base/ini/weapons.ini +++ b/base/ini/weapons.ini @@ -7,6 +7,7 @@ [mine] label=mine_dumb name=Dumb mine +info=The dumb mine is the cheapest of all mines. It will remain stationary in space and explode if something touches it. [mine] label=mine_proxy diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini index 099ccfb..08e5245 100644 --- a/base/ini/zones/brogha.ini +++ b/base/ini/zones/brogha.ini @@ -59,7 +59,7 @@ yaw=180 rotationspeed=1 ; this is a dockable planet dock=yes -info=Planet Brogha is largest exporter of agricultural products in the Independent Colonies. +info=Planet Brogha is the largest exporter of agricultural products in the Independent Colonies. [ship] label=vector diff --git a/base/ini/zones/khorsand.ini b/base/ini/zones/khorsand.ini index 3be7417..5e82220 100644 --- a/base/ini/zones/khorsand.ini +++ b/base/ini/zones/khorsand.ini @@ -77,6 +77,11 @@ info=Kerman refinery is the largest niobium processing facility in the Independe label=crates price=45 amount=0 + + [cargo] + label=liquor + price=350 + amount=0 [cargo] label=niobium |