From 31bd32374118198d7069fd293df7fb431eb48848 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 28 Mar 2021 14:16:25 +0200 Subject: Added niobium trade route between Warsaw and Regula. --- base/ini/zones/warsaw.ini | 52 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3