BlindBoxConfig.lua 401 B

123456789101112131415161718192021
  1. local root = {
  2. {
  3. boxId = 1001,
  4. name = '初薪之乌',
  5. ty = 1,
  6. goldPrice = 459,
  7. goldOriginPrice = 499,
  8. diamondPrice = 459,
  9. const = 8500
  10. },
  11. {
  12. boxId = 1002,
  13. name = '始明之青',
  14. ty = 1,
  15. goldPrice = 899,
  16. goldOriginPrice = 999,
  17. diamondPrice = 899,
  18. const = 8500
  19. }
  20. }
  21. return root