Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-17 00:36:02 +0000
committerStijn Buys <ingar@osirion.org>2013-11-17 00:36:02 +0000
commit775a6f36b38a5023643de87df23a71ef840213be (patch)
treedccab9ea5ec9fc6526c46115fb0d6e6b3021e138 /base/ini/zones/brogha.ini
parent24c1f3cf27b212b63e9ce252e94e632edd1cf90b (diff)
Added Xibalba system,
various world updates.
Diffstat (limited to 'base/ini/zones/brogha.ini')
-rw-r--r--base/ini/zones/brogha.ini59
1 files changed, 59 insertions, 0 deletions
diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini
index 730a585..d110827 100644
--- a/base/ini/zones/brogha.ini
+++ b/base/ini/zones/brogha.ini
@@ -109,6 +109,7 @@ model=maps/colonial/cantor
faction=research
location=-512 0 32
yaw=-45
+infoname=Research facility
[cargo]
label=liquor
@@ -124,6 +125,10 @@ yaw=-45
label=medicines
price=290
amount=0
+
+ [cargo]
+ label=optronics
+ price=520
; ------------------------------------------------------------------
; GHANT JUMPGATE
@@ -155,3 +160,57 @@ target=khorsand:jumpgate_brogha
faction=colonies
location=-256 -768 8
yaw=90
+
+; ------------------------------------------------------------------
+; MERCHANT TRADE ROUTE
+
+[patrol]
+label=convoy_merchants
+location=1192 -912 0
+faction=merchants
+profile=convoy
+
+ [npc]
+ name=Merchant
+ ; ship model used by this NPC type
+ ship=scalar
+ ; the type of cannon this NPC type will use
+ cannon=laser2
+ ; the type of turret this NPC type will use
+ turret=turretlaser1
+ ; maximal amount of NPCs of this type to add
+ amount=2
+
+ [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
+
+ [waypoint]
+ target=brogha
+ ; dock at this waypoint
+ dock=yes
+ ; cargo to buy at this waypoint
+ cargo=liquor
+
+ [waypoint]
+ target=jumpgate_ghant
+ ; dock at this waypoint
+ dock=yes
+
+ [waypoint]
+ target=ghant:ghant
+ ; dock at this waypoint
+ dock=yes
+ ; cargo to buy at this waypoint
+ cargo=niobium
+
+ [waypoint]
+ target=ghant:jumpgate_brogha
+ ; dock at this waypoint
+ dock=yes
+ \ No newline at end of file