| 1234567891011121314151617181920212223242526272829303132333435 |
- 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},},
- },
- }
- return BTSmashEggsCfg
|