diff options
author | Stijn Buys <ingar@osirion.org> | 2010-09-19 19:46:35 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-09-19 19:46:35 +0000 |
commit | 9c42af211c1a61a997ae6865cd23ae4f8c5f8f95 (patch) | |
tree | 3205caa7feced039d302e25de8aa91fa3a02f29c /base/ini/zones | |
parent | 004ce249088ea8c5e0e094a76c7d28125c532a78 (diff) |
trade and cargo updates
Diffstat (limited to 'base/ini/zones')
-rw-r--r-- | base/ini/zones/antwerp/buccaneers.ini | 9 | ||||
-rw-r--r-- | base/ini/zones/ghant/alexandria.ini | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/base/ini/zones/antwerp/buccaneers.ini b/base/ini/zones/antwerp/buccaneers.ini index 9f867ed..7ff1a10 100644 --- a/base/ini/zones/antwerp/buccaneers.ini +++ b/base/ini/zones/antwerp/buccaneers.ini @@ -9,3 +9,12 @@ ship=raider ship=juggernaut +[ship] +label=raider + +[ship] +label=juggernaut + +[cargo] +label=gold +price=1100 diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini index 72db703..93231c6 100644 --- a/base/ini/zones/ghant/alexandria.ini +++ b/base/ini/zones/ghant/alexandria.ini @@ -22,9 +22,15 @@ label=pod ; available cargo types [cargo] +; always declare the label first label=crates price=20 [cargo] label=niobium price=250 + +[cargo] +label=liquor +price=300 + |