Activity4ItemsConfig.lua 818 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. local root = {
  2. {
  3. id = 32001,
  4. price = {id=102,count=250},
  5. weight = 100,
  6. frameType = 1
  7. },
  8. {
  9. id = 32002,
  10. price = {id=102,count=500},
  11. weight = 60,
  12. frameType = 1
  13. },
  14. {
  15. id = 32003,
  16. price = {id=102,count=1500},
  17. weight = 40,
  18. frameType = 1
  19. },
  20. {
  21. id = 33001,
  22. price = {id=102,count=500},
  23. weight = 100,
  24. frameType = 2
  25. },
  26. {
  27. id = 33002,
  28. price = {id=102,count=2500},
  29. weight = 60,
  30. frameType = 2
  31. },
  32. {
  33. id = 33003,
  34. price = {id=102,count=7000},
  35. weight = 100,
  36. frameType = 2
  37. },
  38. {
  39. id = 34001,
  40. price = {id=102,count=500},
  41. weight = 100,
  42. frameType = 3
  43. }
  44. }
  45. return root