LimitgiftConfig_proto.lua 726 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. LimitgiftConfig_proto.lua
  3. exported by excel2lua.py
  4. from file:限时礼包.xlsx
  5. --]]
  6. return {
  7. [61001] = {
  8. ID = 61001,
  9. name = [=[t7100]=],
  10. type = 1,
  11. condition = 20,
  12. gift = 51001,
  13. limit = 1,
  14. duration = 720,
  15. trigger = 1,
  16. },
  17. [61002] = {
  18. ID = 61002,
  19. name = [=[t7101]=],
  20. type = 1,
  21. condition = 30,
  22. gift = 51002,
  23. limit = 3,
  24. duration = 1440,
  25. trigger = 1,
  26. },
  27. [62001] = {
  28. ID = 62001,
  29. name = [=[t7103]=],
  30. type = 2,
  31. condition = 10,
  32. gift = 52001,
  33. limit = 1,
  34. duration = 1440,
  35. trigger = 1,
  36. },
  37. }