Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. [
  2. {
  3. name: 'Azurite',
  4. description: "Some gems have hidden qualities beyond their luster, beyond their shine... Azurite is one of those gems.",
  5. shine: 8,
  6. price: 110.50,
  7. rarity: 7,
  8. color: '#CCC',
  9. faces: 14,
  10. images: [
  11. "images/gem-02.gif",
  12. "images/gem-05.gif",
  13. "images/gem-09.gif"
  14. ],
  15. reviews: [{
  16. stars: 5,
  17. body: "I love this gem!",
  18. author: "joe@example.org",
  19. createdOn: 1397490980837
  20. }, {
  21. stars: 1,
  22. body: "This gem sucks.",
  23. author: "tim@example.org",
  24. createdOn: 1397490980837
  25. }]
  26. },
  27. {
  28. name: 'Bloodstone',
  29. description: "Origin of the Bloodstone is unknown, hence its low value. It has a very high shine and 12 sides, however.",
  30. shine: 9,
  31. price: 22.90,
  32. rarity: 6,
  33. color: '#EEE',
  34. faces: 12,
  35. images: [
  36. "images/gem-01.gif",
  37. "images/gem-03.gif",
  38. "images/gem-04.gif",
  39. ],
  40. reviews: [{
  41. stars: 3,
  42. body: "I think this gem was just OK, could honestly use more shine, IMO.",
  43. author: "JimmyDean@example.org",
  44. createdOn: 1397490980837
  45. }, {
  46. stars: 4,
  47. body: "Any gem with 12 faces is for me!",
  48. author: "gemsRock@example.org",
  49. createdOn: 1397490980837
  50. }]
  51. },
  52. {
  53. name: 'Zircon',
  54. description: "Zircon is our most coveted and sought after gem. You will pay much to be the proud owner of this gorgeous and high shine gem.",
  55. shine: 70,
  56. price: 1100,
  57. rarity: 2,
  58. color: '#000',
  59. faces: 6,
  60. images: [
  61. "images/gem-06.gif",
  62. "images/gem-07.gif",
  63. "images/gem-09.gif"
  64. ],
  65. reviews: [{
  66. stars: 1,
  67. body: "This gem is WAY too expensive for its rarity value.",
  68. author: "turtleguyy@example.org",
  69. createdOn: 1397490980837
  70. }, {
  71. stars: 1,
  72. body: "BBW: High Shine != High Quality.",
  73. author: "LouisW407@example.org",
  74. createdOn: 1397490980837
  75. }, {
  76. stars: 1,
  77. body: "Don't waste your rubles!",
  78. author: "nat@example.org",
  79. createdOn: 1397490980837
  80. }]
  81. }
  82. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement