BTSmashEggsCfg.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. local BTSmashEggsCfg = {
  2. [2000]={
  3. ['Id']=2000,
  4. ['ShowImg']='UILuckyEgg/img_luckyegg_goldenegg',
  5. ['Cost']={{2,10000}},
  6. ['Method']={1,5},
  7. ['Total']=250,
  8. ['SortId']=1,
  9. ['ShowItemType']={7,16,9,21,48},
  10. ['UnLock']=0,
  11. ['ActivitiesId']=10002,
  12. ['Type']=4,
  13. ['StartDay']=7,
  14. ['SummoType']=2000,
  15. ['Show']={1007,1507,2007,3007,4007,5007,6007,7007,8007,9007,513,15042,15043,15044,15045,15046,15047},
  16. ['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}},
  17. },
  18. [2001]={
  19. ['Id']=2001,
  20. ['ShowImg']='UILuckyEgg/img_luckyegg_variegationegg',
  21. ['Cost']={{54,50}},
  22. ['Method']={1,5},
  23. ['Total']=250,
  24. ['SortId']=2,
  25. ['ShowItemType']={7,16,9,21,48},
  26. ['UnLock']=0,
  27. ['ActivitiesId']=10002,
  28. ['Type']=5,
  29. ['StartDay']=7,
  30. ['SummoType']=2001,
  31. ['Show']={1007,1507,2007,3007,4007,5007,6007,7007,8007,9007,513,15042,15043,15044,15045,15046,15047,100,110,15061,},
  32. ['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},},
  33. },
  34. }
  35. return BTSmashEggsCfg