本文整理匯總了Python中pirates.npc.Boss.Boss類的典型用法代碼示例。如果您正苦於以下問題:Python Boss類的具體用法?Python Boss怎麽用?Python Boss使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。
在下文中一共展示了Boss類的11個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Python代碼示例。
示例1: __init__
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: __init__
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
示例3: getShortName
def getShortName(self):
return Boss.getShortName(self)
示例4: getBossHighlightColor
def getBossHighlightColor(self):
return Boss.getBossHighlightColor(self)
示例5: getBossEffect
def getBossEffect(self):
return Boss.getBossEffect(self)
示例6: getEnemyScale
def getEnemyScale(self):
return Boss.getEnemyScale(self)
示例7: __init__
def __init__(self, cr):
DistributedVoodooZombie.__init__(self, cr)
Boss.__init__(self, cr)
示例8: __init__
def __init__(self, cr):
DistributedNPCTownfolk.__init__(self, cr)
Boss.__init__(self, cr)
示例9: __init__
def __init__(self, cr):
DistributedNPCSkeleton.__init__(self, cr)
Boss.__init__(self, cr)
示例10: __init__
def __init__(self, cr):
DistributedNPCNavySailor.__init__(self, cr)
Boss.__init__(self, cr)
示例11: __init__
def __init__(self, cr):
DistributedCreature.__init__(self, cr)
Boss.__init__(self, cr)