diff options
author | Stijn Buys <ingar@osirion.org> | 2016-08-02 21:09:20 +0200 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2016-08-02 21:09:20 +0200 |
commit | d47278093a547f92ea8ee5d4479ea338bd070bc5 (patch) | |
tree | 26e953929e4eec95af5e9d3d69654cadcdca7be5 /base/ini/zones | |
parent | e918d9a845f4deca4b48762fb13eb9f1837fd109 (diff) |
Added Hermione class liquid gas transport.
Diffstat (limited to 'base/ini/zones')
-rw-r--r-- | base/ini/zones/carthagio.ini | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/base/ini/zones/carthagio.ini b/base/ini/zones/carthagio.ini index 0a40a33..1f58cfb 100644 --- a/base/ini/zones/carthagio.ini +++ b/base/ini/zones/carthagio.ini @@ -50,6 +50,9 @@ info=Since it is in a gas mining system it most likely supports industry. label=water price=7 amount=-1 + + [ship] + label=hermione [jumpgate] label=jumpgate_ground @@ -157,7 +160,7 @@ showonmap=true [station] label=medusa -name=Medusa refinery +name=Medusa Gas Storage location=-298 -288 0 angles=0 69 0 radius=16 @@ -173,4 +176,30 @@ info=Phosphine gas processing facility. label=phosphine price=285 amount=-1 -
\ No newline at end of file + +[patrol] +label=phosphine_transport +profile=convoy +faction=praetoria + + [npc] + name=Transport + ship=hermione + turret=turretneutron1 + amount=2 + + [npc] + name=Transport + ship=hermione + turret=turretneutron1 + amount=2 + + [waypoint] + target=medusa + dock=yes + cargo=phosphine + + [waypoint] + target=carthagio + dock=yes + |