From 41eafaea1b7881513e39f74c1f5f0fe38b4531ed Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 14 Oct 2012 10:10:05 +0000 Subject: Updated cargo and weapon definitions. --- base/ini/cargo.ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'base/ini/cargo.ini') 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] -- cgit v1.2.3