Advertisement
Zen_it

Untitled

Dec 12th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. ["Sliggoo"] = {
  2. ["Pokedex"] = 704,
  3. ["PokedexDesc"] = "WARNING: it might think you are its food.",
  4. ["Species"] = "Soft Tissue Pokemon",
  5. ["Height"] = "2'07\"",
  6. ["Weight"] = 38.6,
  7. ["Type"] = {"Dragon"},
  8. ["Stats"] = {
  9. ["HP"] = 68,
  10. ["Atk"] = 75,
  11. ["Def"] = 53,
  12. ["SpA"] = 83,
  13. ["SpD"] = 113,
  14. ["Speed"] = 60
  15. },
  16. ["Evolution"] = {50,"Goodra"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [47] = {"Dragon Pulse"},
  21. [38] = {"Muddy Water"},
  22. [32] = {"Body slam"},
  23. [18] = {"Dragon Breath"},
  24. [9] = {"Protect"},
  25. [5] = {"Absorb"},
  26. [1] = {"Tackle"}
  27. },
  28. },
  29. ["Sprites"] = {
  30. ["Front"] = "http://www.roblox.com/asset/?id=566780972",
  31. ["Back"] = "http://www.roblox.com/asset/?id=566781411",
  32. ["Mini"] = "http://www.roblox.com/asset/?id=566777148",
  33. ["SB"] = "http://www.roblox.com/asset/?id=566781851",
  34. ["SF"] = "http://www.roblox.com/asset/?id=566781335"
  35. },
  36. ["ExpType"] = "Slow",
  37. ["EVYield"] = {
  38. ["Exp"] = 158,
  39. ["SpDef"] = 2
  40. },
  41. ["CatchRate"] = 45,
  42. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement