本文整理汇总了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)