faldonboy10

Untitled

Aug 21st, 2022 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. {
  2. "PokemonStorage": [
  3. "Battle_Tower_Tier_1",
  4. [
  5. {
  6. "species": "swellow",
  7. "level": 100,
  8. "moves": [
  9. "facade",
  10. "brave bird",
  11. "protect",
  12. "quick attack"
  13. ],
  14. "nature": "jolly",
  15. "ability": "scrappy",
  16. "item": "toxic orb",
  17. "ivs": "max",
  18. "evs": {
  19. "hp": 1,
  20. "special_defense": 1,
  21. "special_attack": 1,
  22. "speed": 252,
  23. "attack": 252,
  24. "defense": 1
  25. }
  26. },
  27. {
  28. "species": "swampert",
  29. "level": 100,
  30. "moves": [
  31. "earthquake",
  32. "waterfall",
  33. "superpower",
  34. "ice punch"
  35. ],
  36. "nature": "adamant",
  37. "ability": "damp",
  38. "item": "choice band",
  39. "ivs": "max",
  40. "evs": {
  41. "hp": 252,
  42. "special_defense": 1,
  43. "special_attack": 1,
  44. "speed": 1,
  45. "attack": 252,
  46. "defense": 1
  47. }
  48. }
  49. ]
  50. ],
  51. "GivePokemon": [ "BT_Storage" ]
  52. }
Advertisement
Add Comment
Please, Sign In to add comment