Tatooine planetary spawns

Put in only starter npcs for now
This commit is contained in:
Bronco69
2014-06-13 01:20:47 +02:00
parent 577c10eece
commit eb83dde930
12 changed files with 72 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('tatooine_starter', -2400, 3600, 1800, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', -1300, 500, 2000, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', 1700, -2200, 2400, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', 6300, -2200, 2600, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', -1800, 6500, 1900, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', 4000, 4200, 4800, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', -5900, 6100, 2500, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', 1200, -6500, 2200, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', 3700, -7000, 1500, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', 6300, -6400, 2200, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', -5900, 1800, 2900, 'tatooine')
return
@@ -0,0 +1,6 @@
# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
def addSpawnArea(core):
core.spawnService.addLairSpawnArea('tatooine_starter', -4500, -4300, 4300, 'tatooine')
return