BlindBoxAwardConfig.lua 371 B

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