active.json 466 B

123456789101112131415161718192021222324252627
  1. [
  2. {
  3. "reward_type": "diamond",
  4. "value": 20,
  5. "activeNeed": 20
  6. },
  7. {
  8. "reward_type": "diamond",
  9. "value": 50,
  10. "activeNeed": 40
  11. },
  12. {
  13. "reward_type": "diamond",
  14. "value": 80,
  15. "activeNeed": 60
  16. },
  17. {
  18. "reward_type": "diamond",
  19. "value": 100,
  20. "activeNeed": 80
  21. },
  22. {
  23. "reward_type": "bonus",
  24. "value": 0,
  25. "activeNeed": 100
  26. }
  27. ]