diff options
Diffstat (limited to 'base/ini/zones/ghant')
-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 |
3 files changed, 23 insertions, 1 deletions
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 |