faldonboy10

Untitled

Oct 27th, 2021 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "Key": "manager_snorlax",
  3. "GivePokemon": [
  4. [
  5. {
  6. "species": "Snorlax",
  7. "level": 100,
  8. "moves": [
  9. "Rest",
  10. "Sleep Talk",
  11. "Crunch",
  12. "Curse"
  13. ],
  14. "gender": "Female",
  15. "ability": "Thick Fat",
  16. "nature": "impish",
  17. "item": "leftovers",
  18. "evs": {
  19. "special_attack": 10000,
  20. "speed": 10000,
  21. "defense": 10000,
  22. "special_defense": 10000,
  23. "hp": 10000,
  24. "attack": 10000
  25. }
  26. }
  27. ]
  28. ]
  29. }
Add Comment
Please, Sign In to add comment