From 043b8f42ac413cf97471f5f305e4dac33ca65a35 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 22 Nov 2014 21:53:58 +0000 Subject: Added twilight guard and militia patrols to the Vostok system. --- base/ini/zones/vostok.ini | 155 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 131 insertions(+), 24 deletions(-) (limited to 'base/ini') diff --git a/base/ini/zones/vostok.ini b/base/ini/zones/vostok.ini index ab4961b..67ff7d8 100644 --- a/base/ini/zones/vostok.ini +++ b/base/ini/zones/vostok.ini @@ -20,17 +20,35 @@ faction=colonies ; zone information info=The Vostok system system marks the border of the Independent Colonies with the Southern Rim. +; ------------------------------------------------------------------ +; CLASS K STAR + +[star] +label=star +name=class K star +location=-576 928 8 +angles=0 310 0 +radius=71.5 +; [r g b] entity primary color, values in the 0-255 range +color=219 91 0 + +; ------------------------------------------------------------------ +; WARSAW JUMPGATE + [jumpgate] label=jumpgate_warsaw -location=1224 -984 0 +location=1224 -984 -8 angles=0 140 0 target=warsaw:jumpgate_vostok faction=colonies +; ------------------------------------------------------------------ +; STARBASE GESSER + [station] label=gesser name=Starbase Gesser -location=320 -696 0 +location=320 -696 -8 angles=0 15 0 infoname=Colonial starbase model=maps/colonial/helianthos @@ -44,6 +62,7 @@ colorsecond=0 1 0 [ship] label=lancer + ; cargo trade definitions [cargo] label=liquor price=475 @@ -67,35 +86,18 @@ colorsecond=0 1 0 label=turretblaster1 amount=-1 -[star] -label=star -name=class K star -location=-576 928 0 -angles=0 310 0 -radius=71.5 -; [r g b] entity primary color, values in the 0-255 range -color=219 91 0 - -[navpoint] -label=navpoint_south -name=Navigation point South -location=-328 208 0 - -[navpoint] -label=navpoint_north -name=Navigation point North -location=1456 -56 0 -angles=0 180 0 +; ------------------------------------------------------------------ +; ZAVULON BASE [station] label=zavulon name=Zavulon Base -location=1096 1176 0 +location=1096 1176 12 angles=0 245 0 radius=14 model=maps/pirate/repair_station -faction=pirates -infoname=Pirate base +faction=twiligh +infoname=Twilight Guard base [ship] label=raider @@ -103,6 +105,7 @@ infoname=Pirate base [ship] label=jaguar + ; cargo trade definitions [cargo] label=gold price=1150 @@ -118,6 +121,7 @@ infoname=Pirate base price=25 amount=0 + ; weapon trade definitions [weapon] label=laser2 amount=-1 @@ -130,3 +134,106 @@ infoname=Pirate base label=turretlaser2 amount=-1 +; ------------------------------------------------------------------ +; NAVIGATION POINT NORTH + +[navpoint] +label=navpoint_north +name=Navigation point North +location=1456 -56 -2 +angles=0 180 0 + +; ------------------------------------------------------------------ +; NAVIGATION POINT SOUTG + +[navpoint] +label=navpoint_south +name=Navigation point South +location=-328 208 0 + +; ------------------------------------------------------------------ +; NAVIGATION POINT WEST + +[navpoint] +label=navpoint_west +name=Navigation point West +location=246 1836 16 + +; ------------------------------------------------------------------ +; MILITIA PATROL + +[patrol] +label=patrol_militia +location=1232 -1408 0 +faction=militia +profile=patrol + + [npc] + name=Militia + ship=lancer + cannon=blaster2 + amount=1 + + [npc] + name=Militia + ship=tiger + cannon=blaster2 + amount=2 + + [npc] + name=Militia + ship=tiger + cannon=blaster2 + amount=2 + + [waypoint] + target=gesser + dock=yes + + [waypoint] + target=jumpgate_warsaw + + [waypoint] + target=navpoint_north + + [waypoint] + target=navpoint_south + +; ------------------------------------------------------------------ +; TWILIGHT GUARD PATROL + +[patrol] +label=patrol_twilitght +location=1360 -1400 0 +faction=twilight +profile=patrol + + [npc] + name=Twiligh Guard + ship=raider + cannon=laser3 + + [npc] + name=Twiligh Guard + ship=raider + cannon=laser2 + amount=2 + + [npc] + name=Twiligh Guard + ship=raider + cannon=laser2 + amount=2 + + [waypoint] + target=zavulon + dock=yes + + [waypoint] + target=navpoint_west + + [waypoint] + target=navpoint_south + + [waypoint] + target=navpoint_north -- cgit v1.2.3