Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "data": {
  3. "type": "Spawn"
  4. },
  5. "textures": [
  6. {
  7. "name": "gnome_trader.png"
  8. }
  9. ],
  10. "names": [
  11. {
  12. "name": "Jorlen"
  13. }
  14. ],
  15. "chat": [
  16. {
  17. "hello": "You there! Pokémon hunter! I have precious items to offer you!",
  18. "goodbye": "If you are lucky, you might see me again, Pokémon hunter."
  19. },
  20. {
  21. "hello": "Hello! I see you are a connoisseur of fine Pokémon ware! I have some rare treasures for sale here.",
  22. "goodbye": "It's been a pleasure doing business with you."
  23. }
  24. ],
  25. "items": [
  26. {
  27. "name": "pixelmon:Poke_Ball",
  28. "multi": 0.9
  29. },
  30. {
  31. "name": "pixelmon:Great_Ball",
  32. "multi": 0.9
  33. },
  34. {
  35. "name": "pixelmon:Max_Potion",
  36. "multi": 1.1
  37. },
  38. {
  39. "name": "pixelmon:Rare_Candy",
  40. "multi": 0.2
  41. }
  42. ]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement