levelData.json 683 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. [
  2. {
  3. "id": 1,
  4. "targetScore": 100,
  5. "theMassesNum": 1
  6. },
  7. {
  8. "id": 2,
  9. "targetScore": 100,
  10. "theMassesNum": 1
  11. },
  12. {
  13. "id": 3,
  14. "targetScore": 100,
  15. "theMassesNum": 1
  16. },
  17. {
  18. "id": 4,
  19. "targetScore": 100,
  20. "theMassesNum": 2
  21. },
  22. {
  23. "id": 5,
  24. "targetScore": 100,
  25. "theMassesNum": 2
  26. },
  27. {
  28. "id": 6,
  29. "targetScore": 100,
  30. "theMassesNum": 2
  31. },
  32. {
  33. "id": 7,
  34. "targetScore": 100,
  35. "theMassesNum": 3
  36. },
  37. {
  38. "id": 8,
  39. "targetScore": 100,
  40. "theMassesNum": 3
  41. },
  42. {
  43. "id": 9,
  44. "targetScore": 100,
  45. "theMassesNum": 3
  46. },
  47. {
  48. "id": 10,
  49. "targetScore": 100,
  50. "theMassesNum": 3
  51. }
  52. ]