LotteryEventConfig.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. local root = {
  2. {
  3. drawId = 1,
  4. specWeightList = {{specId=101,w=8700},{specId=102, w=1250},{specId=103,w=50}}
  5. },
  6. {
  7. drawId = 11,
  8. specWeightList = {{specId=102, w=1250},{specId=103,w=50}}
  9. },
  10. {
  11. drawId = 21,
  12. specWeightList = {{specId=103,w=50}}
  13. },
  14. {
  15. drawId = 2,
  16. specWeightList = {{specId=201,w=8700},{specId=202, w=1250},{specId=203,w=50}}
  17. },
  18. {
  19. drawId = 12,
  20. specWeightList = {{specId=202, w=1250},{specId=203,w=50}}
  21. },
  22. {
  23. drawId = 22,
  24. specWeightList = {{specId=203,w=50}}
  25. },
  26. {
  27. drawId = 3,
  28. specWeightList = {{specId=301,w=8700},{specId=302, w=1250},{specId=303,w=50}}
  29. },
  30. {
  31. drawId = 13,
  32. specWeightList = {{specId=302, w=1250},{specId=303,w=50}}
  33. },
  34. {
  35. drawId = 23,
  36. specWeightList = {{specId=303,w=50}}
  37. },
  38. {
  39. drawId = 4,
  40. specWeightList = {{specId=401,w=8700},{specId=402, w=1250},{specId=403,w=50}}
  41. },
  42. {
  43. drawId = 14,
  44. specWeightList = {{specId=402, w=1250},{specId=403,w=50}}
  45. },
  46. {
  47. drawId = 24,
  48. specWeightList = {{specId=403,w=50}}
  49. },
  50. {
  51. drawId = 5,
  52. specWeightList = {{specId=501,w=8700},{specId=502, w=1250},{specId=503,w=50}}
  53. },
  54. {
  55. drawId = 15,
  56. specWeightList = {{specId=502, w=1250},{specId=503,w=50}}
  57. },
  58. {
  59. drawId = 25,
  60. specWeightList = {{specId=503,w=50}}
  61. }
  62. }
  63. return root