Пример #1
0
 def __init__(self, minDamage, maxDamage, trainInterval, splatScale, splatColor):
     Gag.__init__(self, name = 'Whole Cream Pie', cls = self, model = 'phase_3.5/models/props/tart.bam')
     self.minDamage = minDamage
     self.maxDamage = maxDamage
     self.trainInterval = trainInterval
     self.splatScale = splatScale
     self.splatColor = splatColor
Пример #2
0
 def __init__(self, minDamage, maxDamage, trainInterval, splatScale, splatColor):
     Gag.__init__(self, name = 'Birthday Cake', cls = self, model = 'phase_5/models/props/birthday-cake-mod.bam', anim = 'phase_5/models/props/birthday-cake-chan.bam')
     self.minDamage = minDamage
     self.maxDamage = maxDamage
     self.trainInterval = trainInterval
     self.splatScale = splatScale
     self.splatColor = splatColor
Пример #3
0
 def __init__(self, minDamage, maxDamage, trainInterval, splatScale, splatColor):
     Gag.__init__(self, name = 'Wedding Cake', cls = self, model = 'phase_5/models/props/wedding_cake.bam')
     self.minDamage = minDamage
     self.maxDamage = maxDamage
     self.trainInterval = trainInterval
     self.splatScale = splatScale
     self.splatColor = splatColor
Пример #4
0
 def __init__(self, minDamage, maxDamage, trainInterval, splatScale, splatColor):
     Gag.__init__(self, name = 'Cream Pie Slice', cls = self, model = 'phase_5/models/props/cream-pie-slice.bam')
     self.minDamage = minDamage
     self.maxDamage = maxDamage
     self.trainInterval = trainInterval
     self.splatScale = splatScale
     self.splatColor = splatColor
Пример #5
0
 def __init__(self, minDamage, maxDamage, trainInterval, splatScale,
              splatColor):
     Gag.__init__(self,
                  name='Wedding Cake',
                  cls=self,
                  model='phase_5/models/props/wedding_cake.bam')
     self.minDamage = minDamage
     self.maxDamage = maxDamage
     self.trainInterval = trainInterval
     self.splatScale = splatScale
     self.splatColor = splatColor
Пример #6
0
 def __init__(self, minDamage, maxDamage, trainInterval, splatScale,
              splatColor):
     Gag.__init__(self,
                  name='Fruit Pie Slice',
                  cls=self,
                  model='phase_5/models/props/fruit-pie-slice.bam')
     self.minDamage = minDamage
     self.maxDamage = maxDamage
     self.trainInterval = trainInterval
     self.splatScale = splatScale
     self.splatColor = splatColor