BlindBoxAwardConfig.lua 375 B

1234567891011121314151617181920212223
  1. local root = {
  2. {
  3. boxId = 1001,
  4. itemId = 10001,
  5. weightByPrice = 100
  6. },
  7. {
  8. boxId = 1001,
  9. itemId = 10101,
  10. weightByPrice = 100
  11. },
  12. {
  13. boxId = 1002,
  14. itemId = 10001,
  15. weightByPrice = 100
  16. },
  17. {
  18. boxId = 1002,
  19. itemId = 10003,
  20. weightByPrice = 100
  21. }
  22. }
  23. return root