StoreCdConfig.lua 240 B

123456789101112131415161718
  1. local root = {
  2. {
  3. cdId = 1,
  4. times = {1,3},
  5. cd = 90
  6. },
  7. {
  8. cdId = 1,
  9. times = {4,6},
  10. cd = 210
  11. },
  12. {
  13. cdId = 1,
  14. times = {7,10},
  15. cd = 330
  16. }
  17. }
  18. return root