def __init__ (self):
     self.player = VS.getPlayer()
     self.stage = 1
     self.timer = VS.GetGameTime()
     self.msgColor = ("#FF9999","#FF99FF")
     self.system = VS.getSystemName()
     self.shipyard = unit.getUnitByName('Shipyard')
예제 #2
0
 def __init__(self):
     self.stage = 1
     self.player = VS.getPlayer()
     self.timer = VS.GetGameTime()
     self.system = VS.getSystemName()
     self.object = unit.getUnitByName('Jump_To_Nethuuleil')
     self.groups = 2  #vsrandom.randrange(4,8)
     self.capital = []
     self.fighter = []
     self.msgColor = ("#FFFF99", "#FF99FF")
예제 #3
0
 def __init__ (self):
     self.stage = 1
     self.player = VS.getPlayer()
     self.timer = VS.GetGameTime()
     self.system = VS.getSystemName()
     self.object = unit.getUnitByName('Jump_To_Nethuuleil')
     self.groups = 2 #vsrandom.randrange(4,8)
     self.capital = []
     self.fighter = []
     self.msgColor = ("#FFFF99","#FF99FF")
예제 #4
0
 def __init__ (self):
     self.player = VS.getPlayer()
     self.stage = 1
     self.timer = VS.GetGameTime()
     self.talktime = VS.GetGameTime()
     self.anitime = VS.GetGameTime()
     self.merColor = "#99FFFF"
     self.socColor = "#FF9999"
     # This will get an agricultural station from the system, and assign it to 'station'
     # this station is the only one that has only one docking port, thus fits perfectly
     # into this quest theme
     self.station = unit.getUnitByName('Agricultural_Station')
예제 #5
0
 def __init__ (self):
     self.player = VS.getPlayer()
     self.stage = 1
     self.timer = VS.GetGameTime()
     self.talktime = VS.GetGameTime()
     self.anitime = VS.GetGameTime()
     self.merColor = "#99FFFF"
     self.socColor = "#FF9999"
     # This will get an agricultural station from the system, and assign it to 'station'
     # this station is the only one that has only one docking port, thus fits perfectly
     # into this quest theme
     self.station = unit.getUnitByName('Agricultural_Station')
예제 #6
0
 def __init__(self):
     self.sysfile = VS.getSystemFile()
     self.shipyard = unit.getUnitByName('factory')
예제 #7
0
 def __init__ (self):
     self.sysfile = VS.getSystemFile()
     self.shipyard=unit.getUnitByName('factory')