BlindBoxConfig.lua 329 B

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