TriggerGiftConfig.lua 567 B

12345678910111213141516171819202122232425262728
  1. local root = {
  2. {
  3. sConfigId = 1001,
  4. type = 1,
  5. giftList = {50101,50102,50103,50104,50105,50106,50107,50108,50109,50110,50111,50112,50113}
  6. },
  7. {
  8. sConfigId = 1001,
  9. type = 2,
  10. giftList = {50201,50202,50203}
  11. },
  12. {
  13. sConfigId = 1001,
  14. type = 3,
  15. giftList = {50301}
  16. },
  17. {
  18. sConfigId = 1001,
  19. type = 4,
  20. giftList = {50401,50402}
  21. },
  22. {
  23. sConfigId = 1001,
  24. type = 6,
  25. giftList = {51201,51202,51203,51204,51205,51206}
  26. }
  27. }
  28. return root