From 734e46bedc05eeb3f9c5e11224ddb5c2f3103790 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 26 Nov 2013 22:58:59 +0000 Subject: Added ship and cargo definitions to Tarsis base, added pirate patrol to the Kronenbaden system. --- base/ini/zones/kronenbaden.ini | 116 ++++++++++++++++++++++++++++------------- 1 file changed, 79 insertions(+), 37 deletions(-) (limited to 'base/ini') diff --git a/base/ini/zones/kronenbaden.ini b/base/ini/zones/kronenbaden.ini index 0d83450..097a63f 100644 --- a/base/ini/zones/kronenbaden.ini +++ b/base/ini/zones/kronenbaden.ini @@ -24,6 +24,12 @@ angles=0 250 0 radius=58 color=1.0 1.0 0.9 +[navpoint] +label=navpoint_solar +name=Navpoint Solar +location=692 1076 512 +angles=0 -115 0 + ; ------------------------------------------------------------------ ; PLANET BADEN @@ -141,7 +147,7 @@ faction=colonies [jumpgate] label=jumpgate_warsaw -location=-1024 768 -64 +location=-1200 864 -64 angles=0 300 0 target=warsaw:jumpgate_kronenbaden faction=colonies @@ -185,6 +191,52 @@ faction=colonies price=25 amount=0 +; ------------------------------------------------------------------ +; TARSIS STATION + +[station] +label=tarsis +name=Tarsis station +location=-72 1480 0 +angles=0 -105 0 +radius=14 +model=maps/pirate/base_asteroid02 +faction=pirates +infoname=Pirate base + + [ship] + label=raider + + [ship] + label=jaguar + + [cargo] + label=gold + price=1100 + amount=-1 + + [cargo] + label=liquor + price=465 + amount=0 + + [cargo] + label=water + price=20 + amount=0 + + [weapon] + label=laser1 + amount=-1 + + [weapon] + label=laser2 + amount=-1 + + [weapon] + label=turretlaser1 + amount=-1 + ; ------------------------------------------------------------------ ; MERCHANT TRADE ROUTE @@ -224,46 +276,36 @@ profile=convoy dock=yes cargo=water -[station] -label=tarsis -name=Tarsis -location=-72 1480 0 -angles=0 -105 0 -radius=14 -model=maps/pirate/base_asteroid02 -faction=pirates -infoname=Pirate base - - [ship] - label=raider - - [ship] - label=jaguar +; ------------------------------------------------------------------ +; PIRATE PATROL - [cargo] - label=gold - price=1100 - amount=-1 +[patrol] +label=patrol_pirates +location=1472 -1480 0 +faction=pirates +profile=patrol - [cargo] - label=liquor - price=465 - amount=0 + [npc] + name=Pirate + ship=jaguar + cannon=laser2 - [cargo] - label=water - price=20 - amount=0 + [npc] + name=Pirate + ship=raider + cannon=laser1 + amount=2 - [weapon] - label=laser1 - amount=-1 + [waypoint] + target=tarsis + dock=yes - [weapon] - label=laser2 - amount=-1 + [waypoint] + target=jumpgate_warsaw - [weapon] - label=turretlaser1 - amount=-1 + [waypoint] + target=tarsis + dock=yes + [waypoint] + target=navpoint_solar -- cgit v1.2.3