Advertisement
LeviDevthan

Pokemon Advanced

Aug 25th, 2019
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1. {
  2. "GrandOpening":
  3. {"Moves":["Toxic","Protect","Quick Attack","Psychic"],
  4. "PokemonName":"Lugia",
  5. "Nature":"Bold",
  6. "Nickname":"Welcome",
  7. "Pokeball":"PokeBall",
  8. "Level":45,
  9. "Gender":"Random",
  10. "Shiny":true,
  11. "IVs":{"SpA":24,"HP":28,"Speed":15,"SpD":19,"Def":23,"Atk":0},
  12. "OT":"MysteryGift",
  13. "EVs":{"SpA":4,"HP":248,"Speed":0,"SpD":114,"Def":142,"Atk":0},
  14. "Allowed":true
  15. },
  16. "Saur":
  17. {"Moves":["Toxic","Mega Drain","Quick Attack","Solar Beam"],
  18. "PokemonName":"Bulbasaur",
  19. "Nature":"Calm",
  20. "Nickname":"Bulba",
  21. "Pokeball":"PokeBall",
  22. "Level":15,
  23. "Gender":"Random",
  24. "Shiny":true,
  25. "OT":"MysteryGift",
  26. "EVs":{"SpA":75,"HP":72,"Speed":51,"SpD":75,"Def":54,"Atk":54},
  27. "Aura":"Orbiting Fire",
  28. "Allowed":true
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement