コード例 #1
0
 def __init__(self, cr):
     DistributedBattleNPC.DistributedBattleNPC.__init__(self, cr)
     Boss.__init__(self, cr)
     JollyRoger.JollyRoger.__init__(self)
     self.canPlaySfx = False
     self.recentlyPlayedDamage = False
     self.recentlyPlayedAttack = False
コード例 #2
0
 def __init__(self, cr):
     DistributedBattleNPC.DistributedBattleNPC.__init__(self, cr)
     Boss.__init__(self, cr)
     JollyRoger.JollyRoger.__init__(self)
     self.canPlaySfx = False
     self.recentlyPlayedDamage = False
     self.recentlyPlayedAttack = False
コード例 #3
0
 def __init__(self, cr):
     DistributedGhost.__init__(self, cr)
     Boss.__init__(self, cr)
     self.enemyColor = 13
     self.attackGhostMode = 2
     self.peaceGhostMode = 2
     self.runawaySound = None
     self.killSound = None
     self.damageSound = None
     self.recentlyPlayedDamage = False
コード例 #4
0
 def __init__(self, cr):
     DistributedGhost.__init__(self, cr)
     Boss.__init__(self, cr)
     self.enemyColor = 13
     self.attackGhostMode = 2
     self.peaceGhostMode = 2
     self.runawaySound = None
     self.killSound = None
     self.damageSound = None
     self.recentlyPlayedDamage = False
コード例 #5
0
 def getBossHighlightColor(self):
     return Boss.getBossHighlightColor(self)
コード例 #6
0
 def getBossEffect(self):
     return Boss.getBossEffect(self)
コード例 #7
0
 def getEnemyScale(self):
     return Boss.getEnemyScale(self)
コード例 #8
0
 def __init__(self, cr):
     DistributedCreature.__init__(self, cr)
     Boss.__init__(self, cr)
 def getBossHighlightColor(self):
     return Boss.getBossHighlightColor(self)
 def getEnemyScale(self):
     return Boss.getEnemyScale(self)
コード例 #11
0
 def __init__(self, cr):
     DistributedNPCNavySailor.__init__(self, cr)
     Boss.__init__(self, cr)
コード例 #12
0
 def __init__(self, cr):
     DistributedCreature.__init__(self, cr)
     Boss.__init__(self, cr)
コード例 #13
0
 def __init__(self, cr):
     DistributedNPCSkeleton.__init__(self, cr)
     Boss.__init__(self, cr)
コード例 #14
0
 def __init__(self, cr):
     DistributedNPCTownfolk.__init__(self, cr)
     Boss.__init__(self, cr)
コード例 #15
0
 def __init__(self, cr):
     DistributedVoodooZombie.__init__(self, cr)
     Boss.__init__(self, cr)
コード例 #16
0
 def __init__(self, cr):
     DistributedNPCNavySailor.__init__(self, cr)
     Boss.__init__(self, cr)
 def __init__(self, cr):
     DistributedVoodooZombie.__init__(self, cr)
     Boss.__init__(self, cr)
 def __init__(self, cr):
     DistributedNPCTownfolk.__init__(self, cr)
     Boss.__init__(self, cr)
 def getBossEffect(self):
     return Boss.getBossEffect(self)
コード例 #20
0
 def __init__(self, cr):
     DistributedNPCSkeleton.__init__(self, cr)
     Boss.__init__(self, cr)
 def getShortName(self):
     return Boss.getShortName(self)
コード例 #22
0
 def getShortName(self):
     return Boss.getShortName(self)