BlindBoxConstConfig.lua 317 B

123456789101112131415161718
  1. local root = {
  2. {
  3. id = 1,
  4. main_key = 'blind_box_open_max',
  5. value = '5.0'
  6. },
  7. {
  8. id = 2,
  9. main_key = 'box_record_num',
  10. value = '20.0'
  11. },
  12. {
  13. id = 3,
  14. main_key = 'box_record_high_quality_colour_id',
  15. value = '1,2,3'
  16. }
  17. }
  18. return root