Beispiel #1
0
def buildSupportStation(eventParams):
	spawn('SUPPORT_STATION_PLACER')
Beispiel #2
0
def buildPowerStation(eventParams):
	spawn('POWER_STATION_PLACER')
Beispiel #3
0
def buildOreRefinery(eventParams):
	spawn('ORE_REFINERY_PLACER')
Beispiel #4
0
def buildSmallTeleport(eventParams):
	spawn('SMALL_TELEPORT_PLACER')
Beispiel #5
0
def buildDock(eventParams):
	spawn('DOCK_PLACER')
Beispiel #6
0
def buildUpgradeStation(eventParams):
	spawn('UPGRADE_STATION_PLACER')
Beispiel #7
0
def buildSnackbar(eventParams):
    spawn('SNACKBAR_PLACER')
Beispiel #8
0
def buildPowerStation(eventParams):
    spawn('POWER_STATION_PLACER')
Beispiel #9
0
def buildOreRefinery(eventParams):
    spawn('ORE_REFINERY_PLACER')
Beispiel #10
0
def buildSmallTeleport(eventParams):
    spawn('SMALL_TELEPORT_PLACER')
Beispiel #11
0
def buildDock(eventParams):
    spawn('DOCK_PLACER')
Beispiel #12
0
def buildToolStore(eventParams):
    spawn('TOOL_STORE_PLACER')
Beispiel #13
0
def buildUpgradeStation(eventParams):
    spawn('MINING_LASER_PLACER')
Beispiel #14
0
def buildUpgradeStation(eventParams):
    spawn('UPGRADE_STATION_PLACER')
Beispiel #15
0
def buildSuperTeleport(eventParams):
	spawn('SUPER_TELEPORT_PLACER')
Beispiel #16
0
def buildSupportStation(eventParams):
    spawn('SUPPORT_STATION_PLACER')
Beispiel #17
0
def buildSnackbar(eventParams):
	spawn('SNACKBAR_PLACER')
Beispiel #18
0
def buildToolStore(eventParams):
	spawn('TOOL_STORE_PLACER')
Beispiel #19
0
def buildUpgradeStation(eventParams):
	spawn('MINING_LASER_PLACER')
Beispiel #20
0
def buildSuperTeleport(eventParams):
    spawn('SUPER_TELEPORT_PLACER')