From 9c42af211c1a61a997ae6865cd23ae4f8c5f8f95 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Sep 2010 19:46:35 +0000 Subject: trade and cargo updates --- base/ini/cargo.ini | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'base/ini/cargo.ini') diff --git a/base/ini/cargo.ini b/base/ini/cargo.ini index fc5b3d0..dc149c7 100644 --- a/base/ini/cargo.ini +++ b/base/ini/cargo.ini @@ -7,21 +7,37 @@ [cargo] label=crates name=Crates -info=A popular container used to store cargo during transport. -model=maps/cargo/crate_bs +model=maps/cargo/crate ; default price price=20 +; volume per unit, in cubic meters +volume=1 +; information +info=A popular container used to store cargo during transport. [cargo] -label=niobium -name=Niobium -info=This soft, grey metal is commonly used in superconducting alloys and optronics. While it is easy to process and refine, rich deposits are rare which makes it a valuable commodity. +label=gold +name=Gold +model=models/cargo/gold/gold ; default price -price=150 +price=300 +volume=1 +info=Since the beginning of recorded history, gold has been a highly sought-after precious metal. Used for coinage, jewelry and a host of industrial applications, gold can be sold almost everywhere at attractive prices. [cargo] label=liquor name=Liquor info=Flavoured ethanol-containing liquids in funky colours. ; default price -price=50 \ No newline at end of file +price=50 +volume=1 + +[cargo] +label=niobium +name=Niobium +model=models/cargo/niobium +info=This soft, grey metal is commonly used in superconducting alloys and optronics. While it is easy to process and refine, rich deposits are rare which makes it a valuable commodity. +; default price +price=150 +volume=1 + -- cgit v1.2.3