diff options
author | Stijn Buys <ingar@osirion.org> | 2010-09-19 22:50:52 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-09-19 22:50:52 +0000 |
commit | 49a44486e93f5132bc41f2bf0c7769ca1a56a9c3 (patch) | |
tree | 713f013092f30bc5497be8ed85ff34ec8c9dce8b /base | |
parent | 515dd3f792b21c7879585406dd8b6117add7ca0a (diff) |
added cargo amount to station ini's
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/zones/ghant/alexandria.ini | 10 | ||||
-rw-r--r-- | base/ini/zones/ghant/custodian.ini | 7 | ||||
-rw-r--r-- | base/ini/zones/ghant/regula.ini | 5 |
3 files changed, 16 insertions, 6 deletions
diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini index 93231c6..ab61e2c 100644 --- a/base/ini/zones/ghant/alexandria.ini +++ b/base/ini/zones/ghant/alexandria.ini @@ -24,13 +24,15 @@ label=pod [cargo] ; always declare the label first label=crates -price=20 +price=15 +amount=-1 [cargo] label=niobium -price=250 +price=190 +amount=0 [cargo] label=liquor -price=300 - +price=475 +amount=5 diff --git a/base/ini/zones/ghant/custodian.ini b/base/ini/zones/ghant/custodian.ini index aa717e9..ab6ff03 100644 --- a/base/ini/zones/ghant/custodian.ini +++ b/base/ini/zones/ghant/custodian.ini @@ -9,4 +9,9 @@ ship=sharkan [ship] -label=sharkan
\ No newline at end of file +label=sharkan + +[cargo] +label=liquor +price=500 +amount=0 diff --git a/base/ini/zones/ghant/regula.ini b/base/ini/zones/ghant/regula.ini index f3464e0..d7f5c8a 100644 --- a/base/ini/zones/ghant/regula.ini +++ b/base/ini/zones/ghant/regula.ini @@ -17,8 +17,11 @@ label=scalar [cargo] label=crates -price=50 +price=25 +amount=0 [cargo] label=niobium price=150 +; unlimited +amount=-1 |