From 26928ae9f059ce89f9701cfaf91371143c784460 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 7 Jan 2013 21:55:58 +0000 Subject: Added turrets to the Wagon, updated Kronenbaden system trade definitions. --- base/ini/zones/kronenbaden.ini | 14 +++++++++++--- 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 @@ -60,6 +64,10 @@ faction=colonies color=1.0 1.0 1.0 dock=yes + [cargo] + label=diamonds + amount=0 + [cargo] label=gold price=1275 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" +} -- cgit v1.2.3