Activity4GoodsConfig.lua 335 B

123456789101112131415161718
  1. local root = {
  2. {
  3. goodsConfigId = 1,
  4. worth = {0,200},
  5. items = {32001,33001,34001}
  6. },
  7. {
  8. goodsConfigId = 1,
  9. worth = {201,1000},
  10. items = {32002,32003,33002}
  11. },
  12. {
  13. goodsConfigId = 1,
  14. worth = {1001,-1},
  15. items = {32003,33002,33003}
  16. }
  17. }
  18. return root