Advertisement
drFALOS

Untitled

Jul 4th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. {
  2. landData: {
  3. mapImage: 'https://i.ibb.co/WWHSqjk/444.jpg',
  4. regionName: 'Region name',
  5. regionDescription: 'Region description',
  6. regionImage: 'https://i.ibb.co/JsYxZW3/aaa.jpg',
  7. shortStat: [
  8. {
  9. id: 9,
  10. default: 25,
  11. current: 50,
  12. },
  13. {
  14. id: 1,
  15. default: 70,
  16. current: 72,
  17. },
  18. {
  19. id: 3,
  20. default: 50,
  21. current: 60,
  22. },
  23. ],
  24. stat: [
  25. {
  26. id: 1,
  27. default: 56,
  28. current: 74,
  29. },
  30. {
  31. id: 2,
  32. default: 25,
  33. current: 50,
  34. },
  35. {
  36. id: 3,
  37. default: 15,
  38. current: 41,
  39. },
  40. {
  41. id: 4,
  42. default: 80,
  43. current: 80,
  44. },
  45. {
  46. id: 5,
  47. default: 5,
  48. current: 16,
  49. },
  50. {
  51. id: 6,
  52. default: 30,
  53. current: 55,
  54. },
  55. {
  56. id: 7,
  57. default: 70,
  58. current: 72,
  59. },
  60. {
  61. id: 8,
  62. default: 28,
  63. current: 31,
  64. },
  65. {
  66. id: 9,
  67. default: 40,
  68. current: 57,
  69. },
  70. {
  71. id: 10,
  72. default: 50,
  73. current: 60,
  74. },
  75. ],
  76. price: 3267152,
  77. currency: '$',
  78. },
  79. }
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement