Example #1
0
 def __init__(self, air):
     DistributedDistrictAI.__init__(self, air)
     self.avatarCount = 0
     self.newAvatarCount = 0
     self.mainWorldFile = ''
     self.shardType = PiratesGlobals.SHARD_MAIN
     self.populationLimits = [0, 0]
Example #2
0
 def __init__(self, air, name="untitled"):
     DistributedDistrictAI.__init__(self, air, name)
     self.stats = None
 def __init__(self, air):
     DistributedDistrictAI.__init__(self, air)
     self.created = 0
     self.ahnnLog = 0
Example #4
0
 def __init__(self, air, mainWorld, shardType):
     DistributedDistrictAI.__init__(self, air)
     self.avatarCount = 0
     self.newAvatarCount = 0
     self.mainWorld = mainWorld
     self.shardType = shardType
 def __init__(self, air, mainWorld, shardType):
     DistributedDistrictAI.__init__(self, air)
     self.avatarCount = 0
     self.newAvatarCount = 0
     self.mainWorld = mainWorld
     self.shardType = shardType
Example #6
0
 def __init__(self, air):
     DistributedDistrictAI.__init__(self, air)
     self.ahnnLog = False
     self.description = ''
     self.iconPath = ''
Example #7
0
 def __init__(self, air):
     DistributedDistrictAI.__init__(self, air)
     self.ahnnLog = False
Example #8
0
 def __init__(self, air):
     DistributedDistrictAI.__init__(self, air)
     self.description = ''
     self.holidayValue = 0