From 044d04a4d3cc86e2de80982f12ca21c8e3951c37 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Sep 2010 22:11:02 +0000 Subject: cargo updates --- base/ini/cargo.ini | 33 +++++++++++++-------------------- base/ini/zones/ghant/alexandria.ini | 7 ++++++- base/ini/zones/ghant/custodian.ini | 3 +++ base/ini/zones/ghant/regula.ini | 14 ++++++++++++++ 4 files changed, 36 insertions(+), 21 deletions(-) (limited to 'base') diff --git a/base/ini/cargo.ini b/base/ini/cargo.ini index f3b2df1..d10eae1 100644 --- a/base/ini/cargo.ini +++ b/base/ini/cargo.ini @@ -5,30 +5,23 @@ ; This file describes all types of cargo that can be traded. ; [cargo] -label=crate_bs -name=Big Box of BS -info=This mysterious container is said to contain anything the owner's heart desires. Few people actually believe this, but the ones who do are usually prepared to pay a handsome price. +label=crates +name=Crates +info=A popular container used to store cargo during transport. model=maps/cargo/crate_bs +; default price +price=20 [cargo] -label=antracite -name=Antracite -info=Black coal, usually found underground. - -[cargo] -label=candy -name=Candy -info=Candy for the sweet tooth. +label=niobium +name=Niobium +info=This soft and 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 [cargo] label=liquor name=Liquor -info=Flavoured liquids containing ethanol. - -[cargo] -label=osirium -name=Osirium -info=Liquid metal similar to quicksilver, -info=emits a faint blue light when exposed -info=to ultra-violet radiation. - +info=Flavoured ethanol-containing liquids in funky colours. +; default price +price=50 \ No newline at end of file diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini index bba0eab..72db703 100644 --- a/base/ini/zones/ghant/alexandria.ini +++ b/base/ini/zones/ghant/alexandria.ini @@ -22,4 +22,9 @@ label=pod ; available cargo types [cargo] -label=crate_bs \ No newline at end of file +label=crates +price=20 + +[cargo] +label=niobium +price=250 diff --git a/base/ini/zones/ghant/custodian.ini b/base/ini/zones/ghant/custodian.ini index e23bad9..aa717e9 100644 --- a/base/ini/zones/ghant/custodian.ini +++ b/base/ini/zones/ghant/custodian.ini @@ -7,3 +7,6 @@ [dealer] ship=sharkan + +[ship] +label=sharkan \ No newline at end of file diff --git a/base/ini/zones/ghant/regula.ini b/base/ini/zones/ghant/regula.ini index c6e4160..f3464e0 100644 --- a/base/ini/zones/ghant/regula.ini +++ b/base/ini/zones/ghant/regula.ini @@ -8,3 +8,17 @@ [dealer] ship=vector ship=scalar + +[ship] +label=vector + +[ship] +label=scalar + +[cargo] +label=crates +price=50 + +[cargo] +label=niobium +price=150 -- cgit v1.2.3