CompetitionDevineCfg.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. local CompetitionDevineCfg = {
  2. [1]={
  3. ['ID']=1,
  4. ['ItemPrice']={{201,1}},
  5. ['GoldPrice']={{54,50}},
  6. ['BroadcastKey']='',
  7. },
  8. [2]={
  9. ['ID']=2,
  10. ['ItemPrice']={{201,1}},
  11. ['GoldPrice']={{54,50}},
  12. ['Rewards']={{1,100000}},
  13. ['BroadcastKey']='',
  14. },
  15. [3]={
  16. ['ID']=3,
  17. ['ItemPrice']={{201,1}},
  18. ['GoldPrice']={{54,50}},
  19. ['Rewards']={{1,300000}},
  20. ['BroadcastKey']='',
  21. },
  22. [4]={
  23. ['ID']=4,
  24. ['ItemPrice']={{201,1}},
  25. ['GoldPrice']={{54,50}},
  26. ['Rewards']={{511,10}},
  27. ['BroadcastKey']='',
  28. },
  29. [5]={
  30. ['ID']=5,
  31. ['ItemPrice']={{201,1}},
  32. ['GoldPrice']={{54,50}},
  33. ['Rewards']={{512,10}},
  34. ['BroadcastKey']='',
  35. },
  36. [6]={
  37. ['ID']=6,
  38. ['ItemPrice']={{201,1}},
  39. ['GoldPrice']={{54,50}},
  40. ['Rewards']={{140,2}},
  41. ['BroadcastKey']='',
  42. },
  43. [7]={
  44. ['ID']=7,
  45. ['ItemPrice']={{201,1}},
  46. ['GoldPrice']={{54,50}},
  47. ['Rewards']={{522,2}},
  48. ['BroadcastKey']='',
  49. },
  50. [8]={
  51. ['ID']=8,
  52. ['ItemPrice']={{201,1}},
  53. ['GoldPrice']={{54,50}},
  54. ['LuckyPrice']={{202,1}},
  55. ['Rewards']={{531,5}},
  56. ['BroadcastKey']='',
  57. },
  58. [9]={
  59. ['ID']=9,
  60. ['ItemPrice']={{201,1}},
  61. ['GoldPrice']={{54,50}},
  62. ['LuckyPrice']={{202,1}},
  63. ['Rewards']={{2,666666}},
  64. ['BroadcastKey']='',
  65. },
  66. [10]={
  67. ['ID']=10,
  68. ['ItemPrice']={{201,1}},
  69. ['GoldPrice']={{54,50}},
  70. ['LuckyPrice']={{202,1}},
  71. ['Rewards']={{520,2}},
  72. ['BroadcastKey']='',
  73. },
  74. [11]={
  75. ['ID']=11,
  76. ['ItemPrice']={{201,1}},
  77. ['GoldPrice']={{54,50}},
  78. ['LuckyPrice']={{202,1}},
  79. ['Rewards']={{523,1}},
  80. ['BroadcastKey']='light10',
  81. },
  82. [12]={
  83. ['ID']=12,
  84. ['ItemPrice']={{201,1}},
  85. ['GoldPrice']={{54,50}},
  86. ['LuckyPrice']={{202,1}},
  87. ['Rewards']={{529,3}},
  88. ['BroadcastKey']='light11',
  89. },
  90. [13]={
  91. ['ID']=13,
  92. ['Rewards']={{15033,1}},
  93. ['BroadcastKey']='light12',
  94. },
  95. }
  96. return CompetitionDevineCfg