ArenaBoxConfig.lua 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. local root = {
  2. {
  3. chestId = 30001,
  4. level = 1,
  5. weight = 1
  6. },
  7. {
  8. chestId = 30002,
  9. level = 1,
  10. weight = 0,
  11. weightAdd = {{id=3,weight=100},{id=1,chestId=30002,weight=-100},{id=1,chestId=30003,weight=-100},{id=1,chestId=30004,weight=-100}}
  12. },
  13. {
  14. chestId = 30003,
  15. level = 3,
  16. weight = 0,
  17. weightAdd = {{id=3,weight=10000},{id=1,chestId=30003,weight=-10000},{id=1,chestId=30004,weight=-10000}}
  18. },
  19. {
  20. chestId = 30004,
  21. level = 7,
  22. weight = 0,
  23. weightAdd = {{id=3,weight=1000000},{id=1,chestId=30004,weight=-1000000}}
  24. },
  25. {
  26. chestId = 30005,
  27. level = 6,
  28. weight = 0
  29. },
  30. {
  31. chestId = 30006,
  32. level = 6,
  33. weight = 0
  34. },
  35. {
  36. chestId = 30007,
  37. level = 4,
  38. weight = 0
  39. },
  40. {
  41. chestId = 30008,
  42. level = 4,
  43. weight = 0
  44. },
  45. {
  46. chestId = 30009,
  47. level = 6,
  48. weight = 0
  49. },
  50. {
  51. chestId = 30010,
  52. level = 6,
  53. weight = 0
  54. },
  55. {
  56. chestId = 30011,
  57. level = 6,
  58. weight = 0
  59. }
  60. }
  61. return root