diff options
author | Stijn Buys <ingar@osirion.org> | 2010-09-18 22:11:02 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-09-18 22:11:02 +0000 |
commit | 044d04a4d3cc86e2de80982f12ca21c8e3951c37 (patch) | |
tree | 4f3de88224e93dbb6e0608194ee158fc529a9374 /base | |
parent | 92fb8e11a453529af453bdcaa647969972ac0bee (diff) |
cargo updates
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/cargo.ini | 33 | ||||
-rw-r--r-- | base/ini/zones/ghant/alexandria.ini | 7 | ||||
-rw-r--r-- | base/ini/zones/ghant/custodian.ini | 3 | ||||
-rw-r--r-- | base/ini/zones/ghant/regula.ini | 14 |
4 files changed, 36 insertions, 21 deletions
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 |