| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- local BTSmashEggsCfg = {
- [2000]={
- ['Id']=2000,
- ['ShowImg']='UILuckyEgg/img_luckyegg_goldenegg',
- ['Cost']={{2,10000}},
- ['Method']={1,5},
- ['Total']=250,
- ['SortId']=1,
- ['ShowItemType']={7,16,9,21,48},
- ['UnLock']=0,
- ['ActivitiesId']=10002,
- ['Type']=4,
- ['StartDay']=7,
- ['SummoType']=2000,
- ['Show']={1007,1507,2007,3007,4007,5007,6007,7007,8007,9007,513,15042,15043,15044,15045,15046,15047},
- ['ClientShow']={{1007,1},{1507,1},{2007,1},{3007,1},{4007,1},{5007,1},{6007,1},{7007,1},{8007,1},{9007,1},{513,1},{15042,1},{15043,1},{15044,1},{15045,1},{15046,1},{15047,1}},
- },
- [2001]={
- ['Id']=2001,
- ['ShowImg']='UILuckyEgg/img_luckyegg_variegationegg',
- ['Cost']={{54,50}},
- ['Method']={1,5},
- ['Total']=250,
- ['SortId']=2,
- ['ShowItemType']={7,16,9,21,48},
- ['UnLock']=0,
- ['ActivitiesId']=10002,
- ['Type']=5,
- ['StartDay']=7,
- ['SummoType']=2001,
- ['Show']={1007,1507,2007,3007,4007,5007,6007,7007,8007,9007,513,15042,15043,15044,15045,15046,15047,100,110,15061,},
- ['ClientShow']={{1007,1},{1507,1},{2007,1},{3007,1},{4007,1},{5007,1},{6007,1},{7007,1},{8007,1},{9007,1},{513,1},{15042,1},{15043,1},{15044,1},{15045,1},{15046,1},{15047,1},{100,100},{110,50},{15061,1},},
- },
- [2002]={
- ['Id']=2002,
- ['ShowImg']='UILuckyEgg/img_luckyegg_variegationegg',
- ['Cost']={{54,30}},
- ['Method']={1,5},
- ['Total']=250,
- ['SortId']=2,
- ['ShowItemType']={7,16,9,21,48},
- ['UnLock']=0,
- ['ActivitiesId']=19002,
- ['Type']=5,
- ['StartDay']=7,
- ['SummoType']=2001,
- ['Show']={859,100,100,100,110,110,110,101,101,101,102,102,102,520,520,693,707,529,529,851,855,513,513,15042,15042,15043,15043,15044,15044,15045,15045,15046,15046,15047,15047,9013,},
- ['ClientShow']={{859,1},{100,150},{100,300},{110,90},{110,150},{101,4000},{102,4000},{520,5},{693,1},{707,1},{529,10},{851,1},{855,1},{513,10},{15042,5},{15043,5},{15044,5},{15045,5},{15046,5},{15047,5},{9013,1},},
- },
- }
- return BTSmashEggsCfg
|