Sorosys

Beartic Script

Apr 10th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ["Beartic"] = {
  2. ["Pokedex"] = 614,
  3. ["PokedexDesc"] = "Aww sick little.....RUN",
  4. ["Species"] = "Freezing Pokemon",
  5. ["Height"] = "8'06\"",
  6. ["Weight"] = 573.2,
  7. ["Type"] = {"Ice"},
  8. ["Stats"] = {
  9. ["HP"] = 95,
  10. ["Atk"] = 110,
  11. ["Def"] = 80,
  12. ["SpA"] = 70,
  13. ["SpD"] = 80,
  14. ["Speed"] = 50,
  15. },
  16. ["Evolution"] = {37,"Beartic"},
  17. ["Gender"] = 50,
  18. ["Moves"] = {
  19. ["LevelUp"] = {
  20. [45] = {"Blizzard"},
  21. [41] = {"Rest"},
  22. [33] = {"Slash"},
  23. [29] = {"Charm"},
  24. [13] = {"Icy Wind"},
  25. [1] = {"Growl"}
  26. },
  27. },
  28. ["Sprites"] = {
  29. ["Front"] = "",
  30. ["Back"] = "",
  31. ["Mini"] = "",
  32. ["SB"] = "",
  33. ["SF"] = ""
  34. },
  35. ["ExpType"] = "MedFast",
  36. ["EVYield"] = {
  37. ["Exp"] = 177,
  38. ["Atk"] = 2
  39. },
  40. ["CatchRate"] = 60,
  41. },
Add Comment
Please, Sign In to add comment