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
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
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
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
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
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