Poodletooth-iLand/toontown/coghq/MintProductPallet.py

11 lines
447 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
from toontown.toonbase.ToontownGlobals import *
from toontown.coghq import MintProduct
class MintProductPallet(MintProduct.MintProduct):
Models = {CashbotMintIntA: 'phase_10/models/cashbotHQ/DoubleCoinStack.bam',
CashbotMintIntB: 'phase_10/models/cogHQ/DoubleMoneyStack.bam',
CashbotMintIntC: 'phase_10/models/cashbotHQ/DoubleGoldStack.bam'}
Scales = {CashbotMintIntA: 1.0,
CashbotMintIntB: 1.0,
CashbotMintIntC: 1.0}