turntable.json 701 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "1": {
  3. "index": 1,
  4. "item": 1,
  5. "type": 0,
  6. "num": 3000,
  7. "des": "粮草",
  8. "weight": 35,
  9. "icon": 4
  10. },
  11. "2": {
  12. "index": 2,
  13. "item": 1,
  14. "type": 0,
  15. "num": 6000,
  16. "des": "粮草",
  17. "weight": 20,
  18. "icon": 5
  19. },
  20. "3": {
  21. "index": 3,
  22. "item": 2,
  23. "type": 0,
  24. "num": 1500,
  25. "des": "元宝",
  26. "weight": 20,
  27. "icon": 6
  28. },
  29. "4": {
  30. "index": 4,
  31. "item": 2,
  32. "type": 0,
  33. "num": 5000,
  34. "des": "元宝",
  35. "weight": 8,
  36. "icon": 7
  37. },
  38. "5": {
  39. "index": 5,
  40. "item": 3,
  41. "type": 1,
  42. "num": 0.15,
  43. "des": "少量红包币",
  44. "weight": 12,
  45. "icon": 1
  46. },
  47. "6": {
  48. "index": 6,
  49. "item": 3,
  50. "type": 1,
  51. "num": 0.5,
  52. "des": "大量红包币",
  53. "weight": 5,
  54. "icon": 2
  55. }
  56. }