Пример #1
0
 def __init__(self):
     SquirtGag.__init__(self, CIGlobals.Geyser, GagGlobals.getProp(5, 'geyser'), 105, GagGlobals.GEYSER_HIT_SFX, None, None, None, None, None, None, 1, 1)
     ChargeUpGag.__init__(self, 24, 10, 50, 0.5, maxCogs=4)
     self.setImage('phase_3.5/maps/geyser.png')
     self.entities = []
     self.timeout = 3.0
     return
Пример #2
0
 def __init__(self):
     SquirtGag.__init__(self, CIGlobals.SeltzerBottle, 'phase_3.5/models/props/bottle.bam', 21, GagGlobals.SELTZER_HIT_SFX, GagGlobals.SELTZER_SPRAY_SFX, GagGlobals.SELTZER_MISS_SFX, 'hold-bottle', 30, 64, playRate=1.2)
     self.setHealth(GagGlobals.SELTZER_HEAL)
     self.setImage('phase_3.5/maps/seltzer_bottle.png')
     self.anim = 'hold-bottle'
     self.holdTime = 2
     self.sprayScale = 0.2
Пример #3
0
 def __init__(self):
     SquirtGag.__init__(self, CIGlobals.StormCloud, GagGlobals.getProp(4, 'stormcloud-mod'), 60, GagGlobals.CLOUD_HIT_SFX, None, GagGlobals.CLOUD_MISS_SFX, None, None, None, None, 1, 1)
     LocationGag.__init__(self, 10, 50)
     LocationGag.setShadowData(self, isCircle=True, shadowScale=0.75)
     self.setImage('phase_3.5/maps/storm-cloud.png')
     self.entities = []
     self.searchRadius = 6
     return
 def __init__(self):
     SquirtGag.__init__(self, CIGlobals.SquirtFlower, GagGlobals.getProp(3.5, 'button'), 3, GagGlobals.FLOWER_HIT_SFX, GagGlobals.FLOWER_HIT_SFX, GagGlobals.NULL_SFX, None, 0, 0, 0)
     self.setImage('phase_3.5/maps/squirting-flower.png')
     self.flower = None
     self.flowerScale = 1.5
     self.track = Parallel()
     self.timeout = 4.0
     self.sprayRotation = Vec3(0, 20, 0)
     return
Пример #5
0
 def __init__(self):
     SquirtGag.__init__(self, CIGlobals.StormCloud, GagGlobals.getProp(4, 'stormcloud-mod'), 60,
                        GagGlobals.CLOUD_HIT_SFX, None, GagGlobals.CLOUD_MISS_SFX, None, None, None, None, 1, 1)
     LocationGag.__init__(self, 10, 50)
     LocationGag.setShadowData(self, isCircle = True, shadowScale = 0.75)
     self.setImage('phase_3.5/maps/storm-cloud.png')
     self.entities = []
     self.searchRadius = 6
     self.timeout = 3.0
 def __init__(self):
     SquirtGag.__init__(self, CIGlobals.SeltzerBottle, "phase_3.5/models/props/bottle.bam", 21,
                         GagGlobals.SELTZER_HIT_SFX, GagGlobals.SELTZER_SPRAY_SFX, GagGlobals.SELTZER_MISS_SFX, 'hold-bottle',
                         30, 64, playRate = 1.2)
     self.setHealth(GagGlobals.SELTZER_HEAL)
     self.setImage('phase_3.5/maps/seltzer_bottle.png')
     self.anim = 'hold-bottle'
     self.holdTime = 2
     self.sprayScale = 0.2
     self.timeout = 3.0
Пример #7
0
 def __init__(self):
     SquirtGag.__init__(self, CIGlobals.Geyser, GagGlobals.getProp(5, 'geyser'), 105, GagGlobals.GEYSER_HIT_SFX, None, None, None, None, None, None, 1, 1)
     ChargeUpGag.__init__(self, 24, 10, 50, 0.5, maxCogs=4)
     self.setImage('phase_3.5/maps/geyser.png')
     self.entities = []
     return