diff options
author | Stijn Buys <ingar@osirion.org> | 2013-11-04 16:12:14 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-11-04 16:12:14 +0000 |
commit | ebf1b5bb9f7a4e586e874f76a73f70e27364119e (patch) | |
tree | f3fcc0d1048d165f6f77bd8f6a1822afa83098d8 /base/ini/zones | |
parent | 94f88efdf7bc858dddc25b23e0999f535a69fd35 (diff) |
Added a merchant convoy and a militia patrol for testing purposes.
Diffstat (limited to 'base/ini/zones')
-rw-r--r-- | base/ini/zones/ghant.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 5907bab..63903a4 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -396,3 +396,37 @@ profile=convoy target=regula dock=yes buy=niobium + +[patrol] +label=patrol1 +faction=militia +profile=patrol + + [ship] + label=tiger + + [ship] + label=tiger + + [ship] + label=tiger + + [waypoint] + target=custodian + dock=yes + + [waypoint] + target=jumpgate_brogha + + [waypoint] + target=jumpgate_antwerp + + [waypoint] + target=jumpgate_kronenbaden + + [waypoint] + target=navpoint_origin + + [waypoint] + target=jumpgate_warsaw +
\ No newline at end of file |