BattleConstConfig.lua 939 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. local root = {
  2. {
  3. id = 1,
  4. main_key = 'battle_box_min',
  5. value = 1
  6. },
  7. {
  8. id = 1,
  9. main_key = 'battle_box_max',
  10. value = 6
  11. },
  12. {
  13. id = 2,
  14. main_key = 'no_full_close_room_time',
  15. value = 600
  16. },
  17. {
  18. id = 3,
  19. main_key = 'min_play_count',
  20. value = 2
  21. },
  22. {
  23. id = 3,
  24. main_key = 'max_play_count',
  25. value = 3
  26. },
  27. {
  28. id = 4,
  29. main_key = 'battle_box_open_total_price_is_exciting_battle',
  30. value = 10000
  31. },
  32. {
  33. id = 5,
  34. main_key = 'exciting_battle_record_num',
  35. value = 20
  36. },
  37. {
  38. id = 6,
  39. main_key = 'history_record_day',
  40. value = 7
  41. },
  42. {
  43. id = 7,
  44. main_key = 'my_history_record_day',
  45. value = 7
  46. },
  47. {
  48. id = 8,
  49. main_key = 'create_room_max',
  50. value = 9
  51. }
  52. }
  53. return root