Advertisement
ilygoesboom

Zygarde

Dec 7th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ["Zygarde"] = {
  2. ["Pokedex"] = 718,
  3. ["PokedexDesc"] = "It's thought to be monitoring the ecosystem. There are rumors that even greater power lies hidden within it.",
  4. ["Species"] = "Order Pokemon",
  5. ["Height"] = "16'05\"",
  6. ["Weight"] = 672.4,
  7. ["Type"] = {"Dragon","Ground"},
  8. ["Stats"] = {
  9. ["HP"] = 108,
  10. ["Atk"] = 100,
  11. ["Def"] = 121,
  12. ["SpA"] = 81,
  13. ["SpD"] = 95,
  14. ["Speed"] = 95
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = "Unknown",
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [88] = {"Extreme Speed"},
  21. [72] = {"Dragon Dance"},
  22. [63] = {"Dragon Pulse"},
  23. [55] = {"Earthquake"},
  24. [51] = {"Crunch"},
  25. [44] = {"Haze"},
  26. [1] = {"Bite","Dragon Breath"}
  27. },
  28. },
  29. ["Sprites"] = {
  30. ["Front"] = "http://www.roblox.com/asset/?id=564241880",
  31. ["Back"] = "http://www.roblox.com/asset/?id=564242287",
  32. ["Mini"] = "http://www.roblox.com/asset/?id=565636933",
  33. ["SB"] = "http://www.roblox.com/asset/?id=564242665",
  34. ["SF"] = "http://www.roblox.com/asset/?id=564242058"
  35. },
  36. ["ExpType"] = "Slow",
  37. ["EVYield"] = {
  38. ["Exp"] = 270,
  39. ["HP"] = 3
  40. },
  41. ["CatchRate"] = 3,
  42. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement