Advertisement
Guest User

SentretScript

a guest
Feb 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ["Sentret"] = {
  2. ["Pokedex"] = 531,
  3. ["PokedexDesc"] = "A Chubby Ferret with a long tail and big ears.",
  4. ["Species"] = "Ferret",
  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"] = {},
  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"] = "",
  32. ["Back"] = "",
  33. ["Mini"] = "",
  34. ["SB"] = "",
  35. ["SF"] = ""
  36. },
  37. ["ExpType"] = "MedFast",
  38. ["EVYield"] = {
  39. ["Exp"] = 57,
  40. ["Atk"] = 1
  41. },
  42. ["CatchRate"] = 60,
  43. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement