TurntableCfg.json 681 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [{
  2. "index": 1,
  3. "reward": 2,
  4. "type": 1,
  5. "num": 30,
  6. "txt": "金币",
  7. "weight": 20,
  8. "upRewardInfo": "4,40;6,50;9,60"
  9. }, {
  10. "index": 2,
  11. "reward": 2,
  12. "type": 1,
  13. "num": 60,
  14. "txt": "金币",
  15. "weight": 35,
  16. "upRewardInfo": "2,75;5,90"
  17. }, {
  18. "index": 3,
  19. "reward": 2,
  20. "type": 1,
  21. "num": 90,
  22. "txt": "金币",
  23. "weight": 15,
  24. "upRewardInfo": "1,120;7,150"
  25. }, {
  26. "index": 4,
  27. "reward": 3,
  28. "type": 1,
  29. "num": 100,
  30. "txt": "红包币",
  31. "weight": 10
  32. }, {
  33. "index": 5,
  34. "reward": 3,
  35. "type": 2,
  36. "num": 1000,
  37. "txt": "红包币",
  38. "weight": 5
  39. }, {
  40. "index": 6,
  41. "reward": 4,
  42. "type": 2,
  43. "num": 40,
  44. "txt": "天赋石",
  45. "weight": 15
  46. }]