Exemple #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]
 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
 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
Exemple #6
0
 def __init__(self, air):
     DistributedDistrictAI.__init__(self, air)
     self.ahnnLog = False
     self.description = ''
     self.iconPath = ''
Exemple #7
0
 def __init__(self, air):
     DistributedDistrictAI.__init__(self, air)
     self.ahnnLog = False
 def __init__(self, air):
     DistributedDistrictAI.__init__(self, air)
     self.description = ''
     self.holidayValue = 0