Naboo planetary spawns

Put in only starter npcs for now
This commit is contained in:
Bronco69
2014-06-13 01:20:47 +02:00
parent 7b7f1ed5bc
commit 577c10eece
10 changed files with 60 additions and 0 deletions
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', 0, 1000, 2000, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', -200, 2200, 800, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', 4900, -1200, 3700, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', -500, 5200, 2700, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', 5300, 5000, 3300, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', -5700, 4700, 3200, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', 2800, -5700, 1900, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', -2000, -6600, 1500, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', 6500, -6200, 2300, 'naboo')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('naboo_starter', -6500, 500, 2000, 'naboo')
return