diff options
Diffstat (limited to 'base/ini/zones')
-rw-r--r-- | base/ini/zones/antwerp.ini | 49 | ||||
-rw-r--r-- | base/ini/zones/ghant.ini | 4 |
2 files changed, 41 insertions, 12 deletions
diff --git a/base/ini/zones/antwerp.ini b/base/ini/zones/antwerp.ini index dbd932e..7b58428 100644 --- a/base/ini/zones/antwerp.ini +++ b/base/ini/zones/antwerp.ini @@ -231,15 +231,11 @@ faction=colonies ; MILITIA PATROL [patrol] -label=patrol1 +label=patrol_militia faction=militia profile=patrol [ship] - label=lancer - amount=1 - - [ship] label=tiger amount=3 @@ -254,13 +250,46 @@ profile=patrol [waypoint] target=jumpgate_ghant - dock=yes - + + [waypoint] + target=jumpgate_kronenbaden + + [waypoint] + target=jumpgate_finnmark + + [waypoint] + target=jumpgate_albion + +; ------------------------------------------------------------------ +; PIRATE PATROL + +[patrol] +label=patrol_pirates +faction=pirates +profile=patrol + + [ship] + label=raider + amount=2 + + [ship] + label=raider + amount=2 + + [ship] + label=raider + amount=2 + [waypoint] - target=ghant:custodian + target=buccaneers dock=yes [waypoint] - target=ghant:jumpgate_antwerp + target=jumpgate_kronenbaden + + [waypoint] + target=buccaneers dock=yes -
\ No newline at end of file + + [waypoint] + target=jumpgate_finnmark diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index e86d7da..4c532b2 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -382,7 +382,7 @@ faction=colonies ; MERCHANT TRADE ROUTE [patrol] -label=convoy1 +label=convoy_merchants faction=merchants profile=convoy @@ -407,7 +407,7 @@ profile=convoy ; MILITIA PATROL [patrol] -label=patrol1 +label=patrol_militia faction=militia profile=patrol |