skysurvival

npc_shop_config_chest_-_Alquimia_-_05-10-2017_04-29-03.json

Oct 7th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. {
  2. "iconRaw" : {
  3. "material" : "AIR",
  4. "data" : 0
  5. },
  6. "iconDisplayName" : "Alquimia",
  7. "inventoryDisplayName" : "Alquimia",
  8. "npcDisplayName" : "Alquimia",
  9. "description" : "Alquimia",
  10. "normalProducts" : [ {
  11. "displayName" : "Vara Incandescente",
  12. "description" : "...",
  13. "iconRaw" : {
  14. "material" : "BLAZE_ROD",
  15. "data" : 0
  16. },
  17. "currency" : "COIN",
  18. "sellPrice" : 10000.0,
  19. "buyPrice" : 20000.0,
  20. "amount" : 1,
  21. "productItem" : {
  22. "material" : "BLAZE_ROD",
  23. "data" : 0
  24. }
  25. }, {
  26. "displayName" : "Lágrima de Ghast",
  27. "description" : "...",
  28. "iconRaw" : {
  29. "material" : "GHAST_TEAR",
  30. "data" : 0
  31. },
  32. "currency" : "COIN",
  33. "sellPrice" : 0.0,
  34. "buyPrice" : 500.0,
  35. "amount" : 1,
  36. "productItem" : {
  37. "material" : "GHAST_TEAR",
  38. "data" : 0
  39. }
  40. }, {
  41. "displayName" : "Olho de Aranha Fermentado",
  42. "iconRaw" : {
  43. "material" : "FERMENTED_SPIDER_EYE",
  44. "data" : 0
  45. },
  46. "currency" : "COIN",
  47. "sellPrice" : 0.0,
  48. "buyPrice" : 500.0,
  49. "amount" : 64,
  50. "productItem" : {
  51. "material" : "FERMENTED_SPIDER_EYE",
  52. "data" : 0
  53. }
  54. }, {
  55. "displayName" : "Creme de Magma",
  56. "iconRaw" : {
  57. "material" : "MAGMA_CREAM",
  58. "data" : 0
  59. },
  60. "currency" : "COIN",
  61. "sellPrice" : 80.0,
  62. "buyPrice" : 0.0,
  63. "amount" : 64,
  64. "productItem" : {
  65. "material" : "MAGMA_CREAM",
  66. "data" : 0
  67. }
  68. }, {
  69. "displayName" : "Pó de Blaze",
  70. "iconRaw" : {
  71. "material" : "BLAZE_POWDER",
  72. "data" : 0
  73. },
  74. "currency" : "COIN",
  75. "sellPrice" : 0.0,
  76. "buyPrice" : 10000.0,
  77. "amount" : 1,
  78. "productItem" : {
  79. "material" : "BLAZE_POWDER",
  80. "data" : 0
  81. }
  82. }, {
  83. "displayName" : "Melancia Reluzente",
  84. "iconRaw" : {
  85. "material" : "SPECKLED_MELON",
  86. "data" : 0
  87. },
  88. "currency" : "COIN",
  89. "sellPrice" : 0.0,
  90. "buyPrice" : 50.0,
  91. "amount" : 1,
  92. "productItem" : {
  93. "material" : "SPECKLED_MELON",
  94. "data" : 0
  95. }
  96. }, {
  97. "displayName" : "Cenoura Dourada",
  98. "iconRaw" : {
  99. "material" : "GOLDEN_CARROT",
  100. "data" : 0
  101. },
  102. "currency" : "COIN",
  103. "sellPrice" : 0.0,
  104. "buyPrice" : 50.0,
  105. "amount" : 1,
  106. "productItem" : {
  107. "material" : "GOLDEN_CARROT",
  108. "data" : 0
  109. }
  110. }, {
  111. "displayName" : "Caldeirão",
  112. "iconRaw" : {
  113. "material" : "CAULDRON_ITEM",
  114. "data" : 0
  115. },
  116. "currency" : "COIN",
  117. "sellPrice" : 0.0,
  118. "buyPrice" : 800.0,
  119. "amount" : 1,
  120. "productItem" : {
  121. "material" : "CAULDRON_ITEM",
  122. "data" : 0
  123. }
  124. } ]
  125. }
Advertisement
Add Comment
Please, Sign In to add comment