Advertisement
Sorosys

SentretScript

Mar 7th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ["Sentret"] = {
  2. ["Pokedex"] = 161,
  3. ["PokedexDesc"] = "Chubby Chubby Long Tail.",
  4. ["Species"] = "Scout Pokemon",
  5. ["Height"] = "2'07\"",
  6. ["Weight"] = 13.2,
  7. ["Type"] = {"Normal"},
  8. ["Stats"] = {
  9. ["HP"] = 35,
  10. ["Atk"] = 46,
  11. ["Def"] = 34,
  12. ["SpA"] = 35,
  13. ["SpD"] = 45,
  14. ["Speed"] = 20
  15. },
  16. ["Evolution"] = {15, "Furret"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [47] = {"Hyper Voice"},
  21. [36] = {"Amnesia"},
  22. [28] = {"Rest"},
  23. [25] = {"Slam"},
  24. [13] = {"Fury Swipes"},
  25. [7] = {"Quick Attack"},
  26. [1] = {"Double Kick"},
  27. [1] = {"Scratch"}
  28. },
  29. },
  30. ["Sprites"] = {
  31. ["Front"] = "http://www.roblox.com/asset/?id=674404547",
  32. ["Back"] = ""http://www.roblox.com/asset/?id=674416355",
  33. ["Mini"] = "http://www.roblox.com/asset/?id=675283766",
  34. ["SB"] = "http://www.roblox.com/asset/?id=674422670",
  35. ["SF"] = "http://www.roblox.com/asset/?id=674418585"
  36. },
  37. ["ExpType"] = "MedFast",
  38. ["EVYield"] = {
  39. ["Exp"] = 57,
  40. ["Atk"] = 1
  41. },
  42. ["CatchRate"] = 255,
  43. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement