diff options
author | Stijn Buys <ingar@osirion.org> | 2013-11-26 22:58:59 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-11-26 22:58:59 +0000 |
commit | 734e46bedc05eeb3f9c5e11224ddb5c2f3103790 (patch) | |
tree | 4252c578da881f9e7a2963d0621b6ab641bf9f8a | |
parent | 7e0f2d56e99889ca694b6ba256fd01a41dcd440d (diff) |
Added ship and cargo definitions to Tarsis base,
added pirate patrol to the Kronenbaden system.
-rw-r--r-- | base/ini/zones/kronenbaden.ini | 116 |
1 files changed, 79 insertions, 37 deletions
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 @@ -186,6 +192,52 @@ faction=colonies 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 [patrol] @@ -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 |