diff options
author | Stijn Buys <ingar@osirion.org> | 2013-01-07 21:55:58 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-01-07 21:55:58 +0000 |
commit | 26928ae9f059ce89f9701cfaf91371143c784460 (patch) | |
tree | 4bf8d62e456186907bc0ba4a387f0aaef81b3833 /base/ini | |
parent | d6f50ef657b3018a52f6061008609d7da74071ce (diff) |
Added turrets to the Wagon, updated Kronenbaden system trade definitions.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/zones/kronenbaden.ini | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/base/ini/zones/kronenbaden.ini b/base/ini/zones/kronenbaden.ini index 1d221d4..df6d2e9 100644 --- a/base/ini/zones/kronenbaden.ini +++ b/base/ini/zones/kronenbaden.ini @@ -35,16 +35,20 @@ faction=colonies ; set color to white, otherwise faction color will be used color=1.0 1.0 1.0 dock=yes +info=Baden is an agricultural planet. [cargo] - label=gold - price=1280 - amount=0 + label=liquor + price=245 + amount=-1 [cargo] label=water price=8 amount=-1 + + [ship] + label=wagon ; ------------------------------------------------------------------ ; PLANET KRONE @@ -61,6 +65,10 @@ color=1.0 1.0 1.0 dock=yes [cargo] + label=diamonds + amount=0 + + [cargo] label=gold price=1275 amount=0 |