Advertisement
Zen_it

Untitled

Dec 7th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. ["Heliolisk"] = {
  2. ["Pokedex"] = 695,
  3. ["PokedexDesc"] = "A single one of these has enough energy to power a skyscraper",
  4. ["Species"] = "Generator Pokemon",
  5. ["Height"] = "3'03\"",
  6. ["Weight"] = 46.3,
  7. ["Type"] = {"Electric","Normal"},
  8. ["Stats"] = {
  9. ["HP"] = 65,
  10. ["Atk"] = 55,
  11. ["Def"] = 60,
  12. ["SpA"] = 110,
  13. ["SpD"] = 95,
  14. ["Speed"] = 110
  15. },
  16. ["Evolution"] = {},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [1] = {"Quick Attack","Thunder"}
  21. },
  22. },
  23. ["Sprites"] = {
  24. ["Front"] = "http://www.roblox.com/asset/?id=564608371",
  25. ["Back"] = "http://www.roblox.com/asset/?id=564609472",
  26. ["Mini"] = "http://www.roblox.com/asset/?id=565640827",
  27. ["SB"] = "http://www.roblox.com/asset/?id=564609927",
  28. ["SF"] = "http://www.roblox.com/asset/?id=564608707"
  29. },
  30. ["ExpType"] = "MedFast",
  31. ["EVYield"] = {
  32. ["Exp"] = 168,
  33. ["SpA"] = 1
  34. ["Speed"] = 1
  35. },
  36. ["CatchRate"] = 75,
  37. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement