skysurvival

Untitled

Oct 3rd, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. {
  2. "iconRaw" : {
  3. "material" : "AIR",
  4. "data" : 0
  5. },
  6. "iconDisplayName" : "Ferramentas e Materiais",
  7. "inventoryDisplayName" : "Ferramentas e Materiais",
  8. "npcDisplayName" : "Ferramentas",
  9. "description" : "q",
  10. "normalProducts" : [ {
  11. "displayName" : "Picareta de Diamante",
  12. "description" : "...",
  13. "iconRaw" : {
  14. "material" : "DIAMOND_PICKAXE",
  15. "data" : 0
  16. },
  17. "currency" : "COIN",
  18. "sellPrice" : 0.0,
  19. "buyPrice" : 1000.0,
  20. "amount" : 1,
  21. "productItem" : {
  22. "material" : "DIAMOND_PICKAXE",
  23. "data" : 0
  24. }
  25. }, {
  26. "displayName" : "Machado de Diamante",
  27. "description" : "Diamantes xdxd",
  28. "iconRaw" : {
  29. "material" : "DIAMOND_AXE",
  30. "data" : 0
  31. },
  32. "currency" : "COIN",
  33. "sellPrice" : 0.0,
  34. "buyPrice" : 1000.0,
  35. "amount" : 1,
  36. "productItem" : {
  37. "material" : "DIAMOND_AXE",
  38. "data" : 0
  39. }
  40. }, {
  41. "displayName" : "Enxada de Diamante",
  42. "description" : "Descrição do item.",
  43. "iconRaw" : {
  44. "material" : "DIAMOND_HOE",
  45. "data" : 0
  46. },
  47. "currency" : "COIN",
  48. "sellPrice" : 0.0,
  49. "buyPrice" : 800.0,
  50. "amount" : 1,
  51. "productItem" : {
  52. "material" : "DIAMOND_HOE",
  53. "data" : 0
  54. }
  55. }, {
  56. "displayName" : "Pá de Diamante",
  57. "description" : "Descrição do item.",
  58. "iconRaw" : {
  59. "material" : "DIAMOND_SPADE",
  60. "data" : 0
  61. },
  62. "currency" : "COIN",
  63. "sellPrice" : 0.0,
  64. "buyPrice" : 500.0,
  65. "amount" : 1,
  66. "productItem" : {
  67. "material" : "DIAMOND_SPADE",
  68. "data" : 0
  69. }
  70. }, {
  71. "displayName" : "Esmeralda",
  72. "description" : "Descrição do item.",
  73. "iconRaw" : {
  74. "material" : "EMERALD",
  75. "data" : 0
  76. },
  77. "currency" : "COIN",
  78. "sellPrice" : 50.0,
  79. "buyPrice" : 0.0,
  80. "amount" : 1,
  81. "productItem" : {
  82. "material" : "EMERALD",
  83. "data" : 0
  84. }
  85. }, {
  86. "displayName" : "Diamante",
  87. "description" : "Descrição do item.",
  88. "iconRaw" : {
  89. "material" : "DIAMOND",
  90. "data" : 0
  91. },
  92. "currency" : "COIN",
  93. "sellPrice" : 50.0,
  94. "buyPrice" : 0.0,
  95. "amount" : 1,
  96. "productItem" : {
  97. "material" : "DIAMOND",
  98. "data" : 0
  99. }
  100. }, {
  101. "displayName" : "Ouro",
  102. "description" : "Descrição do item.",
  103. "iconRaw" : {
  104. "material" : "GOLD_INGOT",
  105. "data" : 0
  106. },
  107. "currency" : "COIN",
  108. "sellPrice" : 25.0,
  109. "buyPrice" : 0.0,
  110. "amount" : 1,
  111. "productItem" : {
  112. "material" : "GOLD_INGOT",
  113. "data" : 0
  114. }
  115. }, {
  116. "displayName" : "Ferro",
  117. "description" : "Descrição do item.",
  118. "iconRaw" : {
  119. "material" : "IRON_INGOT",
  120. "data" : 0
  121. },
  122. "currency" : "COIN",
  123. "sellPrice" : 15.0,
  124. "buyPrice" : 0.0,
  125. "amount" : 1,
  126. "productItem" : {
  127. "material" : "IRON_INGOT",
  128. "data" : 0
  129. }
  130. }, {
  131. "displayName" : "Carvão",
  132. "description" : "Descrição do item.",
  133. "iconRaw" : {
  134. "material" : "COAL",
  135. "data" : 0
  136. },
  137. "currency" : "COIN",
  138. "sellPrice" : 20.0,
  139. "buyPrice" : 0.0,
  140. "amount" : 64,
  141. "productItem" : {
  142. "material" : "COAL",
  143. "data" : 0
  144. }
  145. }, {
  146. "displayName" : "Fungo do Nether",
  147. "description" : "Descrição do item.",
  148. "iconRaw" : {
  149. "material" : "NETHER_STALK",
  150. "data" : 0
  151. },
  152. "currency" : "COIN",
  153. "sellPrice" : 1.0,
  154. "buyPrice" : 300.0,
  155. "amount" : 1,
  156. "productItem" : {
  157. "material" : "NETHER_STALK",
  158. "data" : 0
  159. }
  160. }, {
  161. "displayName" : "Cana de Açúcar",
  162. "description" : "Descrição do item.",
  163. "iconRaw" : {
  164. "material" : "SUGAR_CANE",
  165. "data" : 0
  166. },
  167. "currency" : "COIN",
  168. "sellPrice" : 80.0,
  169. "buyPrice" : 0.0,
  170. "amount" : 64,
  171. "productItem" : {
  172. "material" : "SUGAR_CANE",
  173. "data" : 0
  174. }
  175. }, {
  176. "displayName" : "Cacto",
  177. "description" : "Descrição do item.",
  178. "iconRaw" : {
  179. "material" : "CACTUS",
  180. "data" : 0
  181. },
  182. "currency" : "COIN",
  183. "sellPrice" : 65.0,
  184. "buyPrice" : 0.0,
  185. "amount" : 64,
  186. "productItem" : {
  187. "material" : "CACTUS",
  188. "data" : 0
  189. }
  190. }, {
  191. "displayName" : "Trigo",
  192. "description" : "Descrição do item.",
  193. "iconRaw" : {
  194. "material" : "WHEAT",
  195. "data" : 0
  196. },
  197. "currency" : "COIN",
  198. "sellPrice" : 70.0,
  199. "buyPrice" : 0.0,
  200. "amount" : 64,
  201. "productItem" : {
  202. "material" : "WHEAT",
  203. "data" : 0
  204. }
  205. }, {
  206. "displayName" : "Abóbora",
  207. "description" : "Descrição do item.",
  208. "iconRaw" : {
  209. "material" : "PUMPKIN",
  210. "data" : 0
  211. },
  212. "currency" : "COIN",
  213. "sellPrice" : 45.0,
  214. "buyPrice" : 0.0,
  215. "amount" : 64,
  216. "productItem" : {
  217. "material" : "PUMPKIN",
  218. "data" : 0
  219. }
  220. }, {
  221. "displayName" : "Cacau",
  222. "description" : "Descrição do item.",
  223. "iconRaw" : {
  224. "material" : "INK_SACK",
  225. "data" : 3
  226. },
  227. "currency" : "COIN",
  228. "sellPrice" : 40.0,
  229. "buyPrice" : 0.0,
  230. "amount" : 64,
  231. "productItem" : {
  232. "material" : "INK_SACK",
  233. "data" : 3
  234. }
  235. }, {
  236. "displayName" : "Couro",
  237. "description" : "Descrição do item.",
  238. "iconRaw" : {
  239. "material" : "LEATHER",
  240. "data" : 0
  241. },
  242. "currency" : "COIN",
  243. "sellPrice" : 0.0,
  244. "buyPrice" : 500.0,
  245. "amount" : 64,
  246. "productItem" : {
  247. "material" : "LEATHER",
  248. "data" : 0
  249. }
  250. }, {
  251. "displayName" : "Linha",
  252. "description" : "Descrição do item.",
  253. "iconRaw" : {
  254. "material" : "STRING",
  255. "data" : 0
  256. },
  257. "currency" : "COIN",
  258. "sellPrice" : 65.0,
  259. "buyPrice" : 0.0,
  260. "amount" : 64,
  261. "productItem" : {
  262. "material" : "STRING",
  263. "data" : 0
  264. }
  265. }, {
  266. "displayName" : "Osso",
  267. "description" : "Descrição do item.",
  268. "iconRaw" : {
  269. "material" : "BONE",
  270. "data" : 0
  271. },
  272. "currency" : "COIN",
  273. "sellPrice" : 0.0,
  274. "buyPrice" : 60.0,
  275. "amount" : 64,
  276. "productItem" : {
  277. "material" : "BONE",
  278. "data" : 0
  279. }
  280. } ]
  281. }
Advertisement
Add Comment
Please, Sign In to add comment