Advertisement
Sorosys

HoopaConfined

Oct 21st, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. ["Hoopa"] = {
  2. ["Pokedex"] = 720,
  3. ["PokedexDesc"] = "It's a pigeon, what's more to say?",
  4. ["Species"] = "Mischief PokΓ©mon",
  5. ["Height"] = "1'08\"",
  6. ["Weight"] = 19.8,
  7. ["Type"] = {"Psychic","Ghost"},
  8. ["Stats"] = {
  9. ["HP"] = 80,
  10. ["Atk"] = 110,
  11. ["Def"] = 60,
  12. ["SpA"] = 150,
  13. ["SpD"] = 130,
  14. ["Speed"] = 70
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 0,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [75] = {"Psychic"},
  21. [68] = {"Nasty Plot"},
  22. [55] = {"Shadow Ball"},
  23. [46] = {"Zen Headbutt"},
  24. [19] = {"Psybeam"},
  25. [15] = {"Light Screen"},
  26. [1] = {"Destiny Bond","Confusion"}
  27. },
  28. },
  29. ["Sprites"] = {
  30. ["Front"] = "http://www.roblox.com/asset/?id=1117126754",
  31. ["Back"] = "http://www.roblox.com/asset/?id=1117126751",
  32. ["Mini"] = "http://www.roblox.com/asset/?1117124878",
  33. ["SB"] = "http://www.roblox.com/asset/?id=1117124879",
  34. ["SF"] = "http://www.roblox.com/asset/?id=1117124880"
  35. },
  36. ["ExpType"] = "Slow",
  37. ["EVYield"] = {
  38. ["Exp"] = 270,
  39. ["SpAtk"] = 3
  40. },
  41. ["CatchRate"] = 3,
  42. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement