Esempio n. 1
0
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedPlantBaseAI.__init__(self, air, gardenManager, ownerIndex)
        self.occupier = GardenGlobals.TreePlot

        self.wilted = None
        self.gagTrack = None
        self.gagLevel = None
Esempio n. 2
0
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
     self.waterLevel = 0
     self.lastCheck = 0
     self.lastHarvested = 0
     self.treeIndex = 0
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedPlantBaseAI.__init__(self, air, gardenManager, ownerIndex)
        self.occupier = GardenGlobals.TreePlot

        self.wilted = None
        self.gagTrack = None
        self.gagLevel = None
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
Esempio n. 5
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.FLOWER_TYPE)
     self.wilted = 0
     self.varity = 0
Esempio n. 6
0
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
Esempio n. 7
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.GAG_TREE_TYPE)
     self.wilted = 0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.air = air
     self.wilted = 0
Esempio n. 9
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.FLOWER_TYPE)
     self.wilted = 0
     self.varity = 0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.GAG_TREE_TYPE)
     self.wilted = 0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.air = air
     self.typeIndex = None