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 | |
parent | d6f50ef657b3018a52f6061008609d7da74071ce (diff) |
Added turrets to the Wagon, updated Kronenbaden system trade definitions.
-rw-r--r-- | base/ini/zones/kronenbaden.ini | 14 | ||||
-rw-r--r-- | base/maps/colonial/sections/wagon_section_cargo.map | 12 |
2 files changed, 23 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 diff --git a/base/maps/colonial/sections/wagon_section_cargo.map b/base/maps/colonial/sections/wagon_section_cargo.map index a05e0ec..3e492e8 100644 --- a/base/maps/colonial/sections/wagon_section_cargo.map +++ b/base/maps/colonial/sections/wagon_section_cargo.map @@ -1139,3 +1139,15 @@ "light" "4" "_color" "1 0.5 0" } +// entity 27 +{ +"classname" "location_turret" +"origin" "0.000000 0.000000 -72.000000" +"angles" "90.000000 0.000000 0.000010" +} +// entity 28 +{ +"classname" "location_turret" +"origin" "0.000000 0.000000 72.000000" +"angles" "-90.000000 0.000000 0.000005" +} |