From 06a63fbeb63e035c43cc11971dd5342c0b410934 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Nov 2013 20:16:07 +0000 Subject: Removed deprecated keys, converted patrols to the new syntax, added npc weapon types. --- base/ini/zones/ghant.ini | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'base/ini/zones/ghant.ini') diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index bec3898..1c45e7b 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -387,9 +387,13 @@ label=convoy_merchants faction=merchants profile=convoy - [ship] - label=vector - ; maximal amount of ships of this type + [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] @@ -412,13 +416,18 @@ label=patrol_militia faction=militia profile=patrol - [ship] - label=tiger + [npc] + name=Militia + ship=tiger + cannon=blaster1 - [ship] - label=tiger + [npc] + name=Militia + ship=tiger + cannon=blaster1 amount=3 + [waypoint] target=custodian dock=yes -- cgit v1.2.3