SummonCfg.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. local SummonCfg = {
  2. [1]={
  3. ['Id']=1,
  4. ['ShowImg']='UISummon/img_summon_banner_card',
  5. ['Cost']={{115,1},{2,20000}},
  6. ['Method']={1,5},
  7. ['Total']=200,
  8. ['SortId']=1,
  9. ['ShowItemType']={9},
  10. ['UnLock']=0,
  11. ['ActivitiesId']=0,
  12. ['Type']=1,
  13. },
  14. [2]={
  15. ['Id']=2,
  16. ['ShowImg']='UISummon/img_summon_banner_pet',
  17. ['Cost']={{116,1},{2,20000}},
  18. ['Method']={1,5},
  19. ['Total']=200,
  20. ['SortId']=2,
  21. ['ShowItemType']={21},
  22. ['UnLock']=63,
  23. ['ActivitiesId']=0,
  24. ['Type']=2,
  25. },
  26. [3]={
  27. ['Id']=3,
  28. ['ShowImg']='UISummon/img_summon_banner_artifact',
  29. ['Cost']={{117,1},{2,20000}},
  30. ['Method']={1,5},
  31. ['Total']=250,
  32. ['SortId']=11,
  33. ['ShowItemType']={48},
  34. ['UnLock']=74,
  35. ['ActivitiesId']=0,
  36. ['Type']=3,
  37. },
  38. [10]={
  39. ['Id']=10,
  40. ['ShowImg']='UISummon/img_summon_banner_artifact_limited',
  41. ['Cost']={{267,1},{2,20000}},
  42. ['Method']={1,5},
  43. ['Total']=250,
  44. ['SortId']=11,
  45. ['ShowItemType']={48},
  46. ['UnLock']=0,
  47. ['ActivitiesId']=94,
  48. ['Type']=3,
  49. ['Show']={14330,14331,14332,14333,14334,14335,14336,14337,14338,14339},
  50. },
  51. [1000]={
  52. ['Id']=1000,
  53. ['ShowImg']='UISummon/img_summon3_banner_artifact_limited',
  54. ['Cost']={{255,1},{2,20000}},
  55. ['Method']={1,5},
  56. ['Total']=250,
  57. ['SortId']=11,
  58. ['ShowItemType']={48},
  59. ['UnLock']=0,
  60. ['ActivitiesId']=103,
  61. ['Type']=3,
  62. ['Show']={14380,14381,14382,14383,14384,14385,14386,14387,14388,14389},
  63. },
  64. [1001]={
  65. ['Id']=1001,
  66. ['ShowImg']='UISummon/img_summon_banner_superartifact_limited',
  67. ['Cost']={{2,20000}},
  68. ['Method']={1,5},
  69. ['Total']=250,
  70. ['SortId']=11,
  71. ['ShowItemType']={48},
  72. ['UnLock']=0,
  73. ['ActivitiesId']=146,
  74. ['Type']=3,
  75. ['Show']={14280,14281,14282,14283,14284,14285,14286,14287,14288,14289,14330,14331,14332,14333,14334,14335,14336,14337,14338,14339,14380,14381,14382,14383,14384,14385,14386,14387,14388,14389},
  76. },[1002]={
  77. ['Id']=1002,
  78. ['ShowImg']='UISummon/img_summon3_banner_artifact_limited',
  79. ['Cost']={{255,1},{2,20000}},
  80. ['Method']={1,5},
  81. ['Total']=250,
  82. ['SortId']=11,
  83. ['ShowItemType']={48},
  84. ['UnLock']=0,
  85. ['ActivitiesId']=149,
  86. ['Type']=3,
  87. ['Show']={14380,14381,14382,14383,14384,14385,14386,14387,14388,14389},
  88. },
  89. }
  90. return SummonCfg