diff options
author | Stijn Buys <ingar@telenet.be> | 2021-03-28 14:16:25 +0200 |
---|---|---|
committer | Stijn Buys <ingar@telenet.be> | 2021-03-28 14:16:25 +0200 |
commit | 31bd32374118198d7069fd293df7fb431eb48848 (patch) | |
tree | e03388e417d328797fc4c8f2923ef59e8540830c /base/ini/zones | |
parent | a6fcc4d6bb9a4e8292cc4b91155b6c163dc9983a (diff) |
Diffstat (limited to 'base/ini/zones')
-rw-r--r-- | base/ini/zones/warsaw.ini | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/base/ini/zones/warsaw.ini b/base/ini/zones/warsaw.ini index 6ac5428..5336297 100644 --- a/base/ini/zones/warsaw.ini +++ b/base/ini/zones/warsaw.ini @@ -98,6 +98,12 @@ info=As the corporate headquarters of Micron Corporation, spaceship components a price=325 amount=0 + [cargo] + label=niobium + price=210 + ; no initial supply + amount=0 + ; available ship types [ship] label=vector @@ -122,7 +128,51 @@ info=As the corporate headquarters of Micron Corporation, spaceship components a amount=-1 ; ------------------------------------------------------------------ -; GHANT JUMPGATE +; MERCHANT TRADE ROUTE + +[patrol] +label=convoy_merchants +location=14 -887 0 +faction=merchants +profile=convoy + + [npc] + name=Merchant + ; ship model used by this NPC type + ship=vector + ; the type of cannon this NPC type will use + cannon=laser1 + ; maximal amount of NPCs of this type to add + amount=3 + + [npc] + name=Merchant + ship=scalar + cannon=laser1 + amount=2 + + [waypoint] + target=warsaw + ; dock at this waypoint + dock=yes + ; cargo to buy at this waypoint + cargo=crates + + [waypoint] + target=jumpgate_ghant + dock=yes + + [waypoint] + target=ghant:regula + dock=yes + cargo=niobium + + [waypoint] + target=ghant:jumpgate_warsaw + dock=yes + +; ------------------------------------------------------------------ +; VOSTOK JUMPGATE [jumpgate] label=jumpgate_vostok |