def __init__(self):
     ThrowGag.__init__(self, CIGlobals.CreamPieSlice,
                       'phase_5/models/props/cream-pie-slice.bam', 17,
                       GagGlobals.SLICE_SPLAT_SFX,
                       GagGlobals.CREAM_SPLAT_COLOR)
     self.setHealth(GagGlobals.CREAM_PIE_SLICE_HEAL)
     self.setImage('phase_3.5/maps/cream_pie_slice.png')
Beispiel #2
0
 def __init__(self):
     ThrowGag.__init__(self, CIGlobals.WholeCreamPie,
                       'phase_3.5/models/props/tart.bam', 36,
                       GagGlobals.WHOLE_PIE_SPLAT_SFX,
                       GagGlobals.CREAM_SPLAT_COLOR)
     self.setHealth(GagGlobals.CREAM_PIE_HEAL)
     self.setImage('phase_3.5/maps/tart.png')
Beispiel #3
0
 def __init__(self):
     ThrowGag.__init__(self, CIGlobals.WeddingCake,
                       'phase_5/models/props/wedding_cake.bam', 120,
                       GagGlobals.WEDDING_SPLAT_SFX,
                       GagGlobals.CAKE_SPLAT_COLOR)
     self.setHealth(GagGlobals.WEDDING_HEAL)
     self.setImage('phase_3.5/maps/wedding-cake.png')
 def __init__(self):
     ThrowGag.__init__(self, CIGlobals.FruitPieSlice,
                       'phase_5/models/props/fruit-pie-slice.bam', 10,
                       GagGlobals.SLICE_SPLAT_SFX,
                       GagGlobals.TART_SPLAT_COLOR)
     self.setHealth(GagGlobals.FRUIT_PIE_SLICE_HEAL)
     self.setImage('phase_3.5/maps/fruit_pie_slice.png')
Beispiel #5
0
 def __init__(self):
     ThrowGag.__init__(self,
                       CIGlobals.WholeFruitPie,
                       'phase_3.5/models/props/tart.bam',
                       28,
                       GagGlobals.WHOLE_PIE_SPLAT_SFX,
                       GagGlobals.TART_SPLAT_COLOR,
                       scale=0.75)
     self.setHealth(GagGlobals.FRUIT_PIE_HEAL)
     self.setImage('phase_3.5/maps/fruit-pie.png')
Beispiel #6
0
 def __init__(self):
     ThrowGag.__init__(self,
                       CIGlobals.Cupcake,
                       "phase_3.5/models/props/tart.bam",
                       6,
                       GagGlobals.TART_SPLAT_SFX,
                       GagGlobals.TART_SPLAT_COLOR,
                       scale=GagGlobals.CUPCAKE_SCALE)
     self.setHealth(GagGlobals.CUPCAKE_HEAL)
     self.setImage('phase_3.5/maps/cupcake.png')
Beispiel #7
0
 def __init__(self):
     ThrowGag.__init__(self, CIGlobals.BirthdayCake, 'phase_5/models/props/birthday-cake-mod.bam', 75, GagGlobals.WHOLE_PIE_SPLAT_SFX, GagGlobals.CAKE_SPLAT_COLOR, anim='phase_5/models/props/birthday-cake-chan.bam')
     self.setHealth(GagGlobals.BDCAKE_HEAL)
     self.setImage('phase_3.5/maps/cake.png')
Beispiel #8
0
 def __init__(self):
     ThrowGag.__init__(self, CIGlobals.FruitPieSlice, 'phase_5/models/props/fruit-pie-slice.bam', 10, GagGlobals.SLICE_SPLAT_SFX, GagGlobals.TART_SPLAT_COLOR)
     self.setHealth(GagGlobals.FRUIT_PIE_SLICE_HEAL)
     self.setImage('phase_3.5/maps/fruit_pie_slice.png')
Beispiel #9
0
 def __init__(self):
     ThrowGag.__init__(self, CIGlobals.WholeFruitPie, 'phase_3.5/models/props/tart.bam', 28, GagGlobals.WHOLE_PIE_SPLAT_SFX, GagGlobals.TART_SPLAT_COLOR)
     self.setHealth(GagGlobals.FRUIT_PIE_HEAL)
     self.setImage('phase_3.5/maps/fruit-pie.png')
Beispiel #10
0
 def __init__(self):
     ThrowGag.__init__(self, CIGlobals.CreamPieSlice, 'phase_5/models/props/cream-pie-slice.bam', 17, GagGlobals.SLICE_SPLAT_SFX, GagGlobals.CREAM_SPLAT_COLOR)
     self.setHealth(GagGlobals.CREAM_PIE_SLICE_HEAL)
     self.setImage('phase_3.5/maps/cream_pie_slice.png')
Beispiel #11
0
 def __init__(self):
     ThrowGag.__init__(self, CIGlobals.WeddingCake, 'phase_5/models/props/wedding_cake.bam', 120, GagGlobals.WEDDING_SPLAT_SFX, GagGlobals.CAKE_SPLAT_COLOR)
     self.setHealth(GagGlobals.WEDDING_HEAL)
     self.setImage('phase_3.5/maps/wedding-cake.png')